/* Headings
=====================================================================*/
h1 {font-size: 18px; color: #003300;}
h2 {font-size: 16px; color: #3f593f;}
h3 {font-size: 14px; color: #003300;}



ul {font-size: 12px;}
li {font-size: 12px; padding: 0px 0px 8px 0px;}
strong {font-size: 12px;}
td {font-size: 90%;}
tr {font-size: 90%;}

a:link, a:active, a:visited {
color:#003300;
text-decoration: none;
}

a:hover {
color:#3f593f;
text-decoration: none;
}

/* Layout
=====================================================================*/

body {
	color: #333;
	background-color: #ffffec;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	text-align: center;
}

#container {
	background-image: url(/img/site/bkg.jpg);
	background-repeat: repeat-y;
	width: 980px;
	border: 1px solid #000;
	margin: 0 auto;
	text-align: left;
}

#logo {
	width: 980px;
	height: 224px;
	background-image: url(/img/site/header_logo.jpg);
	background-repeat: no-repeat;
}

#logo a {
height: 224px;
width: 980px;
text-indent: -9999px;
display:block;
}

#logo h1 {
margin: 0px;
padding: 0px;
}

#top {
	background-color: #3f593f;
	width: 970px !important;
	width: 980px;
	height: 30px;
	font-size: 15px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	color: #ffffcc;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}


#content {
	background-color: #fff;
	float: right;
	width: 730px;
	padding: 10px;
}

#footer {
	background-color: #3f593f;
	width: 975px !important;
	width: 980px;
	height: 20px;
	clear: both;
	font-size: 10px;
	padding: 5px 5px 0px 0px;
	text-align: right;
	color: #ffffcc;
	border-top: #000 1px solid;
}

#footer a:link, #footer a:active, #footer a:visited {
color:#ffffcc;
text-decoration: none;
}

#footer a:hover {
color:#003300;
text-decoration: none;
}

#maineguide {
	width: 980px;
	margin: 0 auto;
	}

/* Sidebar
=====================================================================*/

#sidebar {
	background-color: #003300;
	color: #ffffff;
	float: left;
	width: 200px;
	padding: 10px;
	font-size: 11px;
}

#sidebar ul {
	font-size: 16px;
	margin: 0px; 
	padding: 0px 0px 8px 0px;
}
#sidebar li {font-size: 16px; 
	padding: 0px 0px 8px 0px;
	margin: 0px;
	list-style: none;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
color:#ffffcc;
text-decoration: none;
}

#sidebar a:hover {
color:#3f593f;
text-decoration: none;
}

#copyright {
width:970px;
padding:5px;
height: 40px;
background-color:#FFFEED;
clear:both;
padding-top:3px;
color:#445740;
margin:0 auto;
}
#copyrightL {
width:330px;
height: 20px;
float:left;
text-align:left;
font-size:10px;
}
#copyrightR {
width:470px;
height: 20px;
float:right;
text-align:right;
font-size:10px;
}
