body { 
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EAF7E3;
	margin: 0px;
}

.containerWrap {
	width: 865px;
	margin: 0 auto;
}

.container {
	float: left;
	width: 856px;
	margin: 0px auto;
	min-height: 800px;
	background-color: #FFFFFF;
	border-top: 4px solid #b8dfa1;
	border-right: 4px solid #b8dfa1;
	border-bottom: 4px solid #b8dfa1;
	border-left: 4px solid #b8dfa1;
	padding-bottom: 15px;
}

.center {
	text-align: center;
}

.header {
	width: 856px;
	height: 120px;
	text-align: center;
	background: #FFFFFF;
}

.nav {
	width: 856px;
	height: 39px;
	text-align: center;
	background-color: #FFFFFF;
}

.flash {	
	height:253px;
	width:840px;
	margin: 0px auto;

}

.heading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 60px 15px 0px 15px;
	*padding: 55px 15px 0px 15px;
	_padding: 15px 15px 0px 15px;
}

.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 15px 15px 15px;
}

.main {
	width: 856px;
	background-color: #ffffff;
	/*ie7 hack*/
	*padding-bottom: 0px;
	background-image:url(images/main.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

/* the barWrap class wraps around both sideBar and rightside */

.barWrap {
	min-height: 150px;
	float: left;
	padding: 20px;
	*padding-bottom: 30px;
	margin: 32px 0 -10px 0;
	*margin: 27px 0 -15px 0;
}

.barWrap h1, h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	_padding: 15px 0px 0px 0px;
	margin: 0;
}

.sidebar {
	width: 210px;
	min-height: 150px;
	float: left;
	padding-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.rightside {
	width: 579px;
	float: left;
	padding-left: 15px;
	border-left: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.column {
	width: 268px;
	height: 146px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 0px;
	margin-left: 12px;
	background-image:url(images/green-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.footer {
	width: 865px;
	height: 114px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	padding-top: 10px;
	margin: 0px auto;
	background-image:url(images/bott.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

#ftext {
	padding-top: 16px;

}

.footer a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.footer a:hover{
	text-decoration: underline;
}

.heading2 p {
	margin: 0;
	padding: 0;
}

a:link {  color: #0066FF; text-decoration: underline}
a:visited {  color: #0066FF; text-decoration: underline}
a:hover {  color: #0099FF; text-decoration: underline}
a:active {  color: #999999; text-decoration: underline}
