@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}

#header {padding:0 0 0 0;
	border-top: 3px solid #043a6b;}



.style1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.style4 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
.style5 { font-weight:400;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0c5da5;
}

a {cursor: auto;text-decoration: none}
a:link {text-decoration: underline; color:#679fd2;}
a:visited {color: #679fd2;}
a:hover {text-decoration: none; color: #679fd2;}
a:active {color: #679fd2;text-decoration: none}


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}
		

#main {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background: #043a6b;

	color:#ffffff;

	font-size:11px;

	font-family:Verdana, Arial, sans-serif;
	} 

/* CLEAR FIX*/

.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 */

#foot {width:800px;

	margin:0 auto;

	background: #043a6b;

	height:40px;

	line-height:1.1em;

	padding:0 10px 0 10px;}
	
#foot #left {width:400px;float:left;padding-top:12px;}

#right {width:400px;float:left;padding-top:12px;}
