body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#fff;
	background:#333366 url(images/stripes.gif) repeat-x top left;
	/*background:#fff url(images/stripes.gif) repeat-x top left;*/
	text-align:center;
}

/* Force non-IE browers to display vertical scrollbar to eliminate page shift */
html { min-height: 100%; margin-bottom: 1px; }

a { text-decoration:underline;}
p {margin-top:2px; margin-bottom:10px;}
ul {margin-top:0; margin-bottom:6px;}
h1 { font-family: Arial, Helvetica, sans-serif;font-size: 20px; font-weight:bold; margin:10px 0; padding-top:10px;}
h2 { font-family: Arial, Helvetica, sans-serif;font-size: 16px; font-weight:bold; margin:10px 0; padding-top:10px; }
h3 { font-family: Arial, Helvetica, sans-serif;font-size: 14px; font-weight:bold; margin:10px 0; padding-top:10px; }
h4 { font-family: Arial, Helvetica, sans-serif;font-size: 14px; font-weight:bold; margin:10px 0; padding-top:10px; }
img { border:none; }
dt { font-weight:bold; margin-bottom:10px; }
dd { font-weight:normal; margin-bottom:10px; text-indent:0; }

img.float_left { float:left; padding:3px; border:1px solid #ccc; margin:0 10px 0 0;}
img.float_right { float:right; padding:3px; border:1px solid #ccc; margin:0 0 0 10px; }

.blue_rule {background-color:#333366; width:760px; height:10px;}
.white_rule { background-color:#fff; width:760px; height:2px; margin:0;}
.grey_rule {background:#333366 url(images/border_grey_bkg.gif) repeat-x top left; width:760px; height:15px;}
.dotted_line { background: url(images/dottedline.gif) repeat-x left 50%; }
.centertext { text-align:center; }

#container {
	background:#333366 url(images/shadow_bdr.gif) repeat-y 0 92px;
	width:780px;
	margin: 0 auto;
	padding-bottom:0;
}

#inner-wrapper {
	width:760px;
	background-color:#404080;
	margin: 0 auto;
	text-align:left;
	clear:both;
}

#header {
	width:760px;
	height:93px;
	background:#333366 url(images/header.gif) no-repeat top right;
	text-align:left;
	margin:0 auto;
}

#main {
	background-color:#ffffff;
	border-right: 1px solid #000000;	
	line-height:16px;
}

#homecontent {
	width:512px;
	padding:0;
	margin:0;
	background-color:#404080;
	float:right;
	font-size:12px;
	color:#fff;
}

#homecontent h1 {
	color:#eff38e;
	line-height:24px;
}

#homecontent .innertext {
	padding:0 20px 10px 10px;
}

#homecontent a {
	color:#fff;
}

#content {
	width:760px;
	padding:0;
	margin:0;
	background-color:#fff;
	background:#fff url(images/page_bkg.jpg) no-repeat top left;
	color:#000;
}



#content ul li, #homecontent ul li {
	padding:3px 0;
}

#content .innertext {
	padding:15px 30px 20px 30px;
}

#sidebar {
	background-color:#404080;
	font-size:11px;
	font-weight:normal;
	width:244px;
	float:left;
	color:#fff;
}

#sidebar .innertext {
	padding:0 25px 20px 15px;
}

#sidebar a { color:#fff; }

#footer {
	background:#333366 url(images/footer_bkg.gif) repeat-x left 95%;
	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #ffffff; font-weight:normal;
	color:#fff;
	width:760px;
	height:85px;
	clear:both;
}

#footer .innertext { text-align:center; padding:5px 20px 10px 20px; }
#footer a { font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #fff; font-weight:normal;	text-decoration:none; }
#footer a:hover { color: #fff; text-decoration:underline; }
#footer a:active { color:#fff; text-decoration:none; }

#mainnav {
	background: #333366 url(images/nav_bkg.gif) repeat-x top left;
	width:760px;
	height:22px;
	text-align:right;
}

#navwrapper {
	width:450px;
	height:22px;
	float:right;
	padding:0 10px 0 0;
	margin:0;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
	background-color:transparent;
	font:bold 11px/12px arial,helvetica,sans-serif;
	text-align:left;
	padding: 0;
	margin: 0 0 1em 20px;
	white-space:nowrap;
}



#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px 5px;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 130px;
	font-weight: normal;
	font-size:11px;
	background-color:#eee;
	margin: 0;
}

#nav li li {
	padding-right: 5px;
	width: 125px;
}

#nav li ul a {
	width: 115px;
	color:#000;
}

#nav li ul ul {
	margin: -1.75em 0 0 130px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: transparent;
}

#nav li ul a:hover {
background: #333366;
color:#fff;
}


/* End CSS Popout Menu */

