﻿body
{
    padding: 0px;
    margin: 0px;
	font-family: Georgia, Verdana, Arial, Helvetica, San-Serif;
	font-size: .9em;
	background: transparent url(images/175bg.jpg) top center repeat-y;
}
img{border:0;}
a{
	text-decoration:none;
	color:#002569;
}
a:hover{
	text-decoration:underline;
}
#logo
{   
    float:left;
}
#pagewrapper{
	width: 950px;
	margin: 0 auto;
	background: #fff url(images/175website_bg.png) top center no-repeat;
}
.spacer
{
    padding:0px;
    margin:0px;
    clear: both;
}
#header{
    height:175px;
}
#headerNav
{
    float:right;
	padding:0px; 
	margin:0px;
	color: #002569;
	text-align: right;
}
#headerNav ul{
    padding: 0px;
    margin: 0px;
}
#headerNav ul li{
	display: inline;
	padding: 0px 20px 0px 0px;
	margin:0px;
}
#footer {
	background: transparent url(images/175bottom3.png) center no-repeat;
	height: 200px;
	overflow:visible;
	width: 100%;
	bottom: 0px;
	z-index: 5;
}
#content{
	width: 850px;
	margin:0 auto;
	position:relative;
	padding-top:80px;

}
#search
{
    margin-top:-10px;
    padding-right:20px;
    font-size:.8em;
}
#search .sf_searchText{
	opacity:0.4;
	filter:alpha(opacity=40);
}
#search .sf_searchSubmit
{
    margin:0;
    padding: 0px 20px 0px 0px;
    cursor:default;
    font-family: Georgia, Times, Serif;
    background:none;
    border:none;
    color:#002569;
}
#shortcuts{
	width: 850px;
	margin:0 auto;
	padding:0;
	height:220px;
	background-color:#e9e9e9;
	border-top:1px #fff solid;
}
#shortcuts ul li{
	list-style: square;
}
#past, #present, #future{
	width: 271px;
	height:100%;
	float: left;
	padding-left:10px;
	padding-top: 10px;
	border-left:1px #fff solid;
}
#past h1, #present h1, #future h1
{
    font: normal 1.8em Georgia, "Times New Roman", serif;
	padding:0; margin:0;
}
#content>h1{
	border-bottom: 1px #dfdfdf solid;
}
#past h1{
    color: #ce5c00;
}
#present h1{
    color: #33cccc;
}
#future h1{
    color: #99cc66;
}
