body {
	background-color:#CCCCCC;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1
{
font-size:22px;
font-weight:bold;
font-style:italic;
}
h2
{
}
h3
{
}
h4
{
color:#067F90;
font-size:18px;
}

#wrapper1 {
	width:100%;
	height:100%;
	margin:0 0 0 0;
}
#headerContainer
{
	background-color:#DEB062;
	height:200px;
	border-top:solid 10px #067F90;
		border-bottom:solid 10px #067F90;
}
#center {
	text-align:center;
	height:100%;
}
.col1 {
	width:260px;
	height:100%;
	border-right:solid 1px #DEB062;
	float:left;
	vertical-align:top;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:circle;
}
.col1_sub
{
	padding-top:10px;
	text-align:left;
}
.col2 {
	width:525px;
	height:100%;
	float:left;
	text-align:left;
	padding-left:5px;
}
#header {
	width:800px;
	background-color:#FFFFFF;
	border-left:solid 1px #DEB062;
	border-right:solid 1px #DEB062;
	margin: 0 auto;
	padding:0 0 0 0;
}
#content {
	width:800px;
	height:675px;
	background-color:#FFFFFF;
	border-left:solid 1px #DEB062;
	border-right:solid 1px #DEB062;
	margin: 0 auto;
}
#footerContainer {
	background-color:#DEB062;
	height:200px;
	border-top:solid 10px #067F90;
		border-bottom:solid 10px #067F90;
}
#footer {
	width:800px;
	background-color:#DEB062;
	border-left:solid 1px #DEB062;
	border-right:solid 1px #DEB062;
	margin: 0 auto;
	padding:0 0 0 0;
    margin-top: 10px;
    color:#067F90;
}
#footer a{
text-decoration:none;
    color:#067F90;

}
#footer a:hover{
text-decoration:underline;
    color:#067F90;

}
.vmenu {
	background-color:#067F90;
	vertical-align:top;
	height:auto;
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#FFFFFF;
}
.vmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
.vmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	border-bottom: #DEB062 1px solid;
}
.vmenu a {
	text-decoration: none;
	display: block;
	height: 25px;
	color:#FFFFFF;
}
.vmenu a:hover {
	background: #CCCCCC;
    color: #000000;
}
#logoContainer {
	width:260px;
	height:100%;
	border-right:solid 2px #DEB062;
	float:left;
}
#logo {
	width:260px;
	height:100%;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top:45px;
	margin-left:5px;
}
#addressContainer {
	width:800px;
	margin: 0 auto;
}
#address {
	color:#FFFFFF;
	font-size:12px;
	white-space:nowrap;
	position:static;
	text-align:right;
	width:100%;
}
#map
{
height:300px;
border:solid 1px black;
}
#sideTextSmall
{
font-size:10px;
color:#067F90;
font-style:italic;
}
