@charset "utf-8";
*{padding:0; margin:0;}
body{
	background:#FFFFFF url(../images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	color:#003366;
	font-size:16px;
}
h2{
	font-size:14px;
}

/*LAYOUT*/
#container{
	margin:0 auto 0 auto;
	height:auto;
	background:#FFFFFF;
}
#container,#header,#logo,#menu_wrapper{
	width:980px;
}
#logo{
	float:left;
	height:150px;
	background:#ffffff url(../images/header4.jpg) center center no-repeat;
	/*background:#002d63 url(../images/header.png) center center no-repeat;*/
}
#header{
	height:82px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
}
#header a{
	text-decoration:none;
	color:#FFFFFF;
}
#contact_info{
	width:170px;
	height:69px;
	padding-left:33px;
	padding-top:13px;
	float:left;
	background-image:url(../images/bg_contact.png);
}
#banner{
	float:left;
	width:575px;
	height:82px;
}
#email{
	width:167px;
	height:73px;
	padding-left:35px;
	padding-top:9px;
	float:left;
	background:url(../images/bg_email.png);
}
#menu_wrapper{
	height:27px;
	width:981px;
	background-color:#06335f;
	float:left;
}
#content{
	width:940px;
	padding:20px;
	float:left;
	background:#FFFFFF;
	color:#333333;
	font-size:12px;
	line-height:210%;
}
#content a{
	color:#333333;}
#content a:hover{
	color:#000000;}
#content ul{
	margin-left:15px;
}
#content li a{
	text-decoration:none;
	color:#333333;
}
#content li a:hover{
	text-decoration:underline;}
#content p,#content h2{
	margin-top:10px;
}
#content p{
	margin-bottom:25px;
}
#textleft{
	width:500px;
	float:left;
}
#imageright{
	width:300px;
	border-left:50px solid white;
	float:left;
}
#credits{
	width:972px;
	float:left;
	background-color:#c7d7e6;
	padding:4px;
	text-align:right;
}
#credits a{
	margin:0 26px;
	font-size:11px;
	color: #4e679c;
	text-decoration:none;
}
#credits{
	font-size:11px;
	color: #4e679c;
	text-decoration:none;
}
#credits a:hover{
	color: #1b346c;
}