/* LINKS */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #336600;
}
p {
	padding:0;
	margin-top: 0;
	font-size: 12px;
	
}
/* LINKS */

/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	font-weight: normal;
	font-size:18px;
	color: #d3bc01;
	}
h2{
	font-weight: bold;
	font-size:16px;
	color: #d3bc01;
	border-bottom: 1px solid #FFCC00;
}
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: #E3FCE0;
	width: 100%;
}
#header {
	width: 100%;
	background-color: #336600;
	padding: 0px;
	border-bottom: 1px solid black; 
}


#content {
	background-color: #ffffff;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 60%; 
}
#sidebar {
	width: 11%;
	float: left;
	margin: 0px;
	padding: 5px;

}

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

#box h1{
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}
.menu {
text-align:center;
background:#336600;
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
border-top: 1px solid black;
margin-top: 0;
margin-bottom:0;
}
.menu ul{
text-align:center;
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.menu li{
display: inline;
margin: 0;
}

.menu li a{
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #fdf018; /*right divider between tabs*/
color: #fdf018;
background: #336600; /*background of tabs (default state)*/
}

.menu li a:visited{
color: #FFFFFF;
}

.menu li a:hover, .menu li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
