﻿@import url("layout.css");

body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#a8b281;
	background-image:url('images/GradientBackground.jpg'); background-repeat:repeat-x;background-attachment:fixed;
	margin-top:0px;
}
.newstable {
	vertical-align:top;

}
#container {
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px solid #b7b7b7;
	border-bottom: 0;
	border-left: 0px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #84975f;
	width: 980px;
}
#column_lside {
	width: 180px;
	float:left;
	margin: 0;
	padding: 10px 10px;
	background-color: #fff;
	background-image:url('images/SIDEBAR.jpg'); background-attachment:scroll;background-position:left;background-repeat:no-repeat;
}
#column_center{
	width: 540px;
	margin: 0;
	padding: 10px 30px;
	background-color: #fff;
	float:left;
	background-image:url('images/Untitled.bmp');background-position:50% 75px;background-repeat:no-repeat;background-attachment:scroll;
}
#column_r {
	width: 180px;
	margin: 0;
	float:left;
	padding: 10px 0px;
	background-color: #ffffff;
		/*position: relative;*/
}
#footer {
	width: 980px;
	text-align: center;
	/*background-color: #84975f;*/
	background-image:url('images/GradientBackground-5x200.jpg');
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}



/* Styles for Navigation */
#navigation {
	background-color: #84975f; /*light green*/
	/*background-color: #f4eb99;*/
	overflow: hidden;
	/*background-image:url('images/Button Banner.jpg');*/
}

#navigation {
	text-align:center;
	margin-right: 0px;
	margin-left: 0px;
	/*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;
	/*position:absolute; width:600px; height:50px; left:570px; top: 0px; */
}
#navigation ul {
	list-style-type:none;
	/*width:980px;*/
	margin: 0;
	padding: 0;
	/*background-color: #f4eb99;*/
}
#navigation li {
	list-style-type:none;
	float:left;
	width:122px;
	margin-top:0;
}
#navigation a {
    text-align:center;
	color:#113111;
	text-decoration:none;
	font-weight:bold;
	margin: 0 0px;
	padding: 0px;
	display: block;
	/*border: 1px solid #84975f;*/
	height:40px;
}
#navigation a:hover {
	background-color:#ffffff;
	/*border: 1px solid #ffffff;*/
	color:black;
	/*font-weight:bold;*/
}
#navigation div
{	position:absolute;
	z-index:30;
	/*visibility: hidden;
	margin: 0;
	padding: 0;*/
	background:#84975f;
	/*border: 3px solid;
	border-color:purple;*/
	width:196px;

}
#navigation div a
{    text-align:left;
}




/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color:blue;
	text-decoration: underline;
}
a:hover {
	color:green;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


