@charset "UTF-8";
/* CSS Document */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	margin-top:20px;
	padding-bottom: 224px;
	background-image:url(images/vert-dots.gif);
	background-repeat:repeat-y;
	}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -224px; /* negative value of footer height */
	height: 224px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333366;
	text-decoration: none;
}
.headblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 333366;
	text-decoration: none;
}
.headlightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.textlightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
#nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #458DCF;
	text-decoration: none;
}
#nav a, #nav a:active, #nav a:visited  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#secnav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 15px;
}
#secnav a, #secnav a:active, #secnav a:visited  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E4D81;
	text-decoration: none;
}
#secnav a:hover  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E4D81;
	text-decoration: underline;
}
#contact {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #1E4D81;
	text-decoration: none;
	text-align: right;
}
#contact a, #contact a:active, #contact a:visited  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #1E4D81;
	text-decoration: underline;
}
#contact a:hover  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #1E4D81;
	text-decoration: underline;
}

