body {
	background-color: #0c4da1;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 14px;
	}

h1 {
	color: #0c4da1;
	font-size: 20px;
	font-weight: normal;
	padding-left: 2px;
	}

.line {
	width: 600px;
	border-bottom: 2px solid #0c4da1;
	}
	
#main {
	width: 790px;
	margin: 0 auto;
	background: #fff;
}

#header {
	height: 170px;
	padding: 20px 0 0 20px;
	}

#nav {
	float: left;
	width: 160px;
	margin-top: 30px;
	}
	
#content {
	float: right;
	width: 600px;
	padding-right: 30px;
	}
	
#footer {
	padding: 10px 30px 10px 160px;
	color: #999999;
	height: 80px;
	}

.footer {
	color: #999999;
	text-decoration: none;
	}

.footer a:hover {
	color: #0c4da1;
	text-decoration: underline;
	}

#nav ul li {
	list-style-type: none;
	}

#nav ul li a, #nav ul li a:visited {
	text-decoration: none;
	color: #0c4da1;
	background: url(graphics/dot.gif) no-repeat;
	padding-left: 15px;
	}

#nav ul li a:hover {
	color: #999999;
	background: url(graphics/dot-gray.gif) no-repeat;
	padding-left: 15px;
	}
	
.right {
	width: 250px;
	padding: 0 180px 0 0;
	float: right;
	}
	
.blue {
	color: #0c4da1;
	}
	
.gray {
	color: #999999;
	}

#logo {
	float: left;
	width: 185px;
	}

#flashcontent {
	float: right;
	width: 550px;
	padding: 0 10px 0 0;
	}

.clear {
	clear: both;
	}
	
#april {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 0 8px;
	border: 2px solid #0c4da1;
	}

#links {
	padding: 0 1em;
	text-align: center;
	}

#links a {
	text-decoration: none;
	color: #0c4da1;
	}

#links a:hover {
	color: #999999;
	}

.hr {
	border-bottom: 1px solid #0c4da1;
	}