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

body {
		margin: 0 auto;
		margin-top: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color:#231F20;
}

#bodywrap {
	margin: 0 auto;
	width: 760px;
	padding: 15px;
	background-color:#FFFFFF;
	height: auto;	
}

#homebodywrap {
	margin: 0 auto;
	width: 760px;
	padding: 15px;
	background-color:#FFFFFF;
	height: 640px;	
}

#header {
		width: 760px;
		height: 87px;
		background-image: url(../images/header.gif);
		background-repeat:no-repeat;

}

#menu {
		width: 760px;
		background-color: #ebeced;
		height: 25px;
}

.date {
		width: 200px;
		display:inline;
		float:left;
		margin-left: 10px;
		padding-top: 5px;
}

.menulinks {
	width: 525px;
	float:right;
	margin-top: 2px;
}

.banner {
	width: 760px;
	height: 176px;
	background-image:url(../images/banner00.jpg);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contentbanner {
		width: 760px;
		height: 176px;
		margin-top: 10px;
		margin-bottom: 10px;
}

#footer {
	width: 760px;
	margin-top: 15px;
	height: 60px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
}

#homefooter {
	width: 760px;
	margin-top: 15px;
	height: 60px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	float: left;
}

#content {
	width: 740px;
	margin-right: 10px;
	padding-left: 10px;
}

.left {
	width: 494px;
	padding-right: 5px;
	border-right: 1px solid #666666;
	float: left;
	display: inline;
}

.maincontent {
	width: 740px;
	padding-right: 5px;
}

.lcbanner {
	width: 240px;
	height: 260px;
	display: inline;
}

.heading {
	font-size: 19px;
	color: #9D814D;
}

h1 {
	font-size: 19px;
	color: #9D814D;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #9D814D;
}

a {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #9D814D;
	text-decoration: underline;
}

input {
border: 1px solid black;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
}

.cmsform {
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.cmsbutton {
	background-color: #231F20;
	padding: 3px;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
