/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../i/bg_main.gif);
	background-repeat:repeat-x;
	background-color:#105971; 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 28px; color:#626161;
	text-align: center;
	height: 100%;
	}
	
#cover {
	width: 780px;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	
	}
#header {
	width:780px;
	margin: 0px;
	padding: 0px;
	background-color:#216880;
	}
	
#copyleftimage
	{
	float:left;
	padding: 10px 10px 10px 0px;
	}
	

#contentArea {
	width:750px;
	margin: 0px;
	padding: 15px;
	background-color:#c1e6f2;
	text-align:left;
	}
#textright
	{
	padding:20px 30px 0px 0px;
	float:right;
	width:306px;
	}
#textleft
	{
	width:306px;
	padding:20px 0px 0px 30px;
	}
#footer {
	width:760px;
	background-color:#416570;
	padding: 10px;
	text-align: right;
	font-size:10px;
		
	}
.headLine
	{
	font-size:24px;
	font-weight: bold; color:#dfd78f; line-height: 24px;
	}
	
.footertext
	{
	color:#CCCCCC;
	}
	a:link 
	{
	color: #626161;
	}
a:visited
	{
 	color: #626161;
 	}
a:hover
	{
	color: #626161;
	}
	
	