html, body
{
	margin:0;
	padding:0;
	font-family: "tahoma";
	font-size: 12pt;
}

a{
 text-decoration: underline;
}

a:link {
  color: rgb(0,0,0);
}

a:visited {
 color: black;
}

a:hover, a:active{
    color: #004C3C;
}

#pagewidth{
 width:100%;
  min-width: 600px;
}

#vomax_header{
margin-top: 10px;
 height:289px;
 width:100%;
 background-color:#FFFFFF;
 background: transparent url(images/logo.jpg);
 background-position: top center;
 background-attachment: fixed;
 background-repeat: no-repeat;
}

#footer{
text-align: center;
 height:50px;
 width:50%
 background-color:#FFFFFF;
  margin-bottom: 50px;
 clear: both;

}

#column
{
	float: left;
	width: 80%;
	margin-left: 10%;
	display: inline; /* gets around IE bug: doubling margin width */
}

.header_column
{
font-weight:700;
font-size:14pt;
float: left;
width: 35%;
margin-top: 2%;
display: inline;
}

.index_header{
font-weight:700;
font-size:14pt;
float:left;
width:35%;
text-align:right;
display:inline;
}

.info_column
{
float: left;
width: 63%;
margin-top: 2%;
display: inline;
}

h1{
COLOR:#ff0000;
text-align: center;
}

li{
margin-top: 5px;
}