﻿@import url('layout.css');
body {
	font-size: 85%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/bodyback.gif');
	color: #666666;
}
#container {
	width: 800px;
}
#topborder {
	background-image: url('../images/back-top.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#maincontent {
	background-image: url('../images/back-mid.png');
	background-repeat: repeat-y;
	width: 800px;
	min-height:500px;
	 
	overflow: hidden;
}
#page_content {
	width: 755px;
	border-spacing: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	width: 754px;
}
#content {
	width:755px; 
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	font-size: 90%; 
	overflow: hidden;
	background-color: #F1EFCF;
	xwidth: 535px;
	text-align: left;
	margin: 0px 7px 0px 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 0px;
}
#navigation a {
	color: #A69D61;
	text-decoration: none;
	display: block;
	padding: 3px 10px 3px 10px;
	xborder: 1px solid #c9c9c9;
	font-style: normal;
}
#navigation a:hover {
	color: #8D895F;
	text-decoration: none;
	background-color: #E0DC8F;
}
#column_l {
	width: 525px;
	text-align: left;
	margin: 5px 15px 0px 15px;
}
#column_r {
	width: 175px;
	float: right;
	text-align: left ;
	margin: 5px 15px 0px 5px;
}

#botborder {
	background-image: url('../images/back-bot.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

/* Styles for Masthead */
#masthead img {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
#masthead p {
	font-size: 11px;
	color: #8b5c29;
}
#column_r p {
	font-size: 85%;
	
}
/* Styles for Footer */
#footer {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	width: 755px;
	text-align: left;
	color: #FFFFFF;
}

#footer p {
	font-size: 90%;
	xline-height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
#footer a:hover {
	color: #8D895F;
	text-decoration: none;
	background-color: #E0DC8F;
}
/* Styles for Links */

a {
	color: #0000CC;
	text-decoration: underline;
	font-style: italic;
}
a:hover {
	color: #339933;
	text-decoration: underline;
}

}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_italicbold {
	font-style: italic;
	font-weight: bold;
}

#tagline {
	clear: left;
	float: left;
	color: #8b5c29;
	
	}

#logo{
	float: left;

	padding: 0px 0px 0px 5px;
	margin: 0px;
}


h1 {
		
	font-size: 130%;
}
h2 {
	font-size: 120%;
	font-variant: small-caps;
}
h3 {
		
	font-size: 110%;
}
img {
	border-width: 0px;
	padding: 2px;
	float: left;
		width: auto;
		height: auto;
}
li {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
