body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #B5C6C8;
	margin: 0px;
	font-size: 90%;
}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}

th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #7E6F6A;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 50px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top-color: #FFFFFF;
}
#leftcol {
	float: left;
	width: 435px;
	margin-right: 10px;
	margin-left: 10px;
}
#footstrip {
	background: #739398;
	padding: 10px;
	font-size: 90%;
	float: none;
}
#mainhead {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover, #navcontainer ul li a#current
{
	background-image: url(images/menubgover.gif);
	background-repeat: repeat-x;color: White;
color: #FFFFFF;
}

.right {
	float: right;
	margin-left: 5px;
}
.left {
	float: left;
	margin-right: 5px;
}
#rightcol {
	width: 300px;
}
ul.ep li {
	list-style: url(images/bullet.jpg);
}
.sidebar {
	width: 250px;
	border-left: 1px solid #B5C6C8;
	margin-left: 4px;
	padding-left: 12px;
	text-align: center;
}
div.sidebar {
	float: right;

}
.clearFloat {
  clear: right;
  display: block;
}

a,a:link,a:visited,a:active {
	color: #837570;
}
a:hover {
	color: #685D59;
}
.sidebar img {
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
}
#listing td, #listing th, #sidedetail td {
	border-bottom: 1px solid #B5C6C8;
	padding: 5px;
}
#listing td.col, #listing th.col {
	border-left: 1px solid #B5C6C8;
}
.padfive {
	padding: 5px;
}
h1 {
	font-size: 1.9em;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
.formfld {
	width: 120px;
}
#wrapper #footstrip a {
	color: #FFFFFF;
}
.greybox {
	background: #DEE6E7;
}
