html, body {
	background-color:#e1e1e1;
	margin:0;
	padding:0;
	color:#f6f0d6;
}
a:link {
	color:#00427a;
}
a:visited {
	color:#5685ae;
}
.wrapper {
	width:100%;
	height:650px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
.content {
	width:960px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
}
.strip {
	width:290px;
	height:650px;
	background-image:url(images/strip-bg.gif);
	background-repeat:repeat-x;
	float:left;
}
.logo {
	width:290px;
	height:205px;
	margin:60px 0 15px 0;
}
.footer {
	width:250px;
	height:20px;
	top:-40px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6a9dc9;
	padding:0 20px 0 20px;
	text-align:center;
}
.topnav {
	width:650px;
	height:40px;
	margin:0 0 34px 0;
	padding:0 0 0 20px;
	float:left;
}
a.nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#f6f0d6;
	text-decoration:none;
	padding:25px 18px 21px 18px;
}
a.nav:hover {
	background-color:#826042;
}
#on {
	background-color:#5e4129;
}
.subnav, .subnav a {
	list-style:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#f6f0d6;
}
.subnav li a {
	width:270px;
	padding: 4px 10px 4px 10px;
	line-height:1.3em;
	display:block;
}
.subnav li:hover {
	background-color:#3670a2;
}
#subnavon {
	font-weight:bold;
}
.main {
	width:650px;
	height:520px;
	margin:0 0 0 20px;
	float:left;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:1.3em;
	text-align:center;
	margin:0 10px 0 10px;
}
menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1.4em;
	text-align:center;
	margin:30px 50px 10px 50px;
	padding:0;
	border-bottom:double #366d9c;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#023265;
	margin: 10px 0 20px 10px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	margin: 10px 0 10px 10px;
}
p,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.3em;
	margin:5px 10px 15px 10px;
	color:#333333;
}
ul {
	margin:5px 0 15px 25px;
}
ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	color:#333333;
}
a img {
	border:0;
}
#slidesHome {
	z-index: 2;
	width: 650px;
	height: 520px;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}
#home {
	margin:0;
	padding:0;
	list-style:none;
}

#slidesProj {
	z-index: 2;
	width: 650px;
	height: 520px;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}

#slides {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both;
}
