/* LINKS */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
p {
	padding:0;
	margin-top: 0;
	font-size: 12px;
	
}
/* LINKS */
a {}
a:hover {}
/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	font-weight: normal;
	font-size:18px;
	background-color: #d1a500;
	border: solid 1px #436c4e;
	color: #436c4e;
}
h2{
	font-weight: bold;
	font-size:16px;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D1A500;
}
h3{	font-weight: bold;
	font-size:14px;}
h4{	font-weight: bold;
	font-size:14px;}
h5{	font-weight: bold;
	font-size:14px;}
h6{	font-weight: bold;
	font-size:14px;}
/* BACKGROUNDS */

#master {
	background-color: #FFFFFF;
	width: 100%;
}
#header {
	width: 100%;
	background-color: #333300;
	padding: 0px;
}

#content {
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 5px;
	float:left;
	width: 60%; 

}
#sidebar {
	width: 15%;
	float: left;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	background-color: #d1a500;
	border: solid 1px #436c4e;

}

#footer {
	background-color: #333300;
	margin: 0px;
	clear: both;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	border-top: 1px solid #999999;
}

#box h1{
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}

#navcontainer
{
margin: 0;
padding: 0;
height: 22px;
font: 11px Verdana, sans-serif;
width: 100%;
border-bottom: 1px solid #436c4e;
list-style-type: none;
background: #fff;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #fff;
color: #d1a500;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}
