body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 16px;
	margin: 0px;
	padding: 0px; 
	background-color:#D6D5D5;
}

p,form,input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 16px;
}

h1 {
	margin: 0px;
	font-size: 23px; 
	line-height: 28px;
	font-weight : bold;
	padding: 2px;
	color: #1919B3;
	text-align: center;
	font-weight: normal;
}

h2 {
	margin: 0px;
	font-size: 21px; 
	line-height: 26px;
	font-weight : bold;
	padding: 2px;
	color: #12127D;
	text-align: center;
	font-weight: normal;
}

h3 {
	margin: 0px;
	font-size: 17px; 
	line-height: 22px;
	padding: 1px;
	color: #00000;
	text-align: center;
	font-weight: normal;
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:728px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color: #FFFFFF;  
} 
 
#header{
 position:relative; 
 height:90px; 
 background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:120px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF;
}
 
#twocols{
 width:608px; 
 float:right; 
 position:relative; 
 background-color: #FFFFFF; 
}
 
#rightcol{
 width:120px; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF; 
}
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:478px; 
 padding: 5px;
 background-color: #FFFFFF;  
}
 
#footer{
 height:30px; 
 background-color:#FFFFFF; 
 clear:both;
} 
 
#tab {
 border: #C8C8FE solid thin;
}

.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;}
}

