/* CSS Document */
body {
    margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/header_filler.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size:12px;color:#666666;
	}

a:link, a:visited {text-decoration:underline;color:#CC0000;background-color:transparent;}
a:hover, a:active {text-decoration:underline;color:#191970;background-color:transparent;}

.botNav {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;color:#666666; margin-top:15px;}
.botNav a:link, .botNav a:visited {text-decoration:none;color:#666666;background-color:transparent;}
.botNav a:hover, .botNav a:active {text-decoration:none ;color:#CC0000;background-color:transparent;}

.boxes {padding: 10px 10px 40px 10px;}
.main {
	border-color: #CCCCCC;
	border-left-style: solid; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-right-width: 1px; 
	border-top-style: solid; 
	border-top-width: 1px;
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
}


