body {
	background-color: white;
	color: #333;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 101%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../graphics/top_bg.jpg);
	background-repeat: repeat-x;
	}
	
.rap {
	width: 950px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
	}
body.second .top {
	background-image: none;
	}
	
ol {
	margin-left: 25px;
	margin-right: 25px;
	}
	
ol li {
	font-size: .8em;
	color: #00467f;
	}
.top {
	
	height: 54px;
	}
	
.top {
	position: relative;
	}
	
.top ul, #top ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.top ul {
	position: absolute;
	top: 20px;
	right: 5px;
	}
	
.top ul li {
	display: inline;
	}
	
.top ul li a {
	display: block;
	float: left;
	color: #00467f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	padding-right: 20px;
	}
	
.top ul li a:hover {
	color: #28a3f1;
	}
	
.top ul li a.last {
	border: none;
	}

	
table.columns {
	width: 950px;
	}
	

td.left {
	width: 242px;
	background-color: #00467f;
	vertical-align: top;
	}
	
td.center {
	vertical-align: top;

	}
	
td.right {
	width: 180px;
	border-bottom: 20px #00467F solid;
	vertical-align: top;
	padding-bottom: 60px;
	}
	
table tr td.centerleft {
	vertical-align: top;
	padding-bottom: 60px;
	width: 520px;
	}
	
.footer p {
	height: 3em;
	color: white;
	background-color: #00467F;
	font-size: .7em;
	padding: 5px;
	margin-top: 20px;
	text-align: center;
	}
	
	
#navcontainer { width: 230px;
	padding-bottom: 60px; }

#navcontainer ul
{
	margin-left: 20px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px 3px 8px 3px;
	width: 220px;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{

	color: #28a3f1;
}

.news  {
	background-color: #d2d5d7;
	height: 200px;
	}
	
.centerpiece {
	border-bottom: 3px #00467f solid;
	width: 707px;
	}
	
.centerpiece img{
	border: none;
	}
	
/* Text */

p {
	font-size: .75em;
	line-height: 1.2em;
	padding: 0 20px;
	color: #000;
	}
	
h1 {
	color: #00467f;
	font-size: 1.7em;
	margin: 0;
	padding: 20px 20px 0 20px;
	}
	
h2 {
	color: #00467f;
	font-size: 1.0em;
	margin: 0;
	padding: 20px 20px 0 20px;
	}
	
td.center ul li {
	font-size: .8em;
	font-weight: bold;
	}
	
hr {
	margin-top: 40px;
	}
