﻿@import url(layout.css);
body {
font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-style:normal;font-size:14px; color:black;
	
}
#container {
	width: 1000px;
	margin: 0 auto;


}

#masthead {
	color: #FFFFFF;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	width: 1000px;
	padding: 0;
	background-color: #101010;
	background-repeat: no-repeat;
}
#column_l {
	width: 790px;
	margin: 0 0 0 0px;

}
#column_l p {
	margin:0px;

}

#column_r {
	width: 210px;
	min-height:335px;
	margin: 0;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
	position: relative;
	right: 0px;
	text-align: center;
	margin-top:0px;
	background-color:#E0E8F3;

}
#footer {
	width:1000px;
	text-align: center;
	background-color: #aaa;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 0px;
	background-color: #834d36;
	background-image:url('../images/bottomfooter.jpg');background-position:center;background-repeat:no-repeat;
}
/* Styles for Masthead */
#masthead img {
	float:none;
	text-align:center;
}
#masthead p {
	color: white;
	font-size: x-small;
	text-align: right;
	margin: 0px 0px 0 0px;
}
/* Styles for Navigation */

#navigation {
	margin-right: 0px;
	margin-left: 0px;
	background-color: gray;
	/*background-image:url('../images/bottomfooter.jpg');background-position:center;background-repeat:no-repeat;*/
	/*background-image:url('../images/tanbutton.jpg');background-position:center;*/
	overflow: hidden;
	margin-top:0;
	width:1000px;
}
#navigation ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width:1000px;

}
#navigation li {
	list-style-type:none;
	float:left;
	width:333px;
	margin-top:0;
}
#navigation a {
    text-align:center;
	color: black;
	text-decoration:none;
	margin: 0 0px;
	padding: 5px;
	display:block;
	border: 1px solid black;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #315d46;
	/*font-weight:bold;*/
}
#navigation div
{	position:absolute;
	z-index:30;
	/*visibility: hidden;
	margin: 0;
	padding: 0;*/
	background:#939c9e;
	/*border: 3px solid;
	border-color:purple;*/
}
#navigation div a
{    text-align:left;
}

/* Styles for Content */
h1 {
	color: #AC852B;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	margin-left:10px;
}
h2 {
	color: #AC852B;
	font-size: medium;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:10px;
}
h3 {
	color: #AC852B;
	font-size: medium;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4 {
	color: #AC852B;
	font-size: 1.25em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h5 {
	color: #AC852B;
	font-size: 0.75em;
}
h6 {
	color: #AC852B;
	font-size: 0.5em;
}
big {
	color: #AC852B;
	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: white;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: white;
	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;
}



