body {
	background-color:#55e99e;
	font-family: Tahoma, Geneva, sans-serif;
	margin:30px;
	min-width:940px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	line-height:1.3em;
	padding-bottom: 1em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size:0.8em;
}
p{
	line-height:1.3;
	padding-bottom: 1em;
	text-align: justify;
}
ol{
	text-align: justify;
}
a:link, a:visited{
	text-decoration:none;
	color:#FFF;
}
a:hover{
	color: #0F0;
	}
#header{
	background:#FFF;
	height:150px;
	padding:1em 2em;
/*#50c2fc - blue
	#55e99e - green
	#fa6cb6 - pink
*/
	}
#logo{
	background:#FFF;
	float:right;
}
#headerText{
	float:left;
	padding-top:0.5em;
	font:italic bold 3em Georgia, "Times New Roman", Times, serif;
	color:#50c2fc;
	text-shadow:#000 2px 2px 3px;
	text-align:center;
}
#content{
	background:#50c2fc;
	padding:20px;
}
#content ol{
	list-style-type:decimal;
	padding-left:3em;
	padding-bottom:2em;
	line-height:2em;
}
#content .olNormal{
	line-height:1.3em;
}
#content ul{
	list-style-type:disc;
	padding-left:3em;
	padding-bottom:2em;
	line-height:1.3em;
}
#map{
	float:right;
	padding:0 0 20px 20px;
}
#sidebar{
	background:#fa6cb6;
	margin-left:10px;
	padding:10px 20px;
}
#blank{
	clear:both;
}
#galleryHolder{
	width:66%;
}
#bcwd{
	clear:left;
	padding-top:10px;
}
#footer{
	clear:both;
	background:#55e99e;
	padding-top:1em;
	text-align:center;
}
.floatLeft{
	float:left;
	padding-top:0.5em;
	padding-right:0.5em;
}
.clearLeft{
	clear:left;
}
.floatRight{
	float:right;
	padding-top:0.5em;
	padding-left:0.5em;
}
.clearRight{
	clear:right;
}
.clearFloat{
	clear:both;
}
.imgCenter {
	margin: auto;
	width: 400px;
}
