
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-color: #658f07;
/*	background-image: url(images/back.gif); */
}

#top {
	margin : 0px auto;
	width: 762px;
	padding : 0px;
	height: 173px;
}

#pagebottom {
	text-align:right;
	margin : 0px auto;
	padding : 28px 25px 0px 190px;
	width: 547px;
	height: 31px;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
}

#container {
	width: 762px;
	text-align:left;
	margin : 0px auto;
	background-color : #1b5500;
	background-image: url(images/wrap_back.gif);
}

#leftnav {
	float : left;
	width: 167px;
	padding: 0px 0px 20px 20px;
	margin : 0px;
#	background-color : #3b5d0d;
	background-image: url(images/menu-back.gif);
}

#rightnav {
	float : right;
	width: 185px;
	padding: 0px 15px 0px 0px;
	margin : 0px;
}

#content {
	width: 353px; 
	margin-left : 200px;
	padding : 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background-color : #658f07;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #ffffff;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	color: #1b5500;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.news {
	font-size: 14px;
	color: #dfdee2;
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #ffe036;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #aaaaaa;
	font-weight:bold;
	text-decoration:none;
}


