@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffffff;
	text-align: left;
	margin-left: 50px;
	padding: 0px;
}

#wrapper {
	position: 50px 50px;
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

#header {
	position: 100px 100px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 262px;
	width: 1000px;
}
	
#grayhorizontal {
	position: 100px 300px;
	background-color: #8CC63E;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 25px;
	width: 1000px;
	} 
	
#leftmenu  {
	font-family: Arial, Helvetica, sans-serif;
	position: 100px 200px;
	background-color: #bcbec0;
	padding-top: 26px;
	padding-left: 25px;
	height: 1000px;
	width: 155px;
	clear: both;
	text-align: left;
	font-size: 100%;
	}
	
#content {
    position: absolute;
    top: 330px;
    left: 252px;
    background-color: #ffffff;
    color: #262626;
    height: 990px;
    width: 740px;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 90%;
    clear: both;
}
#grayvertical {
	position: absolute;
	top: 300px;
	left: 1025px;
	background-color: #8CC63E;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1030px;
	width: 25px;
	clear: both;
	} 
	
#blackfooter {
	position: absolute;
	top: 1325px;
	left: 50px;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 50px;
	width: 980px;
	clear: both;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 80%;
	} 
	
h1  {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6d6e71;
}

h3  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#9d742e;
}

a:link {
	color: #356f07;
	text-decoration:none;
}
a:visited {
	color: #6d6e71;
	text-decoration:none;
}
a:focus {
	color: #8CC63E;
	text-decoration:none;
}
a:hover {
	color: #8CC63E;
	text-decoration:none;
}
a:active {
    color: #8CC63E;
    text-decoration: none;
    font-style: strong;
}
