@charset "utf-8";
/* CSS Document */

body {
	
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	display: block;
}

h1 {
	font-size:16px;
	color: #90b623;
}

a {
	color:a0cb29;
	text-decoration: none;
}
a.current {
	background-color: #F6F7F3;
}
a:link, 
a:visited, 
a:active 
{
color:#000000;
}
a:hover {
	background-color:#a0cb29;
}
a img {border:none}

#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	}
#webpages {
	height: 100%;
}
#webpages img {
	padding: 20px;
}


#header
{
	height: 80px;
	background-color: #FFF;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4EECA;
}
#header img {
	padding-left: 20px;
	padding-top: 35px;
}
#navigation {
	height: 30px;
	text-align: left;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8DF8D;
	line-height: 17px;
	color: #333333;
	clear: both;
	padding-top:0px;
	margin-top: 0px;
	padding-bottom: 5px;
}

#navigation li {
	display:inline;
	padding-left:14px;
	padding-right: 14px;
}

#navigation a {
	display: inline;
	text-decoration: none;
	margin: 0px;
	padding: 12px;
	color: #666666;
	}
	
	#navigation a:hover {
	color: #FFFFFF
}
	#navigation a:active {
	color: #FFFFFF
}
#container {
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #0dc121;
	padding-bottom: 20px;
	padding-top: 40px;
}
#left {
	float: left;
	width: 200px;
	padding-left: 20px;
}

#left ul {
list-style-type:none;
width:140px;
}
#left a {
	display: block;
	text-decoration: none;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5d7a09;
}
#left a.current {
	background-color: #F6F7F3;
}
#left a:link, 
#left a:visited, 
#left a:active 
{
color:#000000;
}
#left a:hover {
	background-color:#a0cb29;
}

#right {
	float: right;
	width: 650px;
	background-repeat: no-repeat;
	background-position: 90px 200px;
	height: 100%;
	padding-bottom: 100px;
	padding-right: 120px;
}
#rightall {
	float: right;
	width: 780px;
	height: 100%;
}
#rightall img {

}
#rightall2 {
	float: right;
	width: 780px;
	height: 100%;
}
#rightall2 img {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
#imagewrap {
	float: left;
}
#wrapper #container #right img {
	float: right;
	padding-left: 20px;
}
.bold {
	font-weight: bold;
}
