@charset "iso-8859-1";

body {
	background-image: url(images/bak3.jpg);
	background-repeat: repeat-x;
	background-color: #fcece1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	color: #993300;
}

p { margin-left:5px;
	font-size: 22px;
}

.wrapper {
	width:998px;
	margin:auto;
}
.header {
	text-align:center; 	
	margin-bottom:0px;	
}

.nav {
	width:980px;
	text-align:center;
}
.nav a {
	background-image:url(images/button2.png);
	width:190px;
	height:33px;
	padding-top:10px;
	text-align:center;
	color:#FFCC00;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:5px;
}
.nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.content {
	width:980px;
	text-align:left;
}

.leftbody {width:210px; 
	float:left;
	margin:5px;
	text-align:center;
}

.centerbody {
	float:left;
	width:519px;
	margin:5px;
	text-align:center;
	border-left: thin solid #993300;
	border-right:thin solid #993300;
}
.centerbody2 {
	float:left;
	width:519px;
	margin:5px;
	text-align:left;
	border-left: thin solid #993300;
	border-right:thin solid #993300;
}

.rightbody {width:210px; 
	float:left;
	margin:5px;
	text-align:center;
}

.twocolright {width:205px; 
	float:left;
	margin:10px;
	text-align:center;
}

.twocolleft {width:700px; 
	float:left;
	margin:10px;
	text-align:center;
}

.footer {
	text-align:center; 
	clear:both;
}

.leftfooter { width:200px; 
	float:left;
	margin-left:200px;
	text-align:center;
	
}

.rightfooter { width:200px;
	float:right;
	margin-right:200px;
	text-align:center;
}

hr {clear:both;
	background-color: #FFCC00;
	color: #FFCC00;
	border: none;
	height: 1px;
}

hr.footer {
	width:100%; 
	text-align:center;
}



.loc { margin-bottom:35px; padding-top:30px;
}

.logo {padding-bottom:30px;
}

.copyright { font-size: 12px;
}

#contact {
	width: 500px;
	margin: auto;
	text-align: left;
}

#contact label {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px;
}

#contact input.text {
	border: 1px solid #666666;
	height: 16px;
	margin: 5px 5px 5px 0;
	padding: 5px;
	width: 200px;
}

#contact textarea {
	border: 1px solid #666666;
	margin: 5px 0;
	padding: 5px;
	height: 100px;
	width: 200px;
}

#contact input.submit {
	cursor: pointer;
	background-color: #0144A2;
	border: 1px solid #000000;
	color: #FFCC00;
	font-weight: bold;
	margin: 10px 0 0 175px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
#bottomnav { 
	width:75%; 
	font-weight:bold; 
	text-align:center; 
	margin:auto;
}
a:link, a:visited { text-decoration:none;
}
a:hover, a:active {text-decoration:underline; color:#C00;
}
