html, body {
	background-color: #F4DC7B;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}
#container {
	width: 935px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/filler.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#nav {
	height: 32px;
	width: 896px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A89754;
	border-right-color: #A89754;
	border-left-color: #A89754;
	background-image: url(../images/nav/filler.gif);
	background-repeat: repeat-x;
}
#content {
	width: 864px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A89754;
	border-left-color: #A89754;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 16px;
}
#end {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 935px;
}
#copy {
	background-image: url(../images/copy.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #486E7E;
	font-weight: bold;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #486E7E;
}
#content h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #486E7E;
}
#content h4 {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #486E7E;
}
#content h5 {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #486E7E;
}
#container a {
	font-weight: bold;
	color: #375460;
}
#container p {
	color: #666666;
}
#subNav {
	height: 30px;
	padding-top: 20px;
	padding-right: 3%;
}

#subNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#subNav a:hover {
	font-weight: normal;
	color: #000000;
}
#subNav a:visited {
	color: #333333;
	text-decoration: none;
}
