@charset "UTF-8";
#header {
	background-image: url(../images/header.gif);
	height: 65px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ebf1f8;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 800px;
}
#footer {
	background-color: #082353;
	float: left;
	width: 844px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
h1 {
	color: #082353;
	margin-top: 0px;
}
h2 {
	color: #082353;
	margin-top: 5px;
}
p {
	color: #2359a8;
	font-size: 14px;
	line-height: 19px;
}
#header-contact {
	margin-left: 20px;
	font-size: 10px;
	color: #2359a8;
}
#content {
	background-image: url(../images/image.jpg);
	background-repeat: no-repeat;
	height: 267px;
	margin-left: 20px;
	margin-right: 20px;
	background-position: right;
	padding-right: 370px;
	margin-bottom: 20px;
}
.white-text {
	color: #FFF;
}
#content2 {
	background-repeat: no-repeat;
	margin-left: 20px;
	/* [disabled]margin-right: 20px; */
	width: 428px;
	float: left;
	padding: 20px;
	background-color: #AFD4F2;
	height: 310px;
	margin-bottom: 40px;
}
#content3 {
	background-repeat: no-repeat;
	margin-left: 21px;
	margin-right: 20px;
	width: 314px;
	float: right;
	padding: 20px;
	background-color: #AFD4F2;
	height: 310px;
	margin-bottom: 40px;
}
a:link {
	color: #2359a8;
	text-decoration: underline;
}
a:visited {
	color: #2359a8;
	text-decoration: underline;
}
a:hover {
	color: #2359a8;
	text-decoration: none;
}
a:active {
	color: #2359a8;
	text-decoration: underline;
}
#footer a:link{
	color: #FFF;
}
#footer a:visited{
	color: #FFF;
}
#footer a:hover{
	color: #AFD4F2;
}
#footer a:active{
	color: #FFF;
}
