﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Georgia, Garamond, Georgia, Helvetica, sans-serif;
	font-style: normal;
	background: url(../images/bg.jpg);
	background-repeat:repeat;
	line-height:1.75;
}
#container {
	width: 790px;
	min-height: 100%;
	height: auto;
	overflow:hidden;
	margin: 0 auto -44px; 
	background: url(../images/bkgd_tile_opt.png) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	width: 750px;
	padding: 0;
	background-color: #DFCFBF;
}
#navigation {
	margin-right: 10px;
	margin-left: 18px;
	background-color: #316600;
	overflow: hidden;
	
}
#column_l {
	width: 470px;
	margin: 0 0 0 40px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 60px 20px 5px 5px;
	float: right;
	background-color: #828864;
	position: relative;
	right: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	text-align: center;
	background-color: #316600;
	margin: 0 auto;
	overflow: hidden;
	padding: 2px;
	width: 760px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #316600;
}
#navigation a:hover {
	background-color: #828864;
	border: 1px solid #828864;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

* { 
	margin: 0;
}

html, body { 
	height: 100%;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

.footer, .push { 
	clear:both;
	height: 4em;
}


.topA {background:url(../images/dropA.jpg) top left no-repeat; padding:20px 0 0 25px}
.topS {background:url(../images/dropS.jpg) top left no-repeat; padding:20px 0 0 25px}
.topH {background:url(../images/dropH.jpg) top left no-repeat; padding:20px 0 0 25px}
.topF {background:url(../images/dropF.jpg) top left no-repeat; padding:20px 0 0 25px}
.topO {background:url(../images/dropO.jpg) top left no-repeat;}
.topM {background:url(../images/dropM.jpg) top left no-repeat; padding:20px 0 0 25px}
.topW {background:url(../images/dropW.jpg) top left no-repeat; padding:20px 0 0 25px}
.topBlank {padding:20px 0 0 25px}


ul { list-style-position: inside; margin-left: 0; padding-left: 40px;} 

