/* April 2006 CSS */

html { 
	height		: 100%; 
	margin-bottom	: 1px; 
}

body {
	margin: 0;
	padding: 0;
	height:  100%;
	margin-bottom: 1px;
	background: url(../images/apr06_bg.png) 0 0 repeat-x;
	background-attachment: fixed; 

}

.sitename {
font-family: Arial, Helvetica, sans-serif;

position: relative;
		font-weight: bold;
	font-size: 28px;
	color: #444;
	left: 80px;
	top: 120px;
}

a:link, a:visited {
	color: #FDB404;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #46c;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

/* user 3 top menu position*/
div#horizmenu {
	white-space: nowrap;
	margin: 15px 0 0 0px; 
	line-height: 20px;
	height: 20px;
	margin-right: 5px;
	padding-left: 15px;
}

div#horizmenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

div#horizmenu li {
	float: right;
	margin: 0;
	padding: 0;
}

div#horizmenu ul#mainlevel-nav a {
	float:left;
	display:block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding: 0 15px;
	color: #ffffff;
	margin: 3px 3px 0 3px;
	border-top: #ffffff 3px solid;
	background-color: #FDB404;
}

div#horizmenu ul#mainlevel-nav a:hover {
color             : #000000;
}


td, p, div, span {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 130%;
	text-align: left;
}

h3, .componentheading {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px 0;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}

.componentheading {
	padding: 0;

}

.contentheading {
	height: 35px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
}

.buttonheading {
	vertical-align: bottom;
}

.sectiontableheader {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.contenttoc {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

span.small, td.createdate {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

a.mainlevel {
	display: block;

	padding-left: 20px;
	height: 20px;
}

div.clr {
	clear: both;
}

div#center {
	height: 100%;
	text-align: center;
}

div#wrapper {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
  min-width: 750px;
  max-width: 1050px;
  width: expression(document.body.clientWidth > 1050? "1050px": "auto" );

	
}

div#framebg {
	margin: 0 15px;
	background: #fff;
}

div#header {
	background: #FDB404 url(../images/header.jpg) 0 0 no-repeat;
	margin: 1px 0px;
	height: 165px;

	
}

div#header_pic{
	height: 165px;
/*background: url(../images/header_pic.jpg) 100% 0 no-repeat;*/
}

div#header_flash{
height: 165px;
float:right;
}


span.header {
	display: block;
	line-height: 90%;
	vertical-align: bottom;
	padding-left: 30px;
	padding-top: 80px;
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	color: #fff;
}
span.subhead {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #CFEDC8;
	padding-left: 30px;
}

div#padding {
	padding-bottom: 14px;
}

div#horizsep {
	height:1px;
	overflow: hidden;
	background: #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#vertline {
	border: 1px solid #fff;
	background: url(../images/line_vert.png) repeat-y;
	background-position: 25% 0 !important;
	background-position: 26% 0;
}

div.thinsep {
	clear: both;
	margin-top: 15px;
	height: 5px;
	overflow: hidden;
	background: #000 url(../images/header.jpg) 0 0 no-repeat;
}

div#footer {
	clear: both;
	margin-top: 5px;
	padding: 5px;
	padding-left: 5px;
	text-align: center;
	color: #999;
	font-size: 10px;
}

/* left nav style*/
a.mainlevel {
  margin-top        : 1px;
  padding-top       : 0px;
  font-size         : 12px;
  width             : 100%;
  text-indent       : 10px;
}
a.mainlevel:link {
  padding           : 0px 0px 0px 0px;
  font-size         : 12px;
  width             : 100%;
  text-indent       : 10px;
}
a.mainlevel:link, a.mainlevel:visited {
  display           : block;
  font-size         : 12px;
  font-weight       : normal;
  padding           : 2px 0px 2px 0px;
  color             : #1A4A88;
  width             : 100%;
  text-indent       : 10px;
  background-color  : #F3F3F3;
}
a.mainlevel:hover {
  font-size         : 12px;
  background-color  : #FBFBF9;  
  color             : #000000;
  font-weight       : normal;
  text-decoration   : none;
  text-indent       : 10px;
}
#active_menu {
  color             : #003366;
  font-weight       : bold;
  background-color  : #FBFBF9;
}
a#active_menu:hover {
  color             : #333333;
  background-color  : #FBFBF9;
}


div#content {
	margin-left: 25%;

	float: none;
	width: auto !important;
	width: 100%;
}

div#content_padding {
	padding: 0 15px;
	float: none;
	width: auto !important;
	width: 100%;
}

div#leftcol {
	float: left;
	width: 25%;

}

div#leftcol_padding {
	padding: 0 15px;
	float: none;
	width: auto !important;
	width: 100%;
	
}




span.pathway {
	float: left;
	line-height: 20px;
	margin-top: 5px;
}