/* BYPASSED TOP LEVEL CLASSES */
HTML, BODY, DIV {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
BODY {
	background-color: #1b295a;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
HR {display: none;}
IMG {border: none;}
H1 {
	font-size: 16px;
	text-align: center;
	line-height: 135%;
	color: #3a3b3b;
	margin-left:17px;
	text-transform:uppercase;
}
H2 {
	font-size: 14px;
	text-align: left;
	color: #3a3b3b;
	text-transform:capitalize;
	padding:15px 0 7px 0;
	margin:0;	
}
H3 {
	font-size: 13px;
	font-weight:bold;
	text-align: left;
	color: #3a3b3b;
	text-transform:capitalize;
	padding:15px 0 7px 0;
	margin:0;
}

/* SECTION SPECIFIC CLASSES (if it has a . or a # in front of the class name, it's specific!) */
.main {
	color: #535252;
	text-align: justify;
	vertical-align: top;
}
.main a, .main a:link, .main a:active, .main a:visited, .main a:hover  {
	text-decoration: underline;
}
.navbg {
	background-color: #14276a;
	background-image: url(bg-nav02.jpg);
	background-repeat: repeat-x;
}

#bulletlist1 {
	color: #003366;
	text-decoration: none;
	list-style-image: url(bullet1.gif);
	font-size: 11px;
}
#bulletlist1 A, #bulletlist1 a:link, #bulletlist1 a:active, #bulletlist1 a:visited {color: #003366;	text-decoration: none;}
#bulletlist1 a:hover {color: #003366; text-decoration: underline;}

#bulletlist2 {
	color: #003366;
	text-decoration: none;
	list-style-image: url(bullet2.gif);
}
#bulletlist2 A, #bulletlist2 a:link, #bulletlist2 a:active, #bulletlist2 a:visited {color: #003366;	text-decoration: none;}
#bulletlist2 a:hover {color: #003366; text-decoration: underline;}

#bulletlist3 {
	color: #003366;
	text-align:left;
	font-size: 11px;
	text-decoration: none;
	list-style-image: url(bullet3.gif);
}
#bulletlist3 A, #bulletlist3 a:link, #bulletlist3 a:active, #bulletlist3 a:visited {color: #003366;	text-decoration: none;}
#bulletlist3 a:hover {color: #003366; text-decoration: underline;}

.footer {font-size: 10px; color: #ffffff; text-decoration: none;}
.footer A, .footer a:link, .footer a:active, .footer a:visited {color: #6699cc;	text-decoration: none;}
.footer a:hover {color: #6699cc;	text-decoration: underline;}

#rightsection ul {
	color: #003366;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightsection ul li {
	line-height: 17px;
}
#rightsection ul ul {
	margin: 0;
	padding: 0;
	margin: 0 0 3px 15px;
}
#rightsection ul li ul li {
	line-height: 14px;
	font-size: 11px;
}
.button {
	margin-left: 23px;
	margin-bottom:20px;
	width: 204px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
	background: url(bg-button.jpg) no-repeat;
	font-size: 11px;
}
.button a, a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}
.leftsection {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 18px;
	padding-bottom:25px;
}
.leftsection p {
margin:0;
padding:3px 0 7px 0;
}
.noprint{display: none;}

/* ------------- Navigation ------------------------------------------------------------------------------------------------------------------*/
#navcontainer {	margin: 0px 0; padding: 0 0 0 0px;}
#navcontainer ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
}
#navcontainer li { /* all list items */
	float: left;
	position: relative;
	width: 160px;
}
#navcontainer li ul { /* second-level lists */
	position: absolute;
	top: 25px;
	/* left: -999em; */

}
#navcontainer li>ul {
	top: auto;
	left: -999em;
}
#navcontainer li:hover ul, #navcontainer li.over ul, #navcontainer li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	top: 25px;
	left: 0;
}
#navcontainer li a, #navcontainer li a:link, #navcontainer li a:active, #navcontainer li a:visited { /* link attributes for the main nav */
	display: block;
	height: 25px;
	padding: 0px 0;
	margin: 0;
	color: #E1E7E0;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	}
#navcontainer li a:hover { /* hover attribute for the main nav */
	color: #6699cc;
}
#navcontainer li.pageon {
	background:url(nav_bg_over.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display: block;
	height: 25px;
	padding: 0px 0;
	margin: 0;
	color: #6699cc;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
}
/* ------------- These are for the Sub Menu ----------------------------------------------------------------------------------------------------*/
#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
	height: 14px;
	padding: 2px 0 2px 2px;
	text-align: left;
	font-weight:normal;
	font-size: 10px;
	color: #369;
	background: #eff0f3;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#menu li a:hover {
	font-size: 10px;
	color: #036;
	background: #69c;
}
