
#tabnav	{
	height: 22px;
	margin: 0;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	}
#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
 	}
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: url(images/menu_bar_content_no_border.jpg);
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 6px;
	border: 1px solid #8D8959;
	text-decoration: none;
	color: #fff;
}

#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #DAD9BA;
	background: #DAD9BA;
	color: #444;
}

#tabnav a:hover
{
	background: #DAD9BA;
	color: #444;
}
#contentClassified {
	border-right: 1px solid #738847;
	border-left: 1px solid #738847;
	border-bottom: 1px solid #738847;
	padding: 10px;
	background-color: #DAD9BA;
	position: relative;
}
.h2c {
	font-size: 140%;
	}
h5 {
	background: url(images/menu_bar_content_no_border.jpg);
	color: #fff;
	padding: .2em 1em;
	font-size: 120%;
	}
#container {
	margin: 20px 0 0 0px;
	width: 575px;
	color: #444;
	}
#sidenav {
	position: absolute;
	top: 180px;
	left: 640px;
	width: 140px;
	background-color: white;
	border: 1px dotted #996633;
	
	}
#sidenav p {
	margin: 0;
	padding: 5px;
	font-size: 90%;
	line-height: 140%;
	}
#sidenav a:link, #sidenav a:visited {
	text-decoration: none;
	color: #624426;
	font-weight: bold;
	}
#sidenav a:hover {
	text-decoration: underline;
	color: #444;
	background-color: #DAD9BA;
	}
.indent {
	margin-left: 2em;
	}
.red {
	color: #f00;
	}
input.rbutton {
	background-color: #f00;
	font-size: 90%;
	font-weight: bold;
	color: white;
	cursor: pointer;
	}
input, select, textarea {
	font-size: 100%;
}

table#itemtable {font-size: 1em; border: 1px solid #A5B779; border-collapse: collapse; margin-top: 1em;}
table#itemtable td, table#itemtable th {vertical-align: top; padding: 3px 8px; border: 1px solid #A5B779;}
table#itemtable th {background-color: #999966; color: #fff;}
	
@media print { /* styles for print only */


