﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #283227;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
	background-color: #283227;
	background-image:  url("../images/leftphoto.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	background-color: #EEEECC;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#navigation {
	background-color: #CCCC99;
	margin-left: 160px;
	text-align: center;
	font-size: 12px;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 0px 0px 0px 15px;
}
#column_left {
	float: left;
	font-family: Arial, "Monotype Corsiva", "MS Reference Sans Serif";
}
#column_right {
	background-color: #F9F9EC;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #FFFFFF;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #555533;
	font-style: normal;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #999977;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
font: inherit;
margin: 2px;
color: #283227;
text-decoration: none;
font-family: "Monotype Corsiva", Arial, sans-serif;
font-size: 1.8em;
font-style: oblique;
font-weight: normal;
right: 0px;
text-align: right;
text-indent: 10px;
}
/* Styles for Navigation */
#navigation ul {
list-style-type: none;
width: 100%;
margin: 0;
padding: 0;
line-height: normal;
top: 3px;
bottom: 3px;
word-spacing: inherit;
}
#navigation li {
margin: 0px;
padding: 0px;
float: left;
color: #555533;
}
#navigation a {
	margin: 0 1px;
	padding: 3px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
	color: #283227;
	font-family: Arial, "Monotype Corsiva", "MS Reference Sans Serif";
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Styles for Right Column */
#column_right h4 {
	color: #666644;
	margin-top: 0px;
}
#column_right p {
	color: #444422;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #666644;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	padding: 5px 0px 6px 0px;
	font-size: xx-large;
	color: #222200;
	margin-top: 0px;
}
h2 {
	font-size: xx-large;
	color: #333311;
	margin-top: 0px;
	font-family: Arial, "Monotype Corsiva", "MS Reference Sans Serif";
}
h3 {
	font-size: x-large;
	color: #444422;
	margin-top: 0px;
	font-family: Arial, "Monotype Corsiva", "MS Reference Sans Serif";
}
h4 {
	font-size: large;
	color: #53533E;
	margin-top: 0px;
	font-weight: normal;
}
h5 { 
	font-size: small;
	color: #444422;
	margin-top: 0px;
	font-family: Arial, "Monotype Corsiva", "MS Reference Sans Serif";
}
h6 {
	font-size: small;
	margin-top: 0px;
	color: #363E35;
	font-weight: bold;
	font-family: Arial, "Monotype Corsiva", "MS Reference Sans Serif";
	font-style: normal;
}
a {
	color: #363E35;
	font-family: Arial, "Monotype Corsiva", "MS Reference Sans Serif";
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
border-width: 0px 23px 16px 0px;
margin: 0;
font-size: 0.65em;
text-align: left;
color: #283227;
clip: rect(auto, 15px, auto, auto);
}
#copyright {
	float: right;
	text-align: inherit;
	font-size: xx-small;
	font-family: Arial, "Monotype Corsiva", "MS Reference Sans Serif";
	font-weight: normal;
	font-style: normal;
	color: #283227;
}
#copyright p {
	font-size: .7em;
	color: #283227;
	font-family: Arial, "Monotype Corsiva", "MS Reference Sans Serif";
	text-align: right;
}
#footer a {
	color: #283227;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
