﻿body {

	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/bodyback.gif');
}
#container {
	background-color: #D1D9DE;
	width: 800px;
	margin: 0 auto;
}
#topborder {
	background-image: url('../images/back-top.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

#masthead {
	padding: 10px 5px 10px 5px;
	width: 790px;
	margin-bottom: 5px;
}
#navigation {
	clear: left ;
	background-color: #9DADB7;
	overflow: hidden;
}
#column_l {
	width: 100%;
	margin: 0;
	padding: 0 10px;

}
#column_r {
	width: 257px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #D1D9DE;
	position: relative;
}

xdiv#column_r  { 
	min-height:480px;
	height:expression(this.scrollHeight > 480 ? "auto":"480px");
	top: 0px;
	
}

#footer {
	clear: left;
	xwidth: 800px;
	
	background-color: #F8F8F3;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	border-width: 0px;
	float: left;
	width: 160px;
	height: 47px;
}
#masthead p {
	font-size: 11px;
	color: #8b5c29;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #A96A63;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 10px;
	xborder: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #8b5c29;
	text-decoration: none;
	xborder: 1px solid #a9a9a9;
	background-color: #F8F8F3;
}
/* Styles for Footer */
#footer p {
	font-size: 10px;
	line-height: 14px;
	
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #A96A63;
	text-decoration: none;
}
#footer a:hover {
	color: #8b5c29;
	text-decoration: none;
	xborder: 1px solid #a9a9a9;
	background-color: #E4E2CD;

}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#tagline {
	clear: left;
	text-align: left;
	color: #8b5c29;
	padding: 0px 0px 0px 1px;
	}

#logo{
	float: left;
	text-align: left;
	
}

x#page_content {
	background-color: #F3F2E9;
	padding: 2px 5px 5px 7px;
	margin-left: 170px;
}
div#page_content { 
	min-height:480px;
	height:expression(this.scrollHeight > 480 ? "auto":"480px"); 
}
h1 {
		
	font-size: 14px;
}
h2 {
		
	font-size: 13px;
}
h3 {
		
	font-size: 12px;
}
