@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background:#E3F0F8 url(images/bg.jpg) repeat-y top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
}
.clear{clear:both;}
.header{
	background:#fff;
	
}
.header-wraper{
	margin:auto;
	width:965px;
	height:198px;
	position:relative;
}
.menu-wraper, .container{
	margin:auto;
	width:965px;
}

.logo{
	position:absolute;
	top:60px;
	left:115px;
}
.top-navigation{
	position:absolute;
	right:0px;
	top:90px;
	font-size:13px;
}
.menu{
	background:#37669C;
}
a{color:#006699; text-decoration:none;}
a:hover{color:#D91B12;}
.left{
	width:200px;
}
.p10{
	padding:10px;
}
.footer{
	font-size:11px;
	color:#353439;
}
.bigtxt {
    font-family: Georgia,Arial;
    font-size: 20pt;
}
h2{color:#D91B12; font-size:18px;}
h3{color:#000000; font-size:13px;}
