body, html {
	margin:0;
	padding:0;
	text-align:center;	
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}
li {
	padding-bottom: 1em;
}
ol,ul{
	margin-bottom: 0.1em;	
}
a {
	color: black;
}
fieldset{
	margin-bottom: 1em;	
}
.nomargin {
	margin-bottom: 0;	
}
blockquote {
	margin: 0em 40px;	
}
h1, h2, h3, h4, h5 {
	font-family: 'Arial', 'Gadget', sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	height: 1em;
	margin-top: 0;
	margin-bottom: 0.75em;
}
p {
	margin-top: 0;
	margin-bottom: 0.75em;	
}
h1 {
	color: #8CCC43;
	font-size: 22px;
}
h2 {
	color: #8CCC43;
	font-size: 16px;
}

h3 {
	color: #8CCC43;
	font-size: 14px;
}
h5, h4 {
	font-size: 16px;
}
.bullet {
	color: white;
	margin: 0 2px;
}
.dark {
	border-color: #333 !important;
}
.dark div {
	background-color: #333 !important;	
}
.dark h3, .dark h2 {
	color: #333 !important;	
}
#leftcol {
	width:23%;
	float:left;
	position:relative;
	border: 1px solid #8CCC43;
	margin: 10px -16px 0 0;
	padding: 0;
	font-size: 12px;
}
#leftcol div {
	width: 100%;
	background-color:#8CCC43;
	margin-bottom: 0.75em;
	height: 24px;
	padding-top: 4px;
	color: white;
}
#leftcol p {
	padding-right: 6px;
}
#leftcol p, #leftcol form, #leftcol h1, #leftcol h2, #leftcol h3, #leftcol h4, #leftcol #footer, #leftcol table {
	margin-left: 12px;
}
#wrapper {
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	margin-top: 5px;
	width:100%;
	height: 105px;
}
#menu {
	background-color:#8CCC43;
	width:100%;
	height: 25px;
	padding-top: 5px;
	color: white;
}
#menu h5 {
	margin-left: 12px;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
}
#menu a {
	color: white;
}
#menu a.selected {
	color: black;
}
#maincol {
	float: right;
	display:inline;
	position: relative;
	width:75%;
	margin-top: 0.25em;
}
#fullcol, #gallcol {
	float: right;
	display:inline;
	position: relative;
	width:100%;
	margin-top: 0.25em;
}
#fullcol p, #fullcol form, #fullcol h1, #fullcol h2, #fullcol h3, #fullcol h4, #fullcol #footer, #fullcol table {
	margin-left: 12px;
}
#fullcol table h1 {
	margin-left: 0;
}
#footer {
	font-size: 9px;
	background-color:#FFFFFF;
	clear:both;
	margin: 1em 0;
	text-align: center;
	color: #999;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
