html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: normal .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #0D6E0D url(../images/background.jpg) repeat-x top;
	text-align: center;
	clear: both;
}
div#outer{
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
}
* html #outer{
	height: 100%;
}
#header {
	text-align: center;
	background: transparent;
	height: 177px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
h1.logo {
	background: transparent url(../images/logo.png) no-repeat top left;
	width: 570px;
	height: 174px;
	margin: 0 auto;
	padding: 0;
}
h1.logo span {
	display: none;
}


h3{color: #f4feb1;}
#main{
	width: 850px;
	margin: 0 auto;
}

#column{
	float: right;
	width: 270px;
	padding: 10px;
	margin: 0 10px 0 0;
	text-align: left;
}
#column p{
	font-size: 1.3em;
}
#column h2{
	font-size: 2em;
}

#content-hm{
	text-align: left;
	float: left;
	margin: 0 0 10px 0;
       /* background: #ffffff; */
       /* border: 6px solid #f4feb1; */
        padding: 5px;
        color: #CCCC99;
}
#content-hm h1{
color: #ffffff;
}
#content-hm h2{
color:#DCE9BB;
}
#content{
	text-align: left;
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
        background: #ffffff;
        border: 6px solid #f4feb1;
        padding: 5px;
}
#content img{
	/*border: 6px solid #f4feb1;
	margin: 5px;*/
}
#content a{
color: #006600;
}
#content h1{
color: #0E6F0E;
}
#content h2{
color: #0E6F0E;
}
#content h2.contentheading{
color: #86AF41;
}
#modules{
	width: 100%;
	text-align: center;
	height: 300px;
	margin: 15px 0;
}
#user1,#user2,#user3{
	border: 6px solid #f4feb1;
	width: 250px;
	height: 250px;
}

#user1{
	float: left;
	background-color: white;
}
#user2{
	margin: 0 auto;
	background-color: silver;
}
#user3{
	float: right;
	background-color: red;
}

#footer{
	border-top: 1px solid #589d4a;
	/*height: 50px;*/
	color: white;
	font-weight: bold;
}
.clearall{
	clear: both;
	height: 5px;
}


div#navblock{
	border-bottom: 1px solid #589d4a;
	margin: 0;
	padding: 0;
}
#nav{
	height: 66px;
	width: 1000px;
	margin: 0 auto;
}

div#nav{
	padding: 0 0 0 60px;
	text-align: left;
	/*float: left;*/
	color: white;
	background: transparent url(../images/nav-left.png) no-repeat left top;
}

div#nav ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 300%;
	color: white;
}
div#nav li{
	display: inline;
	list-style-type: none;
	padding-right: 120px;
}
div#nav li a, a:link, a:visited{
	color: white;
	text-decoration: none;
}

div#nav li a:hover{
	color: #E6FD3D;
	text-decoration: underline;
}
