body {
	color: #1a262f;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 0px;
	background-color: #e5d9d0;
}

#contents {
	position:absolute;
	top:0;
	left:0;
}


html, body, #contents {
	min-height:100%;
	width:100%;
	height:100%;
}


html>body, html>body #contents {
	height:auto;
}


#header {
	background-color: #344d5e;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 68px;
}

#address {
	color: white;
	font-size: 75%;
	line-height: 16px;
	background-color: #658d66;
	text-align: center;
	margin-bottom: 15px;
	height: 16px;
	letter-spacing: 2px;
}

#nav {
	float:left;
	margin-left:5px;
	margin-top:40px;
	margin-bottom:40px;
	margin-right:20px;
	width:175px;
	font-size:90%;
}


#nav ul {
	margin-left:0px;
	padding-left:10px;
	display:block;
	line-height:1.8em;
}


#nav ul li {
	list-style-type:none;
	border-bottom:1px solid #203B1F;
	text-align:right;
}


#nav a:link, a:visited, a:active {
	color: #3c596d;
	text-decoration: none;
}

#nav a.current {
	color:#B8663E;
	text-decoration:none;
}

#nav a:hover {
color: #903120;
text-decoration: none;
}

#maincontent {
margin-left:200px;
padding-right:25px;
padding-left:25px;
padding-bottom:25px;
text-align:left;
color: #20313C;
font-size:90%;
}

#maincontent a:link {
	color: #903120;
	text-decoration: none;
}
#maincontent a:hover {
	color:#658d66;
	text-decoration: none;
}
#maincontent a:visited {
	color:#5C88A6;
	text-decoration: none;
}
#maincontent a:active {
	color:#3c59d6;
	text-decoration:underline;
}
.caption {
font-size:60%
}

#footer {
color: white;
font-size:70%;
line-height: 16px;
text-align: center;
background-color: #903120;
letter-spacing: 6px;
height: 16px;
clear: both;
position:absolute;
bottom:0;
left:0;
width:100%;
}

#tagline {
clear: both;
}

#tagline p {
margin:0;
display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 150%;
	color: #3c596d;
	margin-top:50px;
}
h2 {
	font-size: 125%;
	color: #658d66;
}
h3 {
	font-size: 105%;
	color: #903120;
}
h4 {
	font-size: 102%;
	color: #3c596d;
	font-variant: small-caps;	
}
h5 {
	font-size: 101%;
	color: #658d66;
	font-variant: small-caps;
}
h6 {
	font-size: 101%;
	color: #903120;
	font-variant: small-caps;
}

.red {
	color: #FF0000;
}

.center {
	text-align:center;
}
.quotebox {
	float:right;
	margin-left:20px;
   	width:170px;
	padding:5px;
	border:3px double #3c596d;
	background-color:#CC8A7A;
	color:#20313C;
	font-size:85%;
	text-align:left;
}

.left {
	margin-right:8px;
	float:left;
}

.right {
	margin-left:8px;
	float:right;
}

.clear {
	clear:both;
}
