@import "vnav.css";

body{
	font-family: verdana, arial, sans-serif;
	text-align: left;
	background-color: White;
}

h4,h5{font-family:Arial,sans-serif;
	}
	
	h2{
		font-size: 99%;
		border-bottom:1px dashed #CCCCCC;margin-bottom:3px;
}


h1{margin-bottom:4px; 
font-family:"Century Gothic"; 
color:#003366;
text-align:center; }
*{margin:0; padding:0;
}


ul{
	padding-left: 25px;
	margin: 10px 10px;
	list-style: square;
}
li{margin-left:15px;}
p{font-size:95%;}
a{color:#003366}




div#mainwrap{
	width: 779px;
	text-align: left;
	border-width: 0px 1px 0px 0px;
	border-color: #000000;
	border-style: solid;
	background-color: White;
}

ol{margin-left:25px;}
div#header{
	width: 779px;
	height: 165px;
	background-color: White;
	text-align:center;

}

div#ad img{vertical-align:bottom; }

div#logo{height:69px; padding-top:0px;
background-image:url(images/tb.gif);
background-repeat:no-repeat;border-bottom: 3px solid #000000;
border-top: 2px solid #000000;}

div#ad{
	height: 90px;
	border-style: solid;
	border-color: #990066;
	border-width: 0px 0px;
	
}

div#column2 p {
	padding: 3px 1px;
	margin-bottom: 3px;
	line-height: normal;
}


div#contentarea{
	width: 779px;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 9px;
	border-top: 0px solid #CCCCCC;
}
 
div#column1{
	width: 140px;
	background-color: White;
	float: left;
	padding-right: 0px;
	padding-left: 1px;
	border-right: 1px solid #000000;
}

div#column2{
	width: 630px;
	background-color: White;
	float: left;
	padding: 0px 3px 0px 3px;
}


div#column2 h3{
	font-size: 95%;color:#333333;
}

div#column2 h4{border-bottom:1px solid #999999}

div#column3{
	width: 125px;
	background-color: White;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	border-left:1px solid #CCCCCC
}

div#footer{
	width: 779px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	border-top: 4px solid #000000;
	
}







/* The Alsett Clearing Method code */
div.clearfloats{clear:both;}

.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility: hidden;

}

.clearfix{display:inline-block;}

*html .clearfix{height:1%;
}

.clearfix{display:block;
}



/*End Alsett Clearing Method code */
