/* Global Structural Styles */
body    {
        margin: 0px; padding: 0px;
        text-align: center;
        background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-style: normal;
	line-height: 1.3;
        }

div#globalWrapper {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	background: transparent;
	}
/*background: #0A0B0B; */
/* Header Styles */
div#header {
	width: 800px;
	margin: 0px;
	padding: 0px;
	}
div#headerNav {
	display:none;

	}	
div#logoBar {
	width: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;	
	}
		
/* Content Styles */	
div#contentWrapper {

	width: 800px;
	margin: 0; padding: 0;
	overflow: auto;
	background: #f0e9d4 url("/assets/images/content_back.gif") top left repeat-y;
	}
div#navColumn {
	display:none;

	}
div#navColumn img{
	display: none;
	}	
div#contentColumn {
	float: left;
	width: 479px;

	}
div#rightColumn {
	display:none;
	}
div#content {
	padding: 15px 39px 0px 40px;
	margin-bottom: 50px;
	border: 0px solid;
	}			
div#contentNav {
	display:none;
	}

div#topHighlightWrapper {
	width: 477px;
	height: 108px;
	background: #dcd5c0;
	border-bottom: #FFF solid 1px;
	}
div#topHighlightImage {
	float: left;
	width: 124px;
	border-right: 1px solid #142e58
	}
div#topHighlightContent {
	margin-left: 125px;
	padding: 15px;
	color: #142e58;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	}
div#adWrapper {
	display: none;
}
div#adImage {
	float: left;
	width: 65px;
}

div#contentScroller {
	width: 477px;
	height: 180px;
	overflow: auto;
	background: #dcd5c0;
	border-bottom: #FFF solid 1px;
	}
div#contentScrollerContent {
	text-align: left;
	background: #dcd5c0;
	padding: 15px 40px 15px 40px;
	color: #142e58;
	}
div#topSearchWrapper {
	width: 477px;
	height: 76px;
	background: #dcd5c0;
	border-bottom: #FFF solid 1px;
	}
div#topSearchDropDown {
	float: left;
	width: 290px;
	padding: 15px 0px 0px 20px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #182D56;
	font-style: italic;	
	font-weight: bold;

	}
div#topSearchNav{
	margin-left: 310px;	

	}	
					

/* Footer Styles */
div#footer {
	display: none;
	}

.clearer {
	height: 0px;
	line-height:0px;
	font-size:0px;
	clear: both;
}
