@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background: #6FAF61; /*url(images/bg.jpg) no-repeat center top;*/
}
.maintable{
	background: #FFF;
	border: 1px solid #333;
}
.header{
	background: #68AB5D;
}
.menu{
	background: url(images/menubar-bar.png) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.headings{
	margin: 0px;
	padding: 10px 0px 0px 6px;
	color: #FFF;
	height: 30px;
	background-color: #253F7B;
	/*background-image: url(images/bot.png);
	background-repeat: no-repeat;*/
}
.headings h2{
	font-weight: bold;
	color: #FFF;
}
.footer{
	/*background: url(images/bot.png) repeat;*/
	margin: 0px;
	padding: 0px;
	height: 117px;
	color: #FFF;
	background-color: #1C77BE;
}
.footer h2{
	font-weight: bold;
	color: #FFF;
}

.footer2{
	margin: 0px;
	padding: 0px;
	height: 117px;
	color: #000;
}
.footer2 h2{
	font-weight: bold;
	color: #000;
}
.leftside{
	background-color: #ABD0A4;	/*background: url(images/bg.jpg) no-repeat center center;*/
}
.middlecontent{}
.rightside{}
.greentext{
	font-weight: bold;
	color: #060;
}
.orangetext{
	font-weight: bold;
	color: #E96126;
}
.redtext{
	font-weight: bold;
	color: #900;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #2079BE;
}
a:active {
	text-decoration: none;
	color: #000;
}
.whtext{
	color: #FFF;
}
.picborder{
	border: 4px double #CCC;
}
.sidelinks{
	color: #FFF;
	list-style-type: none;
	text-align: left;
	float: right;
}
.sidelinks a{
	color: #FFF;
	list-style-type: none;
	padding-right: 10px;
}
.pic{
	border: 4px solid #D2E7CF;
}.gogreen {
	color: #030;
	font-weight: bold;
}
