body{
	margin:0px;
	padding:0px;
	background-color: #AAC068;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

/*----------BANNER--------------- */

#container{
	height: 179px;
	width:  182px;
	background-image: url(images/left-image.gif);
	background-repeat:no-repeat;

}

#banner{
	width: 808px;
	height: 142px;
	background-image: url(images/header_01.gif);
	background-repeat: no-repeat;
}

#topNav{
	position: absolute;
	top: 152px;
	left: 180px;
	border-top: 4px solid #fff;
	width:605px;
}

.navItem{
	float: right;
	width: auto;
	padding: 9px 6px 2px 6px;
	color: #FFFFFF;
	font-weight: bold;
}

.navItem a{
	color: #ffffff;
	text-decoration: none;
}
.navItem a:link{
	color: #ffffff;
	text-decoration: none;
}

.navItem a:visited{
	color: #ffffff;
	text-decoration: none;
}

.navItem a:hover{
	color: #4b4b4b;
	text-decoration: none;
}


/*#navLeft{
	position: relative;
	top: 178px;
	left: 75px;
	width:310px;
}
*/
#leftShadow{
	background-image: url(images/left-shadow.gif);
	background-repeat: repeat-y;
	position: relative;
	top: 176px;
	left: 75px;
}

#nav{
	/*font-size: 12px;
	color: #333333;
	position: relative;
	top: 0px;
	left: 120px;
	background-color: #DDE2CD;
	width:170px;
	padding-left: 20px;
	line-height: 24px;*/
	padding-left: 10px;
	line-height: 24px;
	padding-top: 0px;
	margin-top:0px;
	font-size:12px;
}

.subItem{
	color: #666666;
	font-size:11px;
	padding: 8px 0px 8px 10px;
	text-decoration: none;
}

.active{
	color:#000000;
	font-weight: bold;
}

#nav a:link{
	color: #666666;
	text-decoration:none;
}

#nav a:visited{
	color: #666666;
	text-decoration:none;
}

#nav a:hover{
	color: #000;
	text-decoration:none;
}

/*----------CONTENT----------------- */

#tableTop{
	margin: 10px 0px 0px 0px;
}

#contentTable{
	background-image: url(images/left-shadow.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	width: 998px;
}

#leftpaddingContent{
	padding: 6px 5px 10px 5px;
}

.breadCrumb{
	font-size: 12px;
	color: #666666;
	width: 450px;
}

.breadCrumb a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#flashContent{
	height: 255px;
	width: 487px;
	border: 5px solid #AAC068;
	margin-top: 4px;
}

#text{
	margin-top: 10px;
	font-size: 12px;
	color: #333;
	width:500px;
	line-height: 18px;
}

#text h1{
	font-size: 16px;
	color: #5F8E77;
	font-weight: normal;
	line-height: 22px;
}

#text strong{
	color: #5F8E77;
}

.button{
	padding: 0px 6px 0px 6px;
}

