﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #555533;
	font-family: "Lucida Sans Unicode", Calibri, sans-serif;
	padding: 0px;
	line-height: 150%;
}
/* Styles for DIV tags */
#container {
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
	background-color: #122110;
	background-image: url("../images/leftphotob.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead {
	margin: 0 0 0 160px;
	background-color: #EEEECC;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding:0px;
}
#masthead img	{
	text-align: right;
	margin-left: 50px;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
td {
	margin: 2px 0px 10px 0px;
	line-height: 150%;
	font-size: 85%;
}

#column_left p {
	margin: 2px 0px 10px 0px;
	line-height: 150%;
	font-size: 85%;
}

#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: #F9F9EC;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #555533;
	font-style: italic;
	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 {
	color: #555533;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
}
/* Styles for Right Column */
#column_right h4 {
	color: #666644;
	margin-top: 0px;
}
#column_right p {
	padding: 10px;
	color: #444422;
	margin-top: 0px;
	font-size: 75%;
	line-height: 165%;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #222200;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #333311;
	margin-top: 0px;
}
h3 {
	color: #444422;
	margin-top: 0px;
}
h4 {
	color: #666644;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #336600;
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer {
	clear:both;
}
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
}
#copyright {
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.date {
	color:#555522;
	font-variant:small-caps;
	font-size:90%;
}
th{
	background-color:#EEEECC;
	color: #555522;
	padding:3px;
}
.rephoto	{
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}