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

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
	line-height: 22px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #81C148;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #81C148;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #81C148;
}
#wrapper {
	width: 1043px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#Header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 178px;
}
#Logo {
	float: left;
	margin-left: 75px;
}
#Header #Right {
	float: right;
	width: 660px;
}
#Header #Right  #Share{
	background-image: url(../images/share-bg.jpg);
	height: 37px;
	width: 355px;
	padding-top: 25px;
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: left top;
}
#Header #Right #title{
}
#Header #Menu {
	font-size: 14px;
	margin-top: 20px;
}
#Header #Right #Menu ul   {
	margin: 0px;
	padding: 0px;
}
#Header #Right #Menu ul li {
	float: left;
	list-style-type: none;
	margin-right: 15px;
}
#Header #Right #Menu ul li a {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 99px;
	padding-bottom: 3px;
	text-align: center;
	color: #39434C;
	text-decoration: none;
	padding-top: 5px;
}
#Header #Right #Menu ul li a:hover  {
	background-image: url(../images/menu-hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 99px;
	padding-bottom: 3px;
	text-align: center;
	color: #84C54A;
	text-decoration: none;
	padding-top: 5px;
}
#Header #Right #Menu #current{
	background-image: url(../images/menu-hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 99px;
	padding-bottom: 3px;
	text-align: center;
	color: #84C54A;
	text-decoration: none;
}
#contentPane {
	background-color: #39434C;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contentPane .floatRight {
	float: right;
	background-color: #39434C;
	text-align: left;
}
#contentPane .smallText p {
	font-size: 11px;
	line-height: 24px;
	text-align: left;
}
#contentPane .smallText ul {
	margin: 0px;
	font-size: 11px;
	padding: 0px;
	list-style-position: inside;
}
#contentPane .smallText ul li {
	background-image: none;
}
#contentPane .imgBorder {
	border: 4px solid #E6E6E6;
}
#contentPane p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contentPane .section {
	background-image: url(../images/content-bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
#contentPane h1 {
	color: #81C148;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contentPane h2 {
	font-size: 14px;
	font-weight: normal;
	color: #81C148;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentPane #Left {
	float: left;
	width: 800px;
}
#contentPane #Right {
	float: right;
	width: 185px;
	background-image: url(../images/right-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	font-size: 12px;
}
#contentPane #Right p {
	font-size: 11px;
}
#contentPane .rightMenu ul {
	margin: 0px;
	padding: 0px;
}
#contentPane .rightMenu ul li{
	background-image: url(../images/right-menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	list-style-type: none;
	padding-bottom: 5px;
}
#contentPane .rightMenu ul li a {
	color: #CCC;
}
#contentPane .rightMenu ul li a:hover {
	color: #81C148;
}
#contentPane .contentBox {
	padding: 5px;
	width: 320px;
	margin-left: 105px;
	border: 1px solid #FFF;
	font-weight: normal;
	float: left;
}
.clear {
	clear: both;
}
.button {
	font-size: 16px;
	color: #39434C;
	background-image: url(../images/button-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	width: 185px;
}
.button a , .button a:link, .button a:visited{
	color: #39434C;
	text-decoration: none;
}
.button a:hover {
	color: #FFF;
}
.bodyButton {
	font-size: 16px;
	color: #39434C;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.bodyButton a, .bodyButton a:link, .bodyButton a:visited , bodyButton a:hover{
	color: #39434C;
	text-decoration: none;
	background-image: url(../images/button-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	text-align: right;
	color: #39434C;
	font-size: 11px;
}
#Footer a {
	color: #39434C;
}
#Footer a:hover {
	color: #85C54A;
}
#Footer p  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.field {
	padding: 3px;
	color: #39434C;
	border: 2px solid #85C54A;
	width: 300px;
}
#submitButton {
	background-color: #81C148;
	font-weight: bold;
	color: #39434C;
	padding: 5px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
}
.compulsory {
	color: #F00;
}
