body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	background-image:url(../images/vert_bg3.gif);
	background-repeat: repeat-x;
	background-color:#817D62;
	font-size: 0.7em;
	line-height: 1.5em;
	}
h1 {
	font-family: 'TrebuchetMS-Bold', 'Trebuchet MS', 'sans-serif';
	color:#2E3F53;
	font-size: 1.2em;
}
h2 {
	font-family: 'TrebuchetMS-Bold', 'Trebuchet MS', 'sans-serif';
	color:#2E3F53;
	font-size: 1.1em;
	}
p, ul {
	margin-top: 0px;
	margin-bottom: 7px;
	color:#666666
}

/* layout */
div#main {
	background-color: #ffffff;
	width: 750px;
	text-align: left;
	background-color:#ffffff; /*#CCC8BA;*/ /*#C7C3B5;*/
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
}
div#topbar {
	height: 75px;
	width: 750px;
	background-image:url(../images/banner.gif);
	vertical-align: middle;
	line-height: 75px;
	display: block;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

div#content {
	width: 600px;
	float: left;
}
#lhs_content {
	width:385px;
	float:left;
	padding-right: 5px;
}
#rhs_content {
	float:left;
	width: 200px;
}

/* navigation */
div#navigation {
	float: left;
	width: 150px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	text-decoration: none;
	display: block;
	width: 138px;
	padding: 5px;
	background-color: #817D62;/*#9ca9ab;*/
	border-width: 1px 1px 1px 1px ;
	border-style: solid;
	border-color: #ffffff #333333 #333333 #ffffff;
	color: #FFFFFF;
}
#navigation a:hover {
	text-decoration: none;
	width: 138px;
	background-color: #585544;/*#7e8485;*/
	border-width: 1px 1px 1px 1px ;
	border-style: solid;
	border-color: #333333 #333333 #cccccc #333333;
}
#navigation ul.submenu a {
	background-color: #7d989f;
}

.pad {
	padding: 5px;
}
.selectedItem {
	background-color: #7e8485;
}

th {
	color: #ffffff;
	background-color: #52ae00;
	text-align: left;
}
a {
	color: #003366; 
	text-decoration: none
}
a:hover {
	color: #585544;
	text-decoration: underline
}
.white_bg {
	background-color: #ffffff
}
.bg {
	background-color: #C9E394
}
.light_bg {
	background-color: #E9DCB9
}
.warningText {
	color: #FF0000
}
.rightJustified {
	text-align: right
}
.button {
	background-color: #2E3F53;
	color: #acaca0;
}
th {
	color: #FFFFFF;
	background-color: #2E3F53;
}
.searchresultsitem{
	font-weight: bold;
}
/*.searchresultsitem a {
	color:#003366;
}*/
