/*---------HTML-----------*/
* html {
	text-align: center;
}

body{
/*	#b9c7da #9db3da  #a6bbd8	background:#b9c7da url(images/grassBG.jpg) no-repeat fixed top center;*/
background:#92acdc url(images/grassBG.jpg) no-repeat scroll top center;	 
}

body, table, td, div{
	font-size:13px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif, arial, Helvetica;
	line-height: 1.7em;
	color: #222222;
}

a {
	text-decoration: none;
	color: #660000;
}

a:active {
	color: #eDe751;
}
a:hover {
	color: #BDB721;
	text-decoration:underline;
}
a:visited {
	color: #660000;
}

/*---------Header & Nav-----------*/
#header{
	padding:0px;
	border:0px;
	margin:16px 9px 12px 9px;
	padding-left:120px;
	background-image: url(images/header1.gif);
	background-repeat:no-repeat;
	background-position: center center;
	width: 790px;
	height: 60px;
}

#navigation {
	padding:0px 60px;
	margin: 0px auto;
	width: 720px;
	height: 30px;
	border: 0PX;
	color: #8fba5c; 
	font-family: arial, helvetica , sans serif;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: -.03em;
}

.nav{
	margin:0px;
	border:0px;
    padding:1px 20px;
	list-style-type:none;
    float: left;
}

#navigation li a{
	color: #8fba5c; 
	text-decoration: none;
	white-space: nowrap;
}

#navigation li a:hover{
	color: #59832b; 
}

/*---------BODY-----------*/
#container {
	width:802px; 
	margin: 0 auto;
	padding: 0 px;
	xborder: 1px solid red;
}
#content {
	width:800px; 
	margin: 0 auto;
	padding: 0 px;
	xtext-align: left;
}

#braceTable{
}

.oneCol, .twoCol, .threeCol  {
	width : 208px;
	margin: 10px;
	padding : 9px 18px 9px 18px;
	float : left;
	background-color:#ffffff;
	/* for IE */
	filter:alpha(opacity=87);
	/* CSS3 standard */
	opacity:0.87;
	border:1px solid #ccccdd;
}
.twoCol {
	width : 480px;
}

.threeCol{
	width : 746px;
}
.tabDiv{
	width : 740px;	
	float : left;
	/* for IE */
	filter:alpha(opacity=87);
	/* CSS3 standard */
	opacity:0.87;
	background:transparent url(images/tabs.png) no-repeat 0px 0px;
	margin:0px 0px -10px 0px;
	padding:0px 22px;
	height:39px;
	margin-left:10px;
}

.sectionHeaderLight, .sectionHeaderMedium, .sectionHeaderDark  {
	float : left;
	text-align: center;
	margin: 0px auto;
	width: 800px;
	padding: 13px 1px 2px 1px;
	font-family: arial, helvetica, sans serif;
	font-size: 24px;
	font-weight:bold;
	letter-spacing: -0.03em;
	color: #8fba5c;
}

.sectionHeaderMedium {
	color: #59832b;
}

.sectionHeaderDark  {
	color: #365522;
}

#wx_module_5194{

}
.announcement{
	font-weight: bold;
	font-size:18px;
	font-family: arial, helvetica, sans serif;
	color: #777733;
}
.tabText{
	font-weight: bold;
	font-size:18px;
	font-family: arial, helvetica, sans serif;
	margin:6px 37px 0px 8px;
	letter-spacing: -0.02em;
	padding:0px;
	float:left;
	width:178px;
	cursor: pointer;
}
.tabOn{
	color: #777733;
}
.tabOff{
	color: #bbbbbb;
}

/*---------FOOTER-----------*/
#footer {
	text-align:center;
	margin: 18px;
	border 0px;
	width: 760px;
	height: 100px;
	color:Black;
}


