

body {
	text-align: center;

		/* custom */
		color: #322b29;
		background: #fff url(../images/gradbak.jpg) repeat-x;
		font-family: verdana;
		font-size: .77em;
}

a {
color: #0f0b55;
}

a:visited {
color: #67076F;
}

a:hover {
color: #1d7dd1;
}


ol, ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
}

p {
	padding: 8px 0;
}

h1,h2,h3,h4 {
	line-height: 1.5em; padding: 9px 0; margin: 0; color: #859dc1;
}

h1 {font-size: 1.7em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em; color: #7d4079;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: .9em;}




.container {
	margin: 0 auto;
	width: 870px;
	text-align: left;
	background: url(../images/page-bak.gif) repeat-y top left;
		/* custom */
}

#top {
		padding-top: 30px;
		text-align: right;
}

#top a {
		text-decoration: none;
		color: #9B99AF;
}

#top a:hover {
		text-decoration: underline;
}

#topbar, #contacts {
		background: #e6e3d4;
		border-top: 1px solid #818181;
}

#topbar p, #contacts p {
		float: left;
		padding: 26px 0 26px 48px;
}

#topbar p.darker, #contacts p.darker {
		width: 197px;
		background: #dad4be;
		padding: 0;
		text-align: center;
}

#topbar p.darker img {
		padding: 0;
}

#topbar {


		/* custom */
}

#topbar p#loc {
		width: 210px;
		color: #8d8e88;
		font-size: 2em;
		line-height: 1.4em;
		font-family: arial;
}

p#loc span {
		color: #679bcb;
}

#topbar img {
		border: 0;
		padding: 0 0 0 20px;
}

#menu {
	/* menu options found in css/menucss.asp */
}

#content {

		/* custom */
}

.floatleft {
		float: left;
		margin: 0 10px 4px 0;
}

.floatright {
		float: right;
		margin: 0 0 4px 10px;
}

#lhs {
	float:left;

		/* custom - set width of lhs */
		width: 197px;
		margin: 0 47px 0 0;
}

#rhs {
	float: left;

		/* custom - set width of rhs */
		width: 620px;
		min-height: 430px;
		height: auto !important;
		height: 430px;
		line-height: 1.6em;
		padding: 15px 0;
}

#searchbox {
	width: 189px;
	text-align: center;
	padding: 15px 4px;
}

.searchinput {
	width: 142px;
	margin: 0;
	padding: 3px 3px;
	height: 17px;
	font-size: 13px;
	border-top: 1px solid #9BBACF;
	border-left: 1px solid #9BBACF;
	border-right: 1px solid #4F7F9F;
	border-bottom: 1px solid #4F7F9F;
	color: #2A295F;
}

#searchbutt {
	border: 0;
	margin: 0 0 0 2px;
	background: #79A0C7;
	color: #ffffff;
	border-right: 1px solid #9BBACF;
	border-bottom: 1px solid #4F7F9F;
	padding: 3px 1px;
}

#searchbutt:hover {
	background: #2E3957;
	}

#searchbutt:focus {
	background: #fff;
	color: #2E3957;
}

.showterms {
	background: #FFF8AF;
	padding: 1px;
}

#contacts {
	text-align: center;
	font-weight: bold;
}

#contacts a {
		color: #47798F;
}

#contacts a:hover {
		color: #12475F;
}

#contacts small {
		display: block;
		font-weight: normal;
		padding: 15px 2px;
		color: #5F5E59;
		font-size: .9em;
}

#footer {
	margin: 0 auto;

		/* custom */
		text-align: center;
		color: #9F9595;
}

#footer .container {
		height: 100px;
}

#footer a {

		color: #9F9595;
}

#footer a:hover {
		color: #5F5959;
}

#footer  p {
	text-align: center;
}

.clear {
	clear: both;
}

#sitemap li {
	margin-left: 15px;
	padding-left: 5px;
	list-style-type: disc;
}

#sitemap li li {
	list-style-type: square;
}

#sitemap li li li {
	list-style-type: circle;
}