﻿body {
	margin: 0px;
	background-image: url('images/bodyBG.gif');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #FFFFFF;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
	background-image: url('images/wrapperBG.jpg');
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#header {
	clear: both;
	background-image: url('images/wrapperBG.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	clear: both;
	background-color: #727272;
	padding: 20px;
	overflow: hidden;
	background-image: url('images/footerBG.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	font-size: 120%;
	color: #5aedb9;
	text-align: center;
	margin-left: 54px;
	margin-right: 110px;
}
.clear {
	clear: both;
}
#mainLeft {
	width: 586px;
	float: left;
	display: inline;
	margin-left: 54px;
}
#mainLeft p {
	margin-right: 15px;
	margin-left: 15px;
}
#mainRight {
	width: 220px;
	float: right;
	display: inline;
	margin-right: 110px;
}
#mainLeft h1 {
	background-color: #6b6b6b;
	margin: 1px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	font-family: "Century gothic", Arial, sans-serif;
	font-weight: normal;
	font-size: 140%;
	color: #FFFFFF;
}
.greenText_h1 {
	color: #60caa2;
}
#mainRight ul {
	margin: 0px;
	padding: 0px;
}
#mainRight ul li {
	list-style-type: none;
}
#mainRight ul li a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4f4f4f;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	padding: 10px 10px 10px 20px;
	background-image: url('images/navBullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 110%;
	color: #787878;
	text-decoration: none;
}
#mainRight ul li a:hover {
	color: #353535;
	background-image: url('images/navBullet_green.gif');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
#footerTEXT {
	padding: 5px 20px 5px 20px;
	color: #808080;
	font-size: 85%;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #0E734E;
	margin-left: 53px;
	margin-right: 109px;
	background-color: #EAEAEA;
}
#rightText {
	width: 220px;
	float: right;
	margin-right: 110px;
	margin-top: 90px;
}
#rightText p {
	border: 1px solid #0E734E;
	margin: 10px;
	padding: 10px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	clear: both;
	color: #000000;
}
#rightText p:hover {
	border: 1px solid #0E734E;
	font-size: 100%;
	font-weight: bold;
	background-color: #E0E0E0;
}
.codeofconduct {
}
#leftMain {
	width: 190px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0E734E;
	margin-left: 10px;
	color: #FFFFFF;
}
#rightMain {
	width: 360px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftMain h2 {
	padding: 5px;
	font-size: 100%;
	color: #0E734E;
	text-align: center;
	background-color: #FFFFFF;
	margin: 2px;
}
#leftMain ul {
	padding: 0px;
	color: #FFFFFF;
	font-size: 90%;
	margin: 5px 5px 5px 20px;
}
.centered {
	text-align: center;
}
.GreyBOX {
	background-color: #D8D8D8;
	color: #FFFFFF;
	text-align: left;
}
.boldLarge {
	font-size: 140%;
	color: #0E734E;
	border: 2px solid #0E734E;
	padding: 10px;
}
.blackBoldFont {
	color: #000000;
}
a:link {
	color: #BB0000;
	text-decoration: none;
}
a:visited {
	color: #BB0000;
	text-decoration: none;
}
a:hover {
	color: #BB0000;
	text-decoration: underline;
}
a:active {
	color: #BB0000;
	text-decoration: none;
}
#footerLogos {
	text-align: center;
}
