html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(img/GMG_Background.gif);
	background-repeat: no-repeat;
	background-position: center 178px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
} 
form{
	padding: 0;
	margin: 0;
}
#pagewidth{ 
	width:930px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
#header{
	position:relative;
	height:178px;
	width:100%;
	background-image: url(img/logo_pbopitz.gif);
	background-position: 638px 72px;
	background-repeat: no-repeat;
}
#searchForm{
	position: absolute;
	top: 148px;
	left: 17px;
}
.searchfield{
	float: left;
}
.searchfield input{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 14px;
	width: 102px;
	border: 1px solid #999999;
	padding: 0;
	margin: 0;
}
input, select, textarea{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #999999;
	padding: 0;
	margin: 0;
}
.searchbutton {
	float: left;
}
.searchbutton input{
	float: left;
	border: none;
}
#breadCrumbs{
	position: absolute;
	top: 150px;
	left: 143px;
	text-transform: uppercase;
}
#breadCrumbs a{
	color: #000000;
	text-decoration: none;
}
#breadCrumbs a:hover{
	text-decoration: underline;
}
#threecols{
	/*height: 200px; */
	float:left; 
	position:relative; 
	overflow: hidden;
}
#leftcol{
	width: 138px;  
	float:left; 
	position:relative; 
}
#leftColTop{
	height: 200px;
	background-color:#003370;
	padding-left: 14px;
	overflow: hidden;
	text-align: left;
	border-right: 2px solid #ffffff;
}
#mainNav{
	padding: 20px 0px 0px 5px;
	margin: 0;
	width: 118px;
}
#subNav, #metaNav{
	padding: 30px 0px 0px 5px;
	margin: 0;
	width: 118px;
}
#mainNav li, #subNav li, #metaNav li{
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	display: block;
}
#mainNav a,#subNav a,#metaNav a{
	padding: 5px 0px 5px 0px;
	/*display: block;*/
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#mainNav{
	/*padding: 0;*/
	margin: 0;
	color: #fff;
}
#mainNav li{
	list-style-type: none;	
}
#subNav{
	height: 200px;
}
#subNav a{
	color: #466FA3;
}
#metaNav a{
	color: #000;
}
#mainNav a:hover, #metaNav a:hover{
	color: #466FA3;
}
#subNav a:hover, #activeSubNav, #activeSubNav a{
	color: #8B1229 !important;
}
#activeMainNav, #activeMainNav a, #activeMetaNav, #activeMetaNav a{
	color: #466FA3;
}
#leftColBottom{
	padding-top: 0px;
	padding-left: 14px;
}
#maincol{
	background-color: #FFFFFF;  
	float: left;  
	position: relative; 
	width: 499px;
}
#maincol a{
	color: #000;
}
#maincol a:hover{
	color: #FA9C0F;
}
#maincol a:visited{
	color: #333333;
}
#mainColTop{
	height: 200px;
	overflow: hidden;
	padding-left: 1px;
	width: 497px;
}
#mainColBottom{
	padding-top: 20px;
	padding-right: 20px;
	overflow: hidden;
}
#mainColBottom, #rightColBottom{
	padding-top: 20px;
}
#mainColBottom h1, #rightColBottom h1{
	color: #8B1229;
	font-size: 16px;
	font-weight: normal;	
}
#rightcol{
	width:290px; 
	/*height: 200px; */
	float:left; 
	position:relative; 
}
#rightColTop{
	height: 200px;
	/*background-color:#FA9C0F;*/
	overflow: hidden;
	border-left: 2px solid #ffffff;
}
#rightColBottom{
}
#footer{
	height:50px; 
	clear:both;
	padding-left: 138px;
	padding-top: 30px;
	color: #003370;
	font-size: 9px;
}
.contenttable td{
	width: 33%;
	vertical-align: top;
	padding: 0 5px 0 0;
}
/* ---------------- Forms ---------------- */ 
.csc-mailform{
	border: 0;
}
.csc-mailform label{
	float: left;
	width: 120px;
}
.csc-mailform-field{
	margin-bottom: 3px;
}
.csc-mailform-mytext{
	margin-top: 10px;	
	margin-bottom: 5px;
}
/* ---------------- Forms End ---------------- */ 
/* ---------------- Sitemaps ---------------- */ 
.csc-menu{
	padding: 0;
	margin: 0;
}
.csc-menu li{
	list-style: none;
}
.csc-menu a{
	text-decoration: none;
	font-weight: bold;
}
.csc-menu a:hover{
	color: #8B1229 !important;
}
/* ---------------- Sitemaps End ---------------- */ 
/* *** 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;}*/ 
	/*hide the right column when printing*/ 
	/*#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}*/

