.boldGreen {
	font-size: 12px;
	font-weight: bold;
	color: #056739;
}

#vertical{
	float:left;
	height:50%;
	margin-top:-270px;/* half vertical height*/
	width:100%;
}

html,body{
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#sidebarTopDIV {
	height: 305px;
}
#sidebarBotDIV {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#sidebarEmailTD {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
}



.greenText {
	color: #056739;
}
#footerPic {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	visibility: visible;

}

.greenBullets {

	font-size: 18px;
	font-weight: bold;
	color: #056739;
}
#contentScrollDiv ul strong {
	color: #000000;
}
a:link {
	color: #09693A;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #0A6B3B;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#wrapper {
	width: 950px;
	background-color: #FFF;
	border: 4px solid #056739;
	height: 530px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	clear:both;


	
}
#nav {
	width: 179px;
	background-color: #CECCCC;
	background-image: url(images/navBG.gif);
	float: left;
	position: relative;
	z-index: 10;
	
}
#content {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 413px;
	text-align: center;
	float: left;
	height: 530px;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	z-index: 9;
}

#contentScrollDiv {
	overflow: auto;
	overflow-x:hidden;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 10px;
	height: 305px;
	background-color: #FFF;
}
#sidebar {
	background-color: #81cc55;
	border-left-style: solid;
	border-left-color: #24B24C;
	border-left-width: 2px;
	width: 284px;
	padding-top: 17px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	float: right;
	height: 513px;
	position: relative;
	padding-bottom: 0px;
	clear: none;
}
#copyFooter {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 10px;
}
#copyLeft {
	font-size: 10px;
	text-align: left;
	width: 20%;
}
#copyRight {
	font-size: 10px;
	text-align: right;
	width: 80%;
}
#directionsDIV {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
li {
	margin-bottom: 5px;
	text-align: left;
}
.borderDIV {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #24B24C;
	width: 95%;
}
.greenText {
	font-size: 12px;
	font-weight: bold;
	color: #056739;
}

