/*Embarrassing use of pixels due to design considerations over accessability, and wanting site to look good in Opera.*/

* {
	padding:0;
	margin:0;
}

body {
	background-color: #546e3c;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	height: 605px;
	width: 801px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #5e573b;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	overflow: hidden;
}

#header {
	background-image: url(images/masthead.gif);
	width: 801px;
	height: 141px;
}
#wrapper #header #logo {
	left:55px;
	top:27px;
	position:absolute;
}
#wrapper #header #coName {
	position: absolute;
	left: 137px;
	top: 62px;
}
#wrapper #header #tagline {
	position: absolute;
	left: 477px;
	top: 67px;
}
#nav {
	height: 22px;
	width: 801px;
	text-align: right;
	color: #FFFFFF;
	background-image:url(images/nav.gif);
	background-repeat: no-repeat;
}
#nav p {
	margin-right: 10px;
	font-size: 14px;
	margin-top: 1px;
}

h1 {
	font-size: 16px;
	color: #405774;
	line-height:25px;
	margin:0 10px 0 8px;
}
h2 {
	font-size: 14px;
	color: #5e573b;
	line-height:22px;
	margin:0 10px 0 10px;
}
h3 {
	font-size: 13px;
	color: #47697e;
	line-height:22px;
	margin:0 10px 0 10px;
}
#index #content {
	float:left;
	width: 291px;
	height: 440px;
}
#content {
	color: #544e35;
	background-color: #e4e4cc;
}
#content a {
	color: #f7941d;
	text-decoration: none;
}
#content a:hover {
	color: #ace17b;
	text-decoration: none;
}
#content p {
	margin: 0 10px 10px 10px;
	font-size: 13px;
	line-height: normal;
}
.highlight {
	font-weight: bold;
	color: #6c8d4d;
}
#index #spacer {
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 7px;
	height: 441px;
	float:left;
}

#center {
	float: left;
	width: 240px;
}

#news {
	float: right;
	background-image: url(images/news.gif);
	width: 263px;
}
#news p {
	margin: 0 10px 10px 10px;
	font-size: 13px;
	line-height: normal;
}
#footer {
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#footer p {
	margin: 0 10px 10px 10px;
	font-size: 13px;
	line-height: normal;
}
#wrapper #nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
