BODY { background-image: url(../images/BGsnow.jpg); background-repeat: repeat-x; background-position: center top;
	background-color: #3c9cce; margin:20px 0px; min-width:770px; }
.logo { margin-top:10px; }
P { font-family: Arial, Helvetica, Verdana; font-size: 12px; color: #434343; margin:0 0 10px 0; padding:0; line-height:16px; }
H1 { font-family: Arial, Helvetica, Verdana; font-size: 22px; font-weight: normal; color: #0474b4; margin: 0 0 10px 0;}
H2 { font-family: Arial, Helvetica, Verdana; font-size: 16px; font-weight: normal; color: #0474b4; margin-bottom: 0px; }
H3 { font-family: Arial, Helvetica, Verdana; font-size: 13px; font-weight: bold; color: #434343; margin-bottom: 0px; }
UL { font-family: Arial, Helvetica, Verdana; font-size: 12px; color: #434343; line-height: 21px; list-style-type: square; }
OL { font-family: Arial, Helvetica, Verdana; font-size: 12px; color: #434343; line-height: 21px; }
.heading { background-image:url(../images/headingarrow.gif); background-position:left center; background-repeat:no-repeat; text-indent:28px; }
.headingtext { padding-left:20px; }
A {
	color: #2C81B4;
	text-decoration: underline;
}
A:hover {
	color: #3C9CCE;
	text-decoration: none;
}
A.white { color: #FFFFFF; text-decoration: underline; }
A.white:hover { color: #FFFFFF; text-decoration: none; }
hr {
	height: 1px;
	background-color:  #c4c7da;
	color:  #c4c7da;
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.first { width:80%; }
.color { color: #003E7B; }
.small { color: #000000; font-size: 11px; } 
.white { color: #FFFFFF; font-size: 11px; font-weight: bold; line-height: 16px;}
.bg1 { background-color: #FFFFFF;  }
.footer { background-color: #0474b4; padding: 10px 20px; }
.footer p { margin:0; }
table.results  { margin:10px 0; }
.results  { margin:0; font-family: Arial, Helvetica, Verdana; font-size: 12px; color: #000000; }
.results th { font-size:14px; }
.results th, .results td { padding:5px; }
.boxed { padding:0 10px 10px 10px; border: 1px solid #3c9cce; margin:15px 0 10px 0; }
.border { border: 1px solid #0474b4; background-image:url(../images/topright.jpg); background-repeat: no-repeat; background-position: top right; background-color:#FFFFFF; }
#printLogo { display:none; }
#navbar {
	margin: 0 0 0 20px;
	padding: 0;
	 }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #0474b4;
	color: #fff;
	text-decoration: none; }
	#navbar li a:hover {
	display: block;
	padding: 3px 8px;
	background-color: #3c9cce;
	color: #fff;
	text-decoration: none; }
#navbar li ul {
	display: none; 
	background-color: #0474b4;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #0474b4;
	border-bottom: 1px solid #fff;
	color: #fff; }
#navbar li li a:hover {
	background-color: #3c9cce; }
