html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#wrapper{
	position: relative;
}
#pagewidth{ 
	width:600px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	position: relative;
} 
#pageLink, #pageLink a{
	color: #666666;
	font-size: 9px;
	text-align: center;
}
#header{
	position:relative;
	width:600px; 
}
#headerPic{
	height:139px;
	background-color: #004392;
	text-align:center;
}
#mainNavNL{
	position: absolute;
	top: 126px;
	left: 0px;
	background-color: #004392;
	height: 37px;
	width:600px; 
	z-index: 1000;
}
#metaNavNL{
	text-align: right;
	width:600px; 
}
#metaNavNL a{
	color: #004392;
	text-decoration: none;
	font-size: 10px;
	border-left: 1px solid #004392;
	padding: 0px 5px 0px 7px;
}
#metaNavNL a:hover{
	color: #BECE00;
}
#leftcol{
	width:180px; 
	float:left; 
	position:relative;
	z-index: 90;
}
#picHolder2{
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}
#infoHolder{
	overflow: hidden;
	/*min-height: 250px;
	height: auto !important;
	height: 250px;*/
	margin-top:15px;
}
* html #infoHolder{
	padding-top:0px;
}
#infoHolder h1{
	font-size: 12px;
	font-weight: bold;
}
#infoHolder a{
	color: #004392;
}
#infoHolderBottom{
	height: 10px;
}
#maincolnl{
	/*display:inline;*/
	float: right;
	position: relative;
	/*top: 0px;
	left: 210px;*/
	width:600px;
	padding: 10px 0px 20px 0px;
	line-height: 130%;
	/*text-align: justify;*/
}
#maincolnl_old{
	/*display:inline;*/
	/*float: right;
	position: relative;*/
	position: absolute;
	top: 0px;
	left: 210px;
	width:548px;
	padding: 0px 20px 20px 20px;
	line-height: 19px;
	margin-bottom: 50px;
	/*text-align: justify;*/
}
#maincolnl .csc-firstHeader{
	font-size: 20px !important;
	font-weight: normal !important;
	color: #004392;
}
#mainContent h1{
	font-size: 18px !important;
	font-weight:normal;
	line-height:normal;
}
.csc-header h1,#infoHolder h1{
	font-size: 14px;
	font-weight: normal;
	color: #004392;	
	border-bottom: 1px solid #004392;
}
#mainContent h2, #infoHolder h2{
	border-bottom: none;
	font-size: 13px;
	font-weight:bold;
}
.csc-header br, .csc-header img{
	display: none;
}
.csc-mailform{
	border: none;
	padding: 0;
}
.csc-mailform label{
	display: block;
}
.csc-mailform input, .csc-mailform textarea, .csc-searchform input, .csc-searchform select, .map24_input, .map24_list{
	width: 330px;
	border: 1px solid #004392;
}
.csc-mailform-submit{
	width: 332px !important;
	margin-top: 10px;
}
.csc-searchform td{
	vertical-align: middle !important;
}
#maincolnl a{
	color: #004392;
	text-decoration: underline;	
}
#maincolnl a:hover{
	color: #BECE00;	
}
#maincolnl a:visited{
	color: #4494AD;
}
#maincolnl td{
	vertical-align: top;
	padding: 3px;
}
table .bodytext{
	margin: 0;
}
/* ################### csc-menu ################### */
.csc-menu, .csc-menu ul{
	/*padding: 0px;
	margin: 0px;*/
}
.csc-menu li{
	/*list-style-type: none;
	display: block;*/
	/*background-color: #004392;*/
}
.csc-menu li a{
	/*color: #fff !important;
	padding-left: 3px;
	background-color: #004392;
	display: block;*/
}
/*.csc-menu li a:hover, .csc-menu li a:visited{
	color: #DCE4EB !important;
	background-color: #004392 !important;
}*/
.csc-menu li li{
	/*padding-left: 30px;*/
	/*background-color: #D5E8F6 !important;*/
}
.csc-menu li li a{
	/*color: #004392 !important;*/
}
/*.csc-menu li li a:hover, .csc-menu li li a:visited{
	color: #4494AD !important;
	background-color: #D5E8F6 !important;
}*/
/* ################### csc-menu End ################### */
#footer{
	margin-top: 50px;
	height:71px;
	clear:both;
	background-color: #004392;
	text-align:center;
} 
/* *** Float containers fix *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
/*printer styles*/ 
@media print{ 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	#twocols, #maincolnl{width:100%; float:none;}
}

