@charset "UTF-8";
.content {
	background-color: #FFFFFF;
}
.menu {
	background-color: #3C3A3B;
}
.links {
	background-color: #FFFFFF;
	background-image: url(images/test4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.wrapper {
	margin-bottom: 20px;
}
.left_green {
	background-color: #50B948;
	width: 200px;
	height: 100px;
	top: 0px;
	background-attachment: fixed;
}
.left_green p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-left: 10px;
	padding-top: 10px;
}
.left_green a {
	color: #333333;
	text-decoration: none;
}
.left_green a:hover {
	color: #666666;
	text-decoration: underline;
}
.textbox {
	height: 400px;
	width: 870px;
	overflow:-moz-scrollbars-vertical;
	overflow-y:auto;
	overflow-x: hidden;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.7em;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 620px;
}
.text h1 {
	color: #696B6A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
}
.text h2 {
	font-weight: lighter;
	color: #50B948;
	font-size: 1.2em;
}
.text a {
	font-weight: bold;
	color: #50B948;
}
.text a:hover {
	text-decoration: none;
}
.textimages {
	padding: 10px;
}
.LG-image {
	background-color: #FFFFFF;
	width: 100%;
}
.header {
	background-image: url(images/header2.jpg);
	height: 150px;
	width: 900px;
	background-repeat: no-repeat;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCCCCC;
	padding-right: 20px;
	padding-top: 20px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;	
}
.footer a:hover {
	text-decoration: underline;	
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
.footer2 a {
	color: #666666;
	text-decoration: none;
}
body {
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	margin-top: 30px;
}

