/* CSS Document */
/*/*/
html { height: 100%; }

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #ffffff;
	height: 101%; 
	}

#container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 717px;
	text-align: left;
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	}
	
a:link { font-family: verdana, arial, helvetica, sans-serif; color: #4e312f; text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline; }

#masthead {
	position: relative;
	margin-left: 0px;
	width: 717px;
	height: 174px;
	background-image: url('../images/masthead.jpg');
	background-repeat: no-repeat;
	}
#masthead h2 { display: none; }

#nav {
	position: relative;
	width: 199px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	}
#nav a:link { font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; color: #4e312f; text-decoration: none; }
#nav a:visited { text-decoration: none; font-weight: normal; color: #4e312f; }
#nav a:active { text-decoration: none; font-weight: normal; color: #4e312f; }
#nav a:hover { text-decoration: underline; font-weight: normal; color: #4e312f; }
#nav ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
	}
#nav ul li {
	margin: 0px;
	padding: 0px;
	}

#content {
	position: relative;
	margin: -280px 0px 0px 209px;
	width: 500px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}
#content h3 { font-size: 120%; color: #333333; font-weight: bold; text-transform: uppercase; margin-top: 0px; }
#content a:link { font-family: verdana, arial, helvetica, sans-serif; color: #2F6852; text-decoration: underline; }
#content a:visited { text-decoration: underline; color: #2F6852; }
#content a:active { text-decoration: none; color: #2F6852; }
#content a:hover { text-decoration: none; color: #2F6852; }
#content img.thumbnail {
	float: right;
	border: 1px solid #999;
	margin: 5px 5px 15px 5px;
	padding: 5px;
	}
	
#content ol.second { list-style-type: lower-alpha; }
	
#content ol.third { list-style-type: lower-roman; }

#footer {
	position: relative;
	width: 717px;
	height: 95px;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	font-size: x-small;
	}
	
#footer span {
	position: absolute;
	top: 25px;
	left: 32px;
	width: 337px;
	}
	
.clearboth { clear: both; }
