body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAFAFB;
	background-color: #4C4B51;
}


h1 {
	margin-left: 25px;
	margin-top: 25px;
	font-size: 30px;
}
h2 {
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 23px;
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #0aaeee;
	line-height: 140%;
}
h3 {
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 23px;
	margin-top: 25px;
	font-size: 14px;
	color: #0aaeee;
	line-height: 140%;
}

p {
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 23px;
	margin-top: 5px;
	line-height: 160%;
	font-size: 14px;
}
a {
color: #0293D6;
}

/* =Main Menu (Global)
-----------------------------------------------------------------------------*/

.nav_main {
	height: 58px;
	font-size:14px;
	border-right:0px solid #3172AF;
	background-image:url();
	background-repeat: repeat-x;
}
.border {
	padding: 5px;
	border: thin solid #CCCCCC;
	margin-left: 15px;
}
.nav_main_special {
	height: 25px;
	border-right:0px solid #3172AF;
}
.nav_sub {
	border-top:1px solid #3172AF;
}
/* all lists */

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	background-repeat:repeat-y;
	z-index:1;
}
.navcontainer {
	background-repeat: repeat-x;
}

#nav a {
	display: block;
	text-decoration:none;
	padding:32px 9px 19px 9px;
	color: #39393b;
	font-weight: normal;
	background-image: url();
	background-repeat: repeat-x;
	background-position: bottom;
}

#nav a:hover {
	color:#fff;
	background-color:#FFFFFF;
	background-image: url(graphics/nav-bg-on.jpg);
	background-repeat: repeat-x;
}

/* all list items */

#nav li {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
}

/* second-level lists */

#nav li ul {
	position: absolute;
	width:180px;
	line-height: 1.5em;
	margin-top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style: none;
}

#nav li ul li {
	text-align:left;
	width:180px;
	border-left:1px solid #438FC5;
	border-right:1px solid #438FC5;
	border-bottom: 0px solid #438FC5;
	background-color:#4998D1;
	color: #144D89;
	list-style: none;
}

#nav li ul li a {
	color: #CFE4F3;
	height:1%;
	list-style: none;
}

#nav li ul li a:hover {
	color: #fff;
	background-color:#3172AF;
	list-style: none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	list-style: none;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	list-style: none;
}

ul {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 30px;
	list-style: none;
}
li {
	line-height: 130%;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 35px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(graphics/arrow.gif);
	padding-left: 5px;
}
hr {
	margin-left: 23px;
	margin-right: 30px;
	border: 0px solid #D8D8DA;
	margin-top: 0px;
	margin-bottom: 0px;
}




#footer {
	color: #BBBABF;
}
#footer a {
	margin-right: 15px;
	color: #BBBABF;
}
.quote {
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 23px;
	margin-top: 0px;
	font-size: 16px;
	color: #848484;
}
.blend {
	background-image: url(graphics/bg-content-banner.jpg);
	background-repeat: repeat-x;
}
.hblend {
	background-image: url(graphics/bg-blend-home.jpg);
	background-repeat: repeat-x;
}
.heading {
	color: #FFFFFF;
}
.smalltxt {
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 23px;
	margin-top: 5px;
	line-height: 140%;
	font-size: 98%;
	color: #7A7A7C;
}
.content {
	background-image: url(graphics/bg-watermark.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
.footer {
	background-image: url(graphics/bg-footer.jpg);
	background-repeat: repeat-x;
}
.white {
	background-color: #FFFFFF;
	color: #3a3a3c;
}
.info {
	background-color: #f8f8f9;
	border: 1px solid #e1e1e2;
}
.caption {
	line-height: 120%;
	font-size: 98%;
	color: #7A7A7C;
	margin-top: 25px;
}

