﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#004A80;
	margin:0px;
}
#header, #content_wrapper, #footer {
	width:960px;
}
#header {
	height:208px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
}
#content_wrapper {
	background-image:url('images/background.jpg');
	background-repeat:repeat-y;
	text-align: left;
}
#menu {
	margin-left:70px;
	width:120px;
	float:left;
	padding-top: 5px;
}
#menu p {
	margin:0px auto 15px auto;
	text-align:center;
}
#menu a {
	color:white;
	font-weight:700;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#content {
	width:610px;
	float:right;
	margin-right:100px;
}
#content h1 {
	font-size: 20px;
	color: #003366;
	margin: 0px;
}
#content h2 {
	font-size: 18px;
	font-style:italic;
	color: #003366;
	margin: 0px auto 15px auto;
}
#content h3 {
	font-size: 16px;
	margin: 0px;
}
#content p, li {
	font-size: 14px;
}
#footer {
	height:76px;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	clear:both;
	padding-top:35px;
	font-size:11px;
	color:#EEEEEE;
}
#footer a {
	color:#EEEEEE;
}