body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-color: #CCCCCC;


}

/* Positioning css */
#wrapper { min-width: 400px; }
          /* Always good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

#wrapper {
	width: 100%;               /* total width */
}      

#header {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 8px;

}

#footer {
	position: relative;
	text-align: center;
	font-size: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #FFCC99;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 8px;

}

#outer {
	border-right-width: 80px;
	border-left-width: 80px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;


}

#outer {
	width: auto;
}

.inner {
 margin: 0; width: 100%; 
}

.clear { 
	clear: both;
}

.navbar {
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: bold;
	background-color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #CCFFFF;




}

#maincontent {
	float: none;
	width: 100%;
	position: relative;
	text-align: justify;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 120%;
}

div.row {
	clear: both;
}

/* Main format code */
p {
	font-size: 80%;
}

h1 {
	font-size: 180%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 8px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
}
h4 {
	font-weight: bold;
	color: #333333;
	font-size: 90%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 4px;
}

.top {
	text-align: right;
	margin-bottom: 6px;
	clear: right;
	font-size: 70%;
	background-color: #FFFF99;
	padding-right: 6px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}

.picturecaption {
	text-align: center;
	font-size: 90%;
}
dt {
	font-weight: bold;
	margin-top: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #663300;
	background-color: #999999;
	color: #FFFFFF;
}
dd {
	font-size: 90%;
	line-height: 120%;
}
.locmap {
	width: 500px;
	text-align: center;
}

.contact {
	text-align: center;
}


/* link formatting */
a:link {
	color: #003399;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

.navbar a {
	text-decoration: underline;
	padding: 2px;
	color: #CCFFFF;
}
.navbar a:hover {
	text-decoration: underline;
	padding: 2px;
	color: #FFCC00;
}
.navbar a:active {
	text-decoration: underline;
	padding: 2px;
	color: #CCFFFF;
}

#header a {
	color: #CCFFFF;
}
#header a:hover {
	color: #FFCC00;

}
#header a:active {
	color: #FFCC00;
}
.imageleft120 {
	float: left;
	width: 120px;
}
.imagecenter {
	text-align: center;
	padding-top: 8px;
	display: block;

}

/* Mozilla code */
.left { margin-right: 1px; }
.center {
	text-align: center;
}
td {
	vertical-align: top;
}
