

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	margin: 0px;
	padding: 0px;
	background-color: #8D8C7A;
}
#wrapper {
	width: 756px;
	margin: auto;

}
img { border: 0; }
h2 {
	color: #776E96;
	font-size: 1.5em;
	font-weight: 800;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
a {
	text-decoration: none;
	color: #A2CB8F;
}
a:hover {
	background: #A2CB8F;
	color: black;
	text-decoration:none;
}

#divBanner{
	height: 140px;
	margin-top: 40px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#divlogo {
	height: 95px;
	margin-top: 40px;
      margin-right: 2px;
      margin-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D4CF;
	text-align: center;
	padding-top: 16px;
      padding-bottom: 29px;


}
span.one {
	color: #92D340;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92D340;
}
span.two {
	color: #FFC605;
}
/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/
#colLeft {
	background-color: #99A17D;
	width: 174px;
	height: 1010px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A2CB8F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2CB8F;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}

/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/
#divMainContent {
	padding-left: 20px;
	padding-right: 20px;
}


/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/
#colRight {
	background-color: #99A17D;
	height: 1010px;
	width: 575px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A2CB8F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2CB8F;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 14px;
	background-color: #99A17D;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #99a17d;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #99a17d;
	padding-right: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #486655;

}

#Navigation ul li a:hover {
	background-color: #A2CB8F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #486655;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #486655;
	color: #486655;
}

#Navigation ul li  a.current {
	background-color: #A2CB8F;
	color: #486655;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer {
	height: 64px;
	clear: both;
	border: 1px solid #A2CB8F;
	background-color: #D3D4CF;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}


.title {
	font-size: 17px;
	color: #B4FF05;
	height: 20px;
	padding-top: 20px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.allpara {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #D3D4CF;
	margin: 0px;
}
.smallSpacer {
	height: 600px;
	width: 5px;
	float: left;
}
#menuTab {
	color:#776E96;
	font-size:1.2em;
	text-align:center;
	background-image: url(images/navtab.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 175px;
	height: 25px;
	padding-top: 2px;
}
