html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	margin: 0px auto 0 auto;
	background: #bcb09f url(images/background.gif) repeat-y 50% 0;
}
a:link {
	color: #29445c;
}
a:visited {
	color: #416c92;
}
a:hover {
	color: #416c92;
}
a:active {
	color: #416c92;
}
#container {
	width: 700px;
	min-height: 100%;
	margin: 0px auto 0 auto;
	position: relative;
}
#wrapper {
	position: relative;
	min-height: 100%;
	width: 700px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0 0 65px 0;
	clear: both;
}
#header {
	width: 700px;
	height: 95px;
	text-align: center;
}
#header img{
	display: block;
}
#navigation {
	height: 27px;
	width: 700px;
	line-height: 0px;
}
#navigation img{
	display: block;
	float: left;
	border: none;
	margin: 0px;
	padding: 0px;
}
#headerimage {
	display: block;
	height: 113px;
	width: 700px;
}
#subnav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 140px;
	margin: 28px 0 0 0;
	padding: 0px 17px 0 17px;
	text-align: left;
	border-right: dotted #BCB09F 1px;
}
#subnav p{
	font-size: 14px;
	color: #B35924;
	margin: 0 0 8px 0;
	padding: 0;
}
#subnav p a:link{
	color: #B35924;
	text-decoration: none;
}
#subnav p a:visited{
	color: #B35924;
	text-decoration: none;
}
#subnav p a:hover{
	color: #29445C;
}
#subnav p a:active{
	color: #29445C;
}
#subnav ul{
	margin: 0 0 16px 0;
	padding: 0;
}
#subnav ul li{
	font-size: 12px;
	color: #29445C;
	margin: 6px 0 0 0;
	padding: 0;
	list-style-type:none;
}
#subnav ul li a:link{
	color: #29445C;
	text-decoration: none;
}
#subnav ul li a:visited{
	color: #666;
	text-decoration: none;
}
#subnav ul li a:hover{
	color: #B35924;
}
#subnav ul li a:active{
	color: #B35924;
}
#content {
	min-height:100%;
	width: 474px;
	float: left;
	margin: 28px 0 0 0;
	text-align: left;
	padding: 0 34px 0 17px;
}
#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B35924;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #29445c;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #29445c;
	font-size: 13px;
	line-height: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#content p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0;
}
#content ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0;
}
#content img{
	display: inline;
	float: right;
}
#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #92897B;
	margin: 24px 0 0 0;
	padding: 12px 17px 0px 17px;
	height: 65px;
	width: 666px;
	text-align: left;
	clear: both;
	bottom: 0;
}
#footer p{
	margin: 0px;
}
#footer a:link{
	color: #92897b;
	text-decoration: none;
}
#footer a:visited{
	color: #bcb09f;
	text-decoration: none;
}
#footer a:hover{
	color: #29445c;
	text-decoration: underline;
}
#footer a:active{
	color: #29445c;
	text-decoration: underline;
}
.solidclearer {
	clear: both;
}
.backtotop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #b35924;
	text-transform: uppercase;
	margin: -4px 0 0 0;
}
.backtotop a:link{
	color: #b35924;
	text-decoration: none;
}
.backtotop a:visited{
	color: #b35924;
	text-decoration: none;
}
.backtotop a:hover{
	color: #29445c;
	text-decoration: none;
}
.backtotop a:active{
	color: #29445c;
}


