@import url(layout.css);
BODY
{
	margin: 0px;
	background-color: #F9F7ED;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #33170D;
}
/*Styles for DIV tags*/
#container
{
	background-color: #33170D;
	border-right: 1px solid #33170D;
	border-left: 1px solid #33170D;
	border-bottom: 1px solid #33170D;
	border-top: 1px solid #33170D;
}
#masthead
{
	background-color: #9BAC58;
	padding: 15px;
	background-image: url(images/leftimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#navigation
{
	background-color: #B97540;
	text-align: center;
	border-top: 1px solid #33170D;
	border-bottom: 1px solid #33170D;
	z-index: 100;
}
/*HTML>BODY #navigation*/
/*{*/
/*	overflow: hidden;*/
/*}*/
#content_container
{
	background-color: #F8F3D7;
	padding: 0px;
}
#column_left
{
	float: left;
}
#column_right
{
	background-color: #9BAC58;
	padding-bottom: 30px;
}
#image
{
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer
{
	background-color: #33170D;
	color: #FFFFFF;
}
/*Styles for Masthead*/
#masthead H1
{
	color: #33170D;
	font-style: normal;
	font-weight: normal;
	font-size: x-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead H3
{
	margin-top: 0.4em;
	color: #F9F7ED;
	margin-bottom: 0px;
	text-align: right;
	font-size: medium;
	padding-top: 0.3em;
	font-style: normal;
	font-weight: normal;
}
#masthead A
{
	color: #33170D;
	text-decoration: none;
}
#masthead A:hover
{
	text-decoration: none;
}
/*Styles for Navigation*/
#navigation UL
{
	list-style-type: none;
	width: 100%;
	padding: 0;
}
#navigation LI
{
	float: left;
}
#navigation A
{
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#navigation A:hover
{
	background-color: #33170D;
}
/*Styles for Right Column*/
#column_right H4
{
	color: #33170D;
	margin-top: 0px;
}
#column_right P
{
	color: #33170D;
	margin-top: 0px;
	font-size: small;
}
#column_right A
{
	color: #33170D;
}
#column_right A:hover
{
	background-color: #33170D;
	color: #F8F3D7;
}
/*Styles for Left Column*/
H1
{
	font-size: x-large;
	color: #B97540;
	margin-top: 0px;
}
H2
{
	font-size: large;
	color: #B97540;
	margin-top: 0px;
}
H3
{
	font-size: medium;
	color: #33170D;
	margin-top: 0px;
}
H4
{
	font-size: small;
	color: #33170D;
	margin-top: 0px;
}
H5
{
	font-size: x-small;
	margin-top: 0px;
}
H6
{
	font-size: xx-small;
	margin-top: 0px;
}
A
{
	color: #33170D;
}
A:hover
{
	color: #998866;
	text-decoration: none;
}
/*Styles for Footer*/
#footer P
{
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright
{
	float: right;
	text-align: right;
}
#copyright P
{
	font-size: x-small;
}
#footer A
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.style_bold
{
	font-weight: bold;
}
.style_italic
{
	font-style: italic;
}