@charset "UTF-8";
body {
	background-color: #5B79AD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}
#container {
	background-color: #FFFFFF;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 211px;
	width: 804px;
	background-repeat: no-repeat;
}
#nav {
	list-style-type: none;
	background-color: #7B95BD;
	height: 30px;
	padding-top: 10px;
	padding-left: 100px;
}
#nav  ul {
	list-style-type: none;
	display: inline;
}
#nav li {
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#bluebar {
	background-color: #d4e6ff;
	height: 8px;
	width: 804px;
}
h1 {
	font-size: large;
	color: #262F42;
	font-style: italic;
}
h2 {
	font-size: small;
	color: #262F42;
	font-weight: bold;
}
#page {
	padding-right: 30px;
	padding-left: 30px;
}
#sidebar {
	width: 240px;
	float: right;
	margin-left: 45px;
	margin-bottom: 30px;
}
#mainColumn {
	width: 450px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

