@charset "utf-8";
/* CSS Document */
#marqueecontainer{
	position: relative;
	width: 500px; /*marquee width */
	height: 130px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}
#vmarquee{
	position: absolute;
	left: 100px;
}
#scroller {
	height: 130px;
	background: url(images/slideshow_r5_c1.jpg) no-repeat;
	text-align: center;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style4 {
	color: #1c508c;
	font: normal 10px Arial, Helvetica, sans-serif;
}
.style5 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
	
	.pictureborder {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #047CA4;
	border: thin outset ##047CA4;
}


body{ 
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	background: url(images/background.jpg);
}

td, th {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
}

/**Container To Hold The Layout**/
#container{
	 position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -384px;
	text-align: left;
	padding: 0px;
	width: 768px;
	background-color: #e9ce83;
	border: 1px solid #333333;
}
#container2{
		margin: auto;
	text-align: left;
	padding: 0px;
	width: 768px;
	background-color: #ffffff;
}
#content{
	overflow: auto;
	height: 403px;
		margin: 0px;
	padding: 0px;
}
.content{
	padding: 0px;
	margin: 10;
}

/**Banner Styles**/
#top{
	height: 192px; /*CHANGE THIS TO THE HEIGHT OF YOUR BANNER*/
}
#middle{
height: 265px; /*CHANGE THIS TO THE HEIGHT OF YOUR BANNER*/
background-image: url("images/middle.jpg");
background-repeat: no-repeat;
}
#bottom{
	height: 150px; /*CHANGE THIS TO THE HEIGHT OF YOUR BANNER*/
	text-align: center;
}
#footer{
	height: 50px; /*CHANGE THIS TO THE HEIGHT OF YOUR BANNER*/
	;
	background: #C68D2E;
	vertical-align: bottom;
}

a:link {
	color:#000000
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666633;
}
a:active{

	color: #666633;
}
a.nav:link {
	color:#ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
a.nav:visited { color: #ffffff;}
a.nav:hover { color: #BD9C31;}
a.nav:active { color: #ffffff;}


h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}
html {
scrollbar-arrow-color:#8a7d66;
scrollbar-track-color:#eddec4;
scrollbar-face-color:#c48d2a;
scrollbar-highlight-color:#e8d6b6;
scrollbar-3dlight-color:#e8d6b6;
scrollbar-darkshadow-color:#e8d6b6;
scrollbar-shadow-color:#e8d6b6;
}#contentframe {
	position:absolute;
	width:700px;
	height:403px;
	z-index:1;
	left: 43px;
	top: 40px;
	overflow: auto;
}td img {display: block;}


img {
	border-width: 0px;
	border-style: none;
}

