
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Arial, Helvetica, sans-serif;
 background-image: url(../images/bg.jpg);
 background-repeat: repeat-x;
} 

a {
text-decoration: none;
color:#003366;
font-weight:bold;
}

a:hover {
color:#FFFFFF;
background-color:#003366;
font-weight:bold;
}

#pagewidth{ 
 min-width:1000px;
 /* IE Dynamic Expression to set the width */
 width:expression(document.body.clientWidth < 1100 ? "1000px" : "80%" );
 width: 80%;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
} 
 
#header{
 position:relative; 
 height:120px; 
 background-color:#FFFFFF;
 background-image: url(../images/header.jpg);
 width:100%;
 border-bottom-style: solid; 
 border-bottom-color: #DDDDDD; 
 border-bottom-width: 1px; 
} 

#leftcol{
 width:200px;
 margin-top: 10px;
 float:left; 
 position:relative; 
 background-color:#EFEFEF;
 text-align:left;
 padding-top:10px;
 padding-bottom:10px;
}
 
#maincol{
background-color: #FFFFFF;  
height: 1%;
padding: 0 20px;
margin: 0px 0px 0px 0px;
}

#rightcol{
background-color: #FFFFFF;  
height: 1%;
padding: 0 20px;
margin: 0px 0px 0px 200px;
}


#subfooter{
 height:70px; 
 background-color:#EFEFEF;
 clear:both;
} 

#footer{
 height:25px; 
 background-color:#0a5cb1;
 clear:both;
} 
 
.main_text {
font-size: 16px;
font-weight:bold;
color:#003366;
font-family: Arial;
}


.padding {
	padding-right: 10px;
	padding-left: 10px;
}

.top_heading {
	font-size: 16px;
	color: #003366;
	font-family: Arial;
	font-weight:bold;
}

.main_heading {
	font-size: 16px;
	color: #003366;
	font-family: Arial;
	font-weight:bold;
}

.main_heading_right {
	font-size: 18px;
	color: #003366;
	font-family: Arial;
	font-weight:bold;
}

.main_grey_heading {
	font-size: 14px;
	color:#333333;
	font-family: Arial;
	font-weight:bold;
}

.main_grey_heading_right {
	font-size: 18px;
	color:#FFFFFF;
	font-family: Arial;
	font-weight:bold;
}
 
.main_white_heading {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration:bold;
	font-weight:bold;
}

.main_white_heading2 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration:bold;
}

.main_menus{font-family: Arial; font-size: 20px; font-weight: bold; color:#666666; text-decoration:none; }
 
.footer_text {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 3px;
}

.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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, #maincol{width:100%; float:none;}
}
