html {
	overflow-y: scroll;
}

body {
	background-color:#FFFFFF;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	margin-top: 15px;
	/* overflow: -moz-scrollbars-vertical; */
	/* overflow-y: scroll; */
	text-align:center;
}

.Outer {	
	width:770px;
}

.maintable {
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	text-align:left;
}

.navigation {
	background-color: #F5ECD8;
	width: 169px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
		
	
.topbar{
	width:770px;
	height:111px;
	text-align:center;
	border: 10px solid #000000;
	border-bottom: 0px solid #000000;
}
	
.hometopbar{
	width:770px;
	height:110px;
	text-align:left;
	border: 10px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #C9C9C9;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}

#hometopright {
	text-align:right;
	padding-right:10px;
	margin-top: 5px;
	margin-right:10px;
}

#hometopright .textfield {
	font-size: 9px;
	border: 1px solid #000000;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 4px;
	height: 12px;
}

#hometopright .login {
	padding-bottom: 6px;
}

.flash-front {
	position:absolute; 
	z-index:1; 
	/*left: 10px; */
	top: 136px; 
	visibility: visible;
	height: 225px;	
	width: 737px;
	padding-left: 43px;
	text-align: left;
}

.flash {
	position:relative; 
	z-index:0; 
	/* top: -136px;  */
	height: 225px;
	border-bottom: 1px solid #000000;
	width:770px;
	text-align: left;
	padding-left:0px;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
}

.homemain{
	width:770px;
	text-align:left;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
}
	
.title{
	background-color:#000000;
	width:600px;
	text-align:right;
	}
	
#content {
	background-color:#FFFFFF;	
	padding-bottom:20px;

}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#6C4D14;
	text-align:center;
}

#subnav {
	float:right; 
	padding:5px;
	border:1px solid #F5E7CD;
	background-color: #F5E7CD;
}

#subnav UL {
	margin-left:15px;
	list-style:square;
	margin-bottom:0px;
}

#subnav LI a {
	color:#6d4d13;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

.leftpadding {
	padding-left:10px;
	padding-right: 10px;
}

#description {
	text-align:justify;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	padding: 10px;
	height: 180px;
	
}

#description IMG{
	padding:2px;
	border:1px solid 000000;
	margin-right:10px;
	margin-left:0px;
	}
	
.NewsDesc {
	padding-left:10px;
}
	
.location{
	font-size:11px;
	font-weight:bold;
	color:#6C4D14;
	padding: 5px;
}

.location a{
	color:#6C4D14;
	}
	
.titleHead {
	font-size: 14px;
	font-weight: bold;
	color:#6C4D14;
}

.titleHead a{
	color: #6C4D14;
}

hr {
	 text-align: center;
	 color: #6C4D14;
	 noshade: noshade;
	 height: 1px; 
	 width: 200px;
}

.services {
	list-style-image: url(images/bullet.jpg);
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

.services a {
	color: #333333;
}

.required {
	font-style:italic;
	font-size:9px;
}
	
.copy {
	background-color:#000000;
	color:#999999;
	width:770px;
	text-align:center;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;	
	padding:10px;
	}
		
.copy a{
	color:#999999;
	text-decoration:none;
	}
	
.copy a:hover {
	color:#F5E7CD;
	text-decoration:none;
	}