/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	margin: 0;
	background: #006a39 url(../images/pagebackground.jpg) 0 0;
	/*background: #c0c0c0 url(../images/pagebackground.gif) 0 0 repeat-x;*/
	background-attachment: fixed;
}

.sideborders {
	border-left: solid 1px #322b92;
	border-right: solid 1px #3b2c87;
}

#main, #footer, #printfriendly {
	padding: 10px;	
	vertical-align: top;
}
#main {	
	background: #FFFFFF;
	height: 200px;
}
#main span {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}
#main div {
	padding: 10px 0px 0px 10px; /* T,R,B,L*/
}
#main div.checklist {
	padding: 15px 0px 0px 20px; /* T,R,B,L*/
}
#main div.home {
	
	float: left;
	height: 400px;
	width: 425px;
}

#imgcaption {
	float: right;
	width: auto;
	margin: 15px 0 15px 20px; /* T,R,B,L*/
	padding: 15px;
	border: none;
	text-align: center;	
}

#printfriendly {
	background: #FFFFFF;
}
#printfriendly p {
	text-align:right;
}

#footer, #footer a, #footer a:hover, #footer a:visited {
	font-size: 9pt;
	background: url(../images/background.gif) 0 0 repeat-x;
	height: 50px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer p {
	text-align: center;
}


#TopNav { 
	margin: 0; 
	padding: 0; 
	background: #322b92 url(../images/background.gif) 0 0 repeat-x;
	float: left; 
	width: 100%;
	font-weight: bold; 
} 
#TopNav li { 
	display: inline; 
	padding: 0; 
	margin: 0;
	list-style-type: none;
}

#TopNav a, #TopNav a:visited { 
	float: left;
	display: block;
	padding: 4px 10px 4px 10px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	color: #fff;
	text-decoration: none;
} 
#TopNav li:first-child a { 
	border-left: 1px solid #333333; 
}
#TopNav a:hover { 
	color: #fff; 
	background: #5e5fbb; 
} 
#TopNav a.active { 
	color: #fff; 
	background: #c2272d; 
} 

.whitebackground {
	background-color: #FFFFFF;
	height: 500px;
}
.halfwidth {
	width: 50%;
}

.sponsors {
	margin: 5px;
}

.sponsors span{
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bolder;
}

.mappics {
	float: right;
	padding: 20px 5px 20px 5px; /* T,R,B,L */
	text-align: center;
	width: 275px;
}