

body {
	text-align: center;

		/* custom */
		background: #dddddd url(../images/gradbak.jpg) repeat-x;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}





#c1 {
	margin: 0 auto;
	width: 782px;
	text-align: left;
	z-index: 1;

		/* custom */
		background:  url(../images/contbak.jpg);
		margin-top: 0px;
}

#c2 {

		/* custom */
		background:  url(../images/gradtop.jpg) no-repeat;
		padding: 21px;
		padding-top: 40px;
		z-index: 2;
}

#c3 {
	margin: 0 auto;
}

#topbar {


		/* custom */
		background: url(../images/topbar.jpg) no-repeat;
		padding: 140px 0 5px 0;
}

#topbar div {
		padding: 0 25px 0 0;
		text-align: right;
		font-size: 11px;
		font-weight: bold;
		color: white;
		margin: 0 0 0 70px;
		background: #0048D2;
}

#topbar a {
		color: white;
		text-decoration: none;
}

#topbar a:hover {
		color: white;
		text-decoration: underline;
}

#menu {
	/* most menu options found in css/menucss.asp */

		/* custom */
		margin-top: 3px;
		margin-left: 30px;
}

#content {

		/* custom */
		margin-left: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
}

#content img[align=right] {
		margin-bottom: 5px;
		margin-left: 10px;
		float:right;
}

#content img[align=left] {
		margin-bottom: 5px;
		margin-right: 10px;
		float:left;
}

#lhs {
	float:left;

		/* custom - set width of lhs */
		width: 210px;
}

#rhs {
	float: right;

		/* custom - set width of rhs */
		width: 490px;
}

#contacts {

		/* custom */
		text-align: center;
		font-size: 0.675em;
		line-height: 1.8em;
		color: #656565;
		padding: 10px 5px;
		border-top: 1px solid #d86c14;
}

#bottmenu {
		text-align: center;
		font-size: 0.675em;
		color: #ffffff;
		background: #0049d0;
		border-top: 1px solid #949897;
		padding: 7px;
}

#bottmenu a {
		color: #ffffff;
}

#footer {
	margin: 0 auto;
	width: 782px;

		/* custom */
		padding-top: 10px;
		padding-bottom: 5px;
		background:  url(../images/footshado.jpg) no-repeat;
		text-align: center;
		font-size: .675em;
		color: #ffffbb;
}

#footer a {

		color: #ffffbb;
}


.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;
}