/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Calibri, Tahoma, Arial, Helvetica, sans-serif;
 color:#4470a5;
 background-color:#FFFFFF;
 background-image:url(images/back.jpg);
 background-position:top;
 background-repeat:repeat-x;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:210px; 
 background-color:Transparent; 
 background-image:url(images/headerback.png);
 background-position:center;
 background-repeat:no-repeat;
 width:100%;
} 
 
#maincol{
 background-color:Transparent; 
 float:inherit; 
 display:inline; 
 position: relative; 
 }
 
#footer{
 height:70px; 
 background-color:Transparent; 
 clear:both;
 text-align:center;
 } 

.contactframe{
background-image:url(images/ContactFrame.png);
background-repeat:no-repeat;
background-color:Transparent;
color:#FFFFFF;
padding-top:10px;
padding-left:20px;
padding-right:10px;
padding-bottom:20px;
width:210px;
height:145px;
text-align:center;
font-size:20px;
}

.downloadframe{
background-image:url(images/DownloadFrame.png);
background-repeat:no-repeat;
background-color:Transparent;
color:#FFFFFF;
width:395px;
height:64px;
text-align:center;
font-size:20px;
margin-left:auto;
margin-right:auto;
padding-top:2px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color:#ffa44b;
	/*text-decoration: underline;*/
	}

h2 {
	margin: 0;
	color: #006699;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left:25px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 5px 3px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #5681ad;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #003366;
}
	
h4 {
	margin: 0;
	color: #006699;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:9px;
	background-image:url(images/dots-hr-4.gif);
	background-repeat:repeat-x;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

 
 /* *** 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 */  

