﻿body 
{
	background-color: #493F0B;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans;
}

img
{
	border: 0px;
	vertical-align: bottom;
}

h1, h1 a, .h1
{
	color: #76AB01;
}

h2, h2 a, .h2
{
	color: #76AB01;
}

h3, h3 a, .h3
{
	color: #76AB01;
}

a
{
	color: #76AB01;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

em
{
	font-style: italic;
}
#contentpage
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#logobanner
{
	height: 160px;
	background-image: url("images/logoheader.jpg");
}

#navigation
{
	padding-top: 10px;
	height: 40px;
	background-image: url("images/navbg.jpg");
}

#navigation a
{ 
	font-weight: bold;
	 font-size: 15px;
	 padding: 0px 10px 0px 10px;
	 color: #fff;
	 text-transform: uppercase;
	 text-decoration: none;
}

#navigation a:hover
{ 
	color: #FFFF66;
}

#content
{
	background-image: url("images/contentbg.jpg");
}

#contenttop
{
	height: 16px;
	background-image: url("images/contenttop.jpg");
}

#contentmiddle
{
	padding: 0px 30px 0px 20px;
	position: relative;
}

#contentmap
{
	margin-top: 20px;
	clear: both;
	height: 30px;
	background-image: url("images/splitterbar.jpg");
}

.contentmapitem
{
	float: left;
	padding-left: 20px;
	width: 160px;
}

#contentbottom
{
	clear: both;
	height: 25px;
	background-image: url("images/contentbottom.jpg");
}

.topics li a
{
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.topics li a:hover
{ 
	color: #F99A39; /*#FFFF66;*/
}
	
.left
{
	margin-right: 20px;
}

.leftalign
{
	float: left;
	width: 280px;
	margin-left: 60px;
}


.box
{
	margin-top: 10px;
	width: 275px;
}

.boxtop
{
	background-image: url("images/boxtop.jpg");
	height: 9px;
	overflow: hidden;
}

.boxcontent
{
	padding: 10px;
	background-image: url("images/boxbg.jpg");
	overflow: hidden;
}

.boximage
{
	float: left;
	width: 60px;
}

.boxtext
{
	float: left;
	width: 190px;
}
.boxseperator
{
	height: 15px;
	clear: both;
}
.boxbottom
{
	background-image: url("images/boxbottom.jpg");
	height: 9px;
}

#footer
{
	color: #fff;
}



