@charset "UTF-8";
.green{ color: #006B34}
.note {
	font-size: 14px;
	font-style: italic;
}
.quote {
	font-size: 14px;
}
body {
	background-color: #006B34;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:25px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */

}
a { color: #006B34}
#container {
	margin: 0px auto;
	text-align:left;
	padding:10px;
	width: 850px;
	height: 750px;
	background-color: #FFFFFF;
	border: outset;
	border-color:#999999;
}
#logo {
	float: left;
	left: 0;
	top: 0;
	width:370px;
	height:135px;
}
#logo a{
    text-decoration: none;
}	
#menuBox {
    position: relative;
	float: right;
	width: 450px;
	height:135px;
}
#menuHolder {
    position: relative;
	top: 2.3em;
	right: 1.8em;
	float: right;
}
#col1text {
	position: relative;
	float: left;
	width: 425px;
	top: 1.8em;
	left: 1.5em;
}
#col1text a{
	color: #006B34
}
#widetext {
	position: relative;
	float: left;
	width: 790px;
	height: 50px;
	top: 1em;
	left: 1.5em;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
#widetext img {
    border-color: #FFFFFF
}	
#col2pic {
	position: relative;
	float: right;
	width: 350px;
	height: 300px;
	right: 3.0em;
	top: 3.0em;
	font-size: 12px;
}
#menuAbout {
	top: 0.5em;
	float: right;
	width:100px;
	height:24px;
	padding-top: 10px;
	border-bottom: thin solid;
	border-right: thin solid;
	border-left: thin solid;
	border-top: medium solid;
	text-decoration: none;
	font-size: 14px;
	color: #111111;
}
#menuAbout a {
	text-decoration: none;
	color: #111111;
}
#menuServices {
	position: relative;
	float: right;
	width:100px;
	height:24px;
	padding-top: 10px;
	border-top: medium solid;
	border-right : thin solid;
	border-bottom: thin solid;
	text-decoration: none;
	font-size: 14px;
	color: #111111;
}
#menuServices a {
	text-decoration: none;
	color:  #111111;
}
#menuContactUs {
	float: right;
	position: relative;
	width:100px;
	height:24px;
	padding-top: 10px;
	border-top: medium solid;
	border-right : thin solid;
	border-bottom: thin solid;
	text-decoration: none;
	font-size: 14px;
	color:  #111111;
}
#menuContactUs a {
	text-decoration: none;
	color:  #111111;
}
#menuEvents {
	float: right;
	position: relative;
	width:100px;
	height:24px;
	padding-top: 10px;
    border-top:medium solid;
	border-right :thin solid;
	border-bottom: thin solid;
	font-size: 14px;
	text-decoration: none;
	color:  #111111;
}
#menuEvents a {
	text-decoration: none;
	color:  #111111;
}
#formholder {
	position:relative;
	float: left;
	width:425px;
	height:367px;
	left: 1.5em;
	top: 1.2em;
}

