@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background-image:url(../images/mainleft.jpg);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
}
#top {
	background-image:url(../images/page-top.jpg);
	background-repeat:repeat-x;
}
#header {
	clear:both;
	height: 123px;
	background-image:url(../images/header-back.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#main {
	clear: both;
}
#floater {  
   width: 200px;
   height: 25px;
   overflow: visible;
   float: right;
   padding-left: 0px;
   padding-right: 0px;
   background:  
}
#leftside {
	clear: left;
	float: left;
	width: 225px;
	background-image:url(../images/left-back.jpg);
	background-repeat: no-repeat;
	color: #E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 210px;
}
#leftside ul {
	display: block;
	width: 200px;
	list-style-type: none;
	color: #E1E1E1;
	margin: 0 auto 0 15px;
	padding: 0 0 0 0;
}
#leftside ul li {
	display: block;
	list-style-type: none;
	margin: 3px auto 3px auto;
	padding: 0 0 0 0;
	background-color:#666666;
	height: 25px;
	line-height: 25px;
}
#leftside a {
	display: block;
	padding-left: 4px;
	height: 25px;
	line-height: 25px;
}
#leftside a:link, #leftside a:visited {
	background-color: #003366;
	color: #E1E1E1;
	text-decoration: none;
}
#leftside a:hover {
	background-color: #336699;
}
#slideshow {
	float: right;
	height: 73px;
	width: 300px;
	background-image:url(../images/slideshow.gif);
	background-repeat:no-repeat;
	margin-right: 20px;
	margin-top: 15px;
}
#centercontent {
	text-align: center;
	margin: 0 auto 0 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#rightcontent {
	position: absolute;
	right: 10px;
	top: 118px;
	width: 200px;
	background: #fff;
	border: 1px solid #000;
}
#banner {
	background: url(images/logo-web2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0 0 0;
	height: 140px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height:137px;
}
#bannergraphic {
	float: right;
	margin-top: 15px;
	margin-right: 0;
	border: 0px solid #fff;
}
p, h1, h2, h3, pre {
	margin: 0px 10px 0px 10px;
	font: bold 13px Arial, san-serif;
}
a {
	font: bold 13px Arial, san-serif;
	color: #0000FF;
}
#centercontent h1 {
	font-size: 16px;
	font-style: bold;
	padding: 2px;
	/* color: #003399; */
	color: #0099FF;
	background: #000;
}
#centercontent h2 {
	font-size: 16px;
	font-style: bold;
	color: #003399;
	padding: 2px;
	text-decoration: underline;
}
#centercontent h3 {
	font-size: 14px;
	font-style: thick;
	padding: 2px;
	color: #000;
}
#centercontent h4 {
	font-size: 12px;
	padding: 0px;
	margin: 1px;
	color: #D42626;
}
#centercontent img {
	margin-top: 10px;
	border: 5px double #000;
}
#banner h1 {
	font-size: 14px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}
#rightcontent p {
	font-size: 10px
}
