
body {
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background:rgb(250,250,200);
	
	}
a {
	font-weight: bold;

	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-top: 1.2em;
	margin-bottom: 1.1em; 
	}
ol,ul {
	font-size: 1.0em;
	line-height: 3.0em;
	margin-top: 1.3em;
	margin-bottom: 1.2em;
	}
li {
	font-size: 1.0em;
	line-height: 1.23em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
h1 {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 0; 
	}
img {
	border: 0px;
	}
.PageNav {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: right;
	}
#head {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 5%;
	background: url(images/header.jpg) 26px 0px no-repeat;
	height: 400px;
	}
#head2 {
    position: absolute;
	padding: 5px;
	left:70%;
	width:28%;
    }
#content {
	position: absolute;
	padding-bottom: 10px;
	left:3%;
	width:67%;
	top:230px;
	}
#separator {
	position: absolute;
	left: 68%;
	width:2%;
	top:100px;	
	}
#menu {
	position: absolute;
	padding: 5px;
	left:74%;
	width:24%;
	top:160px;
	background:rgb(229,220,173);
	border:1px solid #000;
	}

h2.title {
	padding-left: 30px;
	padding-top: 25px;
	}
h3.subtitle {
	padding-left: 40px;

	}
h4.center {
	text-align: center;
	}
p.center {
	text-align: center;
	}
p.miles {
	margin: 0 15px 0 30px;
	}
.small {
    font-family: verdana, sans-serif;
	font-size: 10px;
	}
	
	/**************** Footer styles ****************/

#footer{
clear:both;
width:958px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;background:#467aa7;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
