p {

 font-family: Arial, Helvetica, sans-serif; }
a:link{
 color:#005c97;
 text-decoration:underline;
}

a:visited{
 color:#005c97;
 text-decoration:underline;
}

a:active{
 color:#005c97;
 text-decoration:underline;
}

a:hover{
	color:#005c97;
	text-decoration:none;
/*	font-size: larger; */
}

html, body{ 
 margin:0; 
 padding:0; 
 height:100%;
} 

body {
 background-color:#4A4A4A;
}
 
#pagewidth{ 
 max-width:960px;  
 min-width:960px; 
 background-color:#FFFFFF; 
}

.center{
 margin-left: auto;
 margin-right: auto;
 width: 960px;
 }
 
#header{
 float: left;
 position:relative; 
 height:113px; 
 background-color:#005c97; 
 width:448px;
} 

#blue{
 margin: 0px;
 spacing: 0px;
 padding: 0px;
 height: 91px;
} 

#navigation{
 background-color: #eff4f8;
 float: right;  
 display:inline; 
 position: relative; 
 height:22px;
 line-height:22px;
 width:512px; 
 padding: 0px;
 spacing: 0px;
}
 
#margin{
 background-color: #ffffff;  
 margin-top: 30px;
 margin-right:0px;
 margin-bottom:0px;
 margin-left: 30px;
}

#maincol{
	background-color: #ffffff;
	float: left;
	display:inline;
	position: relative;
	width:590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height: 17px;
	letter-spacing:0.03em;
	height: 100%;
	text-align: left;
}

#maincolfaq{
 background-color: #ffffff;  
 float: left; 
 display:inline; 
 position: relative; 
 width:900px; 
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 font-style: normal;
 line-height: 17px;
 letter-spacing:0.03em;
 height: 100%;
}
 
#rightcol{
 background-color: #ffffff;  
 text-align: center;
 width: 340px;
 float: right;
}

#footer{
 height:25px;  
 clear:both;
 background-color: #ffffff;  
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 font-style: normal;
 letter-spacing:0.03em;
} 

a.faqLink{
 color:#000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 font-style:italic;
 letter-spacing:0.03em;
}
 
 .faqLink{
 color:#000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 font-style:italic;
 letter-spacing:0.03em;
}

 
 /* *** 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 */  

