html {
	   margin: 0;
	   padding: 0;
}

body {
	  text-align: center;
	  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	  color: #333;
}

#wrapper {
		width:800px;
		margin: 10px auto 0 auto; 
		padding:0px;
		text-align:left;
		border: 1px solid #AF8306;
}

#header {
	background-color: #e3dca6;
	width: 800px;
	height: 162px;
}


#header h5 {
	display: none;
}

#topnav {
	background-color: #e3dca6;
	float: left;
	width: 800px;
}

#topnav p {
	padding: 1px;
	text-align: center;
	font-size: 11px;
	color: #333;
}

#topnav a {
	padding: 1px;
	text-align: center;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
}

#container {
	padding-top: 10px;
}

#leftsidebar {
	margin-left: 0;
	margin-top: 5px;
	width:155px;
	padding:0px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftsidebar ul {
	margin: 0;
	padding: 0;
}

#leftsidebar ul li {
	font-size: 12px;
	list-style: none;
	padding: 5px;
	color: #AF8306;
	font-weight: bold;
}

#leftsidebar ul li a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#leftsidebar ul li a:hover{
	text-decoration: underline;
}

#content {
	width:460px;
	padding:3px 5px 0 5px;
	float:left;
	line-height: 110%;
}

#content h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	color: #990000;
	line-height: 110%;
}

#content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	color: #990000;
	line-height: 110%;
}

#content h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #AF8306;
	line-height: 110%;
}

#contenthome {
	width:340px;
	padding:3px 5px 0 5px;
	float:left;
	line-height: 110%;
}

#content p {
	font-size: 12px;
}

#content p.bigmaroonbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #990000;
	line-height: normal;
}

#content p.goldbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AF8306;
}

#content span.goldbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AF8306;
}

#content p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}




#content p.bottomlinks {
	font-size: 10px;
	color: #AF8306;
	font-weight: bold;
	vertical-align: bottom;
	bottom: auto;
}

#content p.bottomlinks a{
	font-size: 10px;
	color: #AF8306;
	font-weight: normal;
	text-decoration: none;
}

#content p.bottomlinks a:hover{
	font-size: 10px;
	color: #AF8306;
	text-decoration: underline;
}

#content span.dropcap {
	font-size: 72px;
	float: left;
	line-height: 62px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AF8306;
}

#content img.float {
    float: right;
	margin-left: 1.3em;
	border: 1px solid #000;
}

#content img.float_left {
    float: left;
	margin-right: 1.3em;
	border: 1px solid #000;
}

#contenthome p {
	font-size: 12px;
}

#contenthome p.bigmaroonbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #990000;
	line-height: normal;
}

#contenthome p.goldbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AF8306;
}


#contenthome p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
#contenthome p a:hover {
	text-decoration: underline;
}




#contenthome p.bottomlinks {
	font-size: 10px;
	color: #AF8306;
	font-weight: bold;
	vertical-align: bottom;
	bottom: auto;
}

#contenthome p.bottomlinks a{
	font-size: 10px;
	color: #AF8306;
	font-weight: normal;
	text-decoration: none;
}

#contenthome p.bottomlinks a:hover{
	font-size: 10px;
	color: #AF8306;
	text-decoration: underline;
}

#contenthome span.dropcap {
	font-size: 72px;
	float: left;
	line-height: 62px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AF8306;
}
#homesidebar {
	text-align: center;
	width:120px;
	padding:0px;
	padding-top: 3px;
	float:right;
	font-size: 12px;
}

#homesidebar p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
#homesidebar p a:hover {
	text-decoration: underline;
}


#rightsidebar {
	text-align: center;
	width:175px;
	padding:0px;
	padding-top: 3px;
	float:left;
	font-size: 12px;
	text-decoration: none;
}
#rightsidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#rightsidebar p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
#rightsidebar p a:hover {
	text-decoration: underline;
}

#rightsidebar img.goldborder{
     border: 2px solid #AF8306;
	 display: inline-block;
}

#rightsidebarhome {
	text-align: center;
	width:155px;
	padding:0px;
	padding-top: 3px;
	float:right;
	font-size: 12px;
}

#rightsidebarhome a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}

#rightsidebarhome a:hover {
	text-decoration: underline;
}

#righttopphoto {
	width: 143px;
	height: 164px;
	text-decoration: none;
}

#rightbottomphoto {
	width: 143px;
	height: 164px;
	text-decoration: none;
}

#rightsidebar ul {
	margin: 0;
	padding: 0;
}

#rightsidebar ul li {
	font-size: 12px;
	list-style: none;
	padding: 5px;
	color: #AF8306;
	font-weight: bold;
}

#rightsidebar img {
	border: 0px solid #000;
}




#footer {
	clear: both;
	width: 800px;
	background-color: #e3dca6;
	padding: 5px 0 5px 0;
	margin: 0px;
}

#footer p {
	text-align:center;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: #333;
}

#footer a:hover{
	text-decoration: underline;
}

input.btn{
   color:#333;
   font-family: verdana,helvetica,sans-serif;
   font-size:100%;
   font-weight: normal;
   background-color:#AF8306;
   border: 1px solid #ccc;
}

.bigmaroonbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #990000;
}

img.goldborder{
     border: 2px solid #AF8306;
	 display: inline-block;
}


