/* 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;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #006600;
	color: #006600;
	background-color: #F2F7F2;
}
h2{
	font-weight: normal;
	font-size:16px;
	background-color: #FBFDFB;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #006600;
}
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: #CFD6AB;
	width: 100%;
}
#header {
	width: 100%;
	background-color: #E7E9EB;
	padding: 0px;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}

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

}
#sidebar {
	width: 15%;
	float: right;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	text-transform:lowercase;

}
A.sidebar:link {
	COLOR: #000000; TEXT-DECORATION: none;
	text-transform:lowercase;
}
A.sidebar:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A.sidebar:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}


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

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

.menu {
background:#CFD6AB;
width: 100%;
overflow: hidden;
border-top: 1px solid #006600; /*bottom horizontal line that runs beneath tabs*/
border-bottom: 1px solid #006600; /*bottom horizontal line that runs beneath tabs*/
margin-top: 0;
margin-left: 0;
}
.menu ul{
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{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #CFD6AB; /*right divider between tabs*/
color: #ffffff;
background: #006600; /*background of tabs (default state)*/
}

.menu li a:visited{
color: black;
}

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