

body {
	text-align: center;

		/* custom */
		color: #2c2e2b;
		background: #b0b0a8;
		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;
}

abbr, acronym {
		border-bottom: 1px dotted;
		cursor: help;
}

h1,h2,h3,h4 {
	line-height: 1.5em; padding: 9px 0; margin: 0; color: #1d2aad;
}

h1 {font-size: 1.7em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.1em; color: #000;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: .9em;}



#c1 {

		/* custom */
		margin: 0 auto;
		width: 956px;
		text-align: left;
		padding: 0 0 0 0;
		background: url(/images/contbak.jpg) repeat-y #ffffff;
}

#c2 {
		/* custom */
		margin: 0 auto;
		padding: 0 0 0 0;
}

#c3 {
		width : 930px;
		margin: 0 auto;
		background: #fff;
		padding: 0 0 30px 0;
		background: url(/images/bluefade.jpg) 0 240px repeat-x #ffffff;
}


#topbar {

		/* custom */
		padding: 15px 42px 15px 52px;

}

#topbar h1 {
		float: right;
		color: #1227B6;
		font-size: 1.4em;
		border-left: 2px solid #b5b5b5;
		padding: 0 0 4px 37px;
}

#topbar h1 a {
		color: #1227B6;
		text-decoration: none;
		display: block;
		height: 192px;
		width: 279px;
		text-indent: -20000em;
		background: url(/images/logobit.jpg) top left no-repeat;
}

#topbar p {
		background: url(/images/banner.gif) top left no-repeat;
		margin: 70px 0 0 0;
		height: 90px;
		text-indent: -20000em;
}

#menu {
	/* menu options found in css/menucss.asp */
}

#content {

		/* custom */
		background: url(/images/footpic.jpg) bottom right no-repeat;
		margin: 0;
		border-top: 13px solid #1423B7;
		border-bottom: 1px solid #fff;
		padding: 30px 0 50px 0;

}

.floatleft {
		float: left;
		margin: 0 10px 4px 0;
}

.floatright {
		float: right;
		margin: 0 0 4px 10px;
}

.bordered {
border: 1px solid #fff;
}

#lhs {
	float:left;

		/* custom - set width of lhs */
		width: 175px;
		margin: 0 47px 0 20px;
}

#rhs {
	float: left;

		/* custom - set width of rhs */
		width: 580px;
		min-height: 430px;
		height: auto !important;
		height: 430px;
		line-height: 1.7em;
		padding: 15px 0;
}

#searchbox {
	width: 175px;
	text-align: center;
	padding: 30px 0 15px 0;
}

.searchinput {
	width: 125px;
	margin: 0;
	padding: 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: #0523a9;
	color: #ffffff;
	border-right: 1px solid #9BBACF;
	border-bottom: 1px solid #4F7F9F;
	padding: 3px 1px;
}

#searchbutt:hover {
	background: #79A0C7;
	}

#searchbutt:focus {
	background: #fff;
	color: #2E3957;
}

.showterms {
	background: #FFF8AF;
	padding: 1px;
}

#credits {
		background: #1223B9;
		padding: 5px 5px 5px 25px;
		color: #fff;
}

#credits a {
		text-decoration: none;
		color: #fff;
		margin: 0 20px 0 0;
}

#credits a:hover {
		text-decoration: underline;
}

#footer {
		padding: 15px 0 5px 0;
		background: url(../images/footshado.jpg) top center no-repeat;
		width: 956px;
		margin: 0 auto;
}

.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;
}