@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ebebeb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #336699;
}
.twoColFixLtHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #673301;
	margin: 15px auto; /* this overrides the text-align: center on the body element. */
	padding: 0px 15px 0px 15px;
} 
.twoColFixLtHdr #header {
	padding: 8px 20px 8px 20px;
	margin: 0 0px 10px 0px;
	text-align: left;
	background-color: #d8dfee;
} 
.twoColFixLtHdr #masthead {
	background: #ffffff;
	padding: 15px 20px 15px 20px;
	margin: 0px 0px 10px 0px;
	height: 120px;
}
.crumbtrailarea {
	padding: 2px 0px 3px 0px;
	margin: 0px 0px 8px 0px;
	color: #FFF;
}
a.crumbtrailarea {
	color: #FFCC00;
}
.twoColFixLtHdr #navigation {
	background: #ffffff;
	padding: 0;
	margin: 0 25px 10px 390px;
}  
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin: 0 0 10px 0px;
	background-color: #FC3;
	float: left;
	height: 387px;
	#height: 364px;
}
.twoColFixLtHdr #imagecontent1 {
	width: 230px;
	margin: 0 0 10px 0px;
	background-color: #333;
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 24px;
	font-weight: bold;
	color: #FFCB1A;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 0 0;
	margin: 0 0 15px 25px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 8pt;
	background-image: url(../images/navyellow.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #featureContent {
	margin: 0px 0px 0px 385px;
	_margin: 0px 0px 0px 382px;
	width: 555px;
} 
.twoColFixLtHdr #bodyContent {
	margin: 0px 0px 0px 260px;
	_margin: 0px 0px 0px 257px;
	width: 660px;
	padding: 10px;
	background-color: #FC3;
	font-size: 12px;
} 
.twoColFixLtHdr #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 20px 15px 20px;
	background-image: url(../images/contentareatopdetail.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 150px;
} 
.twoColFixLtHdr #MastheadCol1 {
	padding: 0;
	float: left;
	margin: 25px 0px 0px 30px;
} 
.twoColFixLtHdr #MastheadCol2 {
	width: 750px;
	margin: 85px 0px 0px 130px;
	#margin: 100px 0px 0px 130px;
	padding: 0;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: right;
	color: #333;
} 
.twoColFixLtHdr #ContentCol1 {
	background-color:#FFF;
	height: 300px;
	padding: 15px;
} 
.twoColFixLtHdr #ContentCol2 {
	padding: 8px 10px 8px 15px;
	margin: 8px 0px 8px 0px;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
} 
.twoColFixLtHdr #ContentCol3 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 4px 0px;
	font-size: 11px;
	color: #000;
	height: 70px;
	width: 555px;
	float: left;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer {
	padding: 8px 20px 8px 20px;
	background-color: #d8dfee;
	margin: 5px 0px 0px 0px;
} 
.twoColFixLtHdr #footerline {
	margin: 5px 0px 0px 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.twoColFixLtHdr #toggle_appear {
	margin: 0px;
	background-color: #EBEBEB;
	padding: 5px 0px 5px 0px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 24px;
	margin: 5px;
}
h2 {
	font-size: 18px;
	margin: 5px;
}
h3 {
	font-size: 14px;
}
h3.titles {
	font-size: 14px;
	margin: 5px;
}
h2.navigation {
	font-size: 18px;
	margin: 5px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
}
li {
	padding-left: 15px;
	margin: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/* Navigation styles */

.navigation {
	color: #333399;
	font-weight: bold;
	#line-height: 1.2;
} 
.navigationtitle {
	font-weight: bold;
	#line-height: 1.2;
} 


/* Navigation styles */

#newsticker {
	margin: 4px 0px 8px 0px;
	#margin: 8px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	#padding: 7px 0px 0px 0px;
	height: 24px;	
	#height: 20px;	
	color: #000;
	background-color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#newsticker ul {
	padding: 5px 0px 0px 0px;
	#padding: 0px 0px 0px 0px;
	list-style: none;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("assets/images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 8px;
	height: 8px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}