body {
	background-color: #d4deeb;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #660033;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25em;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div#container {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}

div#header {
	width: 960px;
	height: 313px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

div#header2 {
	width: 960px;
	height: 313px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#header3 {
	width: 960px;
	height: 313px;
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#header4 {
	width: 960px;
	height: 313px;
	background-image: url(../images/header4.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#header5 {
	width: 960px;
	height: 313px;
	background-image: url(../images/header5.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

}

.nav {
	width: 910px;
	background-color: #660033;
	font-size: 14px;
	padding: 10px 0 10px 50px;
	border-top: 8px solid #ffffff;
}

.nav ul {
	list-style-type: none;
	display: inline;
	background-color: #660033;
	color: #ffffff;
}

.nav ul li {
	float: left;
	padding: 0 5px;
}

.nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

.nav ul li a:hover {
	color: #666666;
}

div#contentContainer {
	width: 960px;
	background-color: #ffffff;
}

.content {
	width: 860px;
	padding: 30px 50px;
}

.content img {
	float: left;
	margin: 12px;
	border: 1px solid #333333; 
}

.content a {
	text-decoration: none;
	color: #333333;
}

.content a:hover {
	color: #003366;
}

.content a p {
	padding-top: 10px;
	font-weight: 800;
	font-size: 14px;
}

h1 {
	color: #000033;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25em;
}

h2 {
	color: #660033;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25em;
}
h3 {
	color: #660033;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25em;
}
p {
	padding: 20px 0 0 0;
	color: #660033;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25em;
}

.logos {
	width: 940px;
	padding: 20px 10px;
	border-top: 1px solid #005596;
}

.logos h3 {
	color: #005596;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 20px;
}

.logos ul {
	list-style-type: none;
	display: inline;
}

.logos ul li {
	float: left;
	padding: 10px 20px;
}

.logos ul li img {
	border: 1px solid #005596;
}