html    {
	height: 101%;
	margin-bottom: 1px;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
	background: #FFFFE1 url(imgs/tile.jpg) repeat-y center;
	}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #A52A2A;
	text-transform: uppercase;
}
p {
	margin-bottom: 0px;
}
li {
	list-style: none url(imgs/bullet.gif);
}
a:link {
	color: #535A14; 
}
a:visited {
	color: #9D9A71;
}
a:hover {
	color: #78A919;
}
a:active {
	color: #2A795A 
}
#wrapper{
	width: 809px;
	margin-right: auto;
	margin-left: auto;
}	
#masthead {
	margin-right: auto;
	margin-left: auto;
	width:780; 
	height:134px; 
	visibility: visible;
	background: url(imgs/masthead.jpg) no-repeat top;
}

#navbar{
	float: right;  
	margin-top:67px; 
	width:539px; 
	height:35px; 
	visibility: visible;
}

#navbar ul {
	margin-top: 0px;
}
#navbar ul li {
	display: inline;
	list-style-image: none;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 17px;
}
#navbar a:link {
	color: #FFFFE1;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFFFE1;
	text-decoration: none;
}
#navbar a:hover {
	color: #B8860B;
}
#title{
	float: left; 
	margin-left:30px;
	margin-top: 10px;  
	width:510px; 
	visibility: visible;
}
#main{
	float: left; 
	margin-left:35px; 
 	width:495px; 
	visibility: visible;
}
#contact table {
	text-align: left;
	}
#contact td {
   font-size: 10px;
	padding: 4px;
	border-bottom: 1px solid #A52A2A;
}
#contact .heads {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background-color: #AE0000;
	color: White;
}
#contact .title {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background-color: #660000;
	color: White;
}
.contactext {
	font-family: sans-serif;
	font-weight: normal;
	background-color: #E8E8D0;
}	

#main ul {
	line-height: 16px;
}
#sidebar{
	float: right;
	margin-right: 15px; 
	width:192px; 
	visibility: visible;
	font-size: 10px;
	padding-left: 8px;
	border-left: 1px solid #AE0000;
}
#footer{
	font-size: 10px;
	margin-top: 20px;
	border-top: 1px solid #AE0000;
}

.overline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	background-color: #E3E6CC;
}
.rightbarlist {
	font-size: 10px;
	line-height: 12px;
}
.rightbarlisttitle {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #A52A2A;
}
.img_left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
}
.img_leftbottom {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 10px;
}
.img_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 10px;
}
#highlight {
	width: 220px;
	float: left;
	padding: 10px;
	border: 1px dotted #6C8726;
}
.clear {
	clear: both;
}