body {
	clear: both;
	margin: 0 auto;
	background-color: #0df26f;
	font-family: arial, helvetica, sans serif;
	font-size: 110%;
}

#container {
	width:94%;
	clear: both;
	margin: 0 3% ;
	margin-top: 10px;
	background-color: white;
	float: left;
	
}

#header {
	width: 100%;
	text-align: center;
	float: left;
}


#maincontent {
	width: 100%;
	background-color: white;
	margin: 0 auto;
	clear: both;
	float: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #1c8c32;
	text-align: center;
}

.italic {
	font-style: italic;
}
.italicbold {
	font-style: italic;
	font-weight: bolder;
}

.bold {
	font-weight: bolder;
}

.black {
	color: black;
}

.smallcaps {
	font-variant: small-caps;
}
	/*rightcontent for pages with left navigation menu */
.rightcontent {
	position: relative;
	width: 78%;
	margin-left:  5px;
	margin-right: 5px;
	float: right;
	background-color: white;
}

.rightcontent img {
	float: right;
}

/* hold Googlead Rectangle */
.rightblock {
	float: right;
	width: 310px;
	height: 260px;
	margin:  3px;
}
	/*content for pages without left menu*/
.content {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-color: white;
}

.content img {
	float: right;
	margin-left: 5px;
}


#footer {
	width: 100%;
	background-color: #0df26f;
	float: left;
}
		/* for columns to hold footer menu */
.footcolumn  {
	width: 24%;
	float: left;
	color: black;
}


.footcolumn ul li {
	list-style-type: none;
	display: block;
	width: 90%;
	padding-bottom: 6px;
}

.footcolumn ul a {
	text-decoration: none;
	display: block;
	color: black;
}

.footcolumn ul a:hover {
	text-decoration: none;
	display: block;
	color: black;
	background-color: #0cde65; 
}

#leftmenu {
	width: 18%;
	float: left;
	margin-top: 10px;
	background-color: white;
}

.contentblock {
	width: 100%;
	padding-bottom: 5px;
	clear: both;
	float: left;
}

.contentblock img {
	float: right;
	margin-left: 5px;
}

.contentblock p {
	margin: 2px  7px;
	text-align: left;
}


/* menus to go down the left and horizontal*/
#topmenu {
	
}

#leftmenu ul {
	margin-left: -2em;
}

#leftmenu ul li {
	margin-bottom: 7px;
	list-style-type: none;
	display: block;
	width: 7em;	
}

#leftmenu ul a {
	background-color: #39c655;
	box-shadow: 5px 5px #4eb15c;
	border-radius: 6px;
	text-decoration: none;
	color: black;
	width: 7em;
	display: block;
}

#leftmenu ul a:visited {
	color: black;
}

#leftmenu ul a:hover {
	background-color: #62cb34;
	box-shadow: 3px 3px #65af50;
	text-decoration: none;
	color: black;
}

.flatmenu ul {
	text-align: center;
}

.flatmenu ul li {
	list-style-type: none;
	display: inline-block;
	width:5em;
}

.flatmenu ul a {
	background-color: #39c655;
	text-decoration: none;
	color: black;
	display: block;
	width: 5em;
}

.flatmenu ul a:hover {
	background-color: #62cb34;
	color: black;
}
