@charset "utf-8";

/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4C4415;
	background-image: url(/images/brown_background.jpg);
	background-repeat: repeat-x;
}
p {
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #7B7D30;
}
h1 {
	font-size: x-large;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}
h2 {
	font-size: large;
	color: #996600;
}
h3 {
	font-size: medium;
}
a:link {
	color: #3F530B;
}
a:visited {
	color: #3F530B;
}
a:hover {
	color: #996600;
}
a:active {
}
#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper #header {
	height: 100px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3F530B;
	background-image: url(/images/headerbg2.jpg);
	background-repeat: no-repeat;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #3F530B;
	text-align: right;
	margin: 0px;
	padding: 10px;
	font-size: x-large;
	font-family: "trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
#wrapper  #address {
	background-color: #FCFED0;
	margin: 0px;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3F530B;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3F530B;
	border-left-color: #3F530B;
	font-weight: bold;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: medium;
}
#wrapper #address td {
	font-family: "", Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #3F530B;
}
#wrapper #content {
}
#wrapper #content #right_col {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 2px;
	padding-right: 2px;
	width: 640px;
}
#wrapper #content #left_col {
	float: left;
	width: 180px;
	padding: 0px;
	margin: 0px;
}
#wrapper #content #right_col #TopSearch {
	float: right;
	width: auto;
}

#news_box {
	background-color: #F4EDC4;
	border: 2px outset #3F530B;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
#news_box p {
	margin: 3px;
	padding: 3px;
}

#news_box h2 {
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: center;
}
#news_box2 {
	background-color: #F4EDC4;
	border: 2px inset #3F530B;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}
#sidebar li {
	display: block;
	background-color: #7B7D30;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0E6AA;
	border-bottom-color: #F0E6AA;
	text-align: left;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #F0E6AA;
	border-bottom: 1px solid #f5f5f5;
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#sidebar a:hover {
	text-decoration: none;
	color: #05072D;
	background-color: #F4EDC4;
	border-bottom: 1px solid #7B7D30;
}
#wrapper #content #center_col {
	width: 485px;
	float: left;
	padding: 5px;
	margin: 5px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #footer {
	text-align: center;
	padding: 2px;
	background-color: #F4EDC4;
	clear: both;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F530B;
	border-bottom-color: #3F530B;
	margin: 0px;
}
#left_inner    {
	float: left;
	width: 360px;
}
#right_inner    {
	float: right;
	text-align: center;
	width: 260px;
	margin: 0px;
	padding: 0px;
}


.bgd_lighttan {
	background-color: #FCFED0;
}
.emphasis_brown {
	font-weight: bold;
	color: #996600;

}

.emphasis_green {
	font-weight: bold;
	color: #7B7D30;
	background-color: #FFF;

}

.xx_small_txt {	font-size: xx-small;
}
