body{
	margin:0;
	padding:0;
	background: #97C1B5;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #666666;
}
.bgheader {
	background: url(../images/bgHeader.jpg) no-repeat center top;
	height: 135px;
}

.logo {
	width: 350px;
	padding-left: 30px;
}

.nav {
	width: 665px;
	padding-left: 13px;
	background: url(../images/bgNav.gif) no-repeat left top;
	height: 39px;
	margin-left: 28px;
	margin-top: 31px;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}
a:active {
	color: #333333;
}

b{
	font-size: 110%;
}

img{
	border:0;
}

h1{
	display:none;
}

h2{
	font: bold 22px/30px Arial, Helvetica, sans-serif;
	color: #005840;
	text-transform: capitalize;
}

h3{
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #005840;
	text-transform: capitalize;
	margin: -1px 0px -10px;
}

.footnote{
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}

.newsdate{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -12px;
	color: #08643F;
}

.newscontent{
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

.newscontent a:link{
	color: #81AA8B;
	font-size: 10px;
}

.newscontent a:visited{
	color: #81AA8B;
	font-size: 10px;
}

.newscontent a:hover{
	color: #666666;
	font-size: 10px;
}

.newscontent a:active{
	color: #81AA8B;
	font-size: 10px;
}

#maincontainer{
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: url(../images/bgCenterStretchColumn.gif) repeat-y;
}

#topsection{
	height: 150px; /*Height of top section*/
	padding-top: 30px;
	background: url(../images/bgTopCap.jpg) no-repeat center top;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 244px;
	padding: 15px 15px 15px 40px;
}

#banner{
	margin-right: 244px; /*Set right margin to RightColumnWidth*/
	padding-left: 28px;
}

#rightcolumn{
	float: left;
	width: 244px; /*Width of right column*/
	margin-left: -244px; /*Set left margin to -(RightColumnWidth) */
	background: url(../images/bgRightNav.gif) repeat-y right;
}

#footer{
	clear: left;
	width: 100%;
	background: url(../images/bgBottomCap.jpg) no-repeat center top;
	color: #FFF;
	text-align: center;
	padding: 20px 0 4px;
	height: 60px;
}

#footer a{
	color: #333333;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, SansSerif;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertuberightcol{
	margin: 10px 40px 10px 23px;
}

.tabledata {font-size: 10px
}



/*Nav Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
	font: bold 14px Arial;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 12px 13px;
	text-decoration: none;
}

.indentmenu ul li a:visited{
	color: white;
}

#current{
	color: white !important;
	padding-top: 12px;
	padding-bottom: 8px;
	background: #015941;
}

.indentmenu ul li a:hover{
	color: white !important;
	padding-top: 12px;
	padding-bottom: 8px;
	background: url(../images/bgNavHover.png) repeat-x top;
}

/*Side Menu Styles*/

/*.sidemenu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	width: 193px;
}
	
.sidemenu ul li{
	position: relative;
	padding-bottom: 10px;
	padding-top: 14px;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #015941;
	text-transform: uppercase;
}

.sidemenu ul li a{
	color: #015941;
	text-decoration: none;
}

.sidemenu ul li a:visited{
	color: #015941;
	text-decoration: none;
}

.sidemenu ul li a:hover{
	color: black;
	text-decoration: none;
}*/

#current-side {
	color: #FFFFFF !important;
	padding: 15px 10px 15px 22px;
	font-size: 12px;
	display: list-item;
	text-align: left;
	background: #97C1B5;
}

.calloutbox {
	background: #E4F3FE;
	border: 1px solid #97C1B5;
	color: #666666;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 22px;
	margin-bottom: 22px;
}

.innernav{
	font: bold normal 12px Arial;
	width: 100%;
	color: #787870;
	height: 36px;
	padding-top: 15px;
	padding-bottom: 22px;
	margin-top: 15px;
	margin-bottom: 22px;
	background: #FBF9EC;
	padding-left: 15px;
	text-align: center;
}

.innernav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.innernav ul li{
	display: inline;
}

.innernav ul li a{
	float: left;
	color: #000000;
	text-decoration: underline;
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	text-align: center;
}
.inline50percentright {
	padding: 22px;
	float: right;
	width: 43%;
	margin-bottom: 22px;
	margin-left: 22px;
	border: 1px solid #97C1B5;
}

.inline50percentleft {
        padding: 22px;
        float: left
        width: 43%
        margin-bottom: 22px;
        margin-left: 22px; 
        border: 1px solid #97C1B5;
}

.inline35percentright {
	padding: 22px;
	float: right;
	width: 35%;
	margin-bottom: 22px;
	margin-left: 22px;
	border: 1px solid #97C1B5;
}
.inline20percentright {
	float: right;
	width: 150px;
	border: 1px solid #97c1b5;
	height: 200px;
	margin: 10px;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 42px;
	padding-left: 22px;
}

/* New Side Menu */

.sidemenudiv ul{
	margin: 0;
	padding: 0 0 0 9px;
	list-style-type: none;
	width: 205px;
}

.sidemenudiv ul li{
	position: relative;
}

.sidemenudiv ul li ul{
	position: absolute;
	width: 192px;
	top: 0;
	visibility: hidden;
	border-top: 1px solid #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

/* Sub level menu links style */
.sidemenudiv ul li a{
	display: block;
	overflow: auto;
	color: #025742;
	text-decoration: none;
	padding: 15px 10px 15px 22px;
	border-bottom: 1px solid #fff;
	font: bold 12px/13px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.sidemenudiv ul li a:visited{
	color: #025742;
}

.sidemenudiv ul li a:hover{
	color: #333333;
	background-color:#fff;
}

* html .sidemenudiv ul li {
	float: left;
	height: 1%;
}
* html .sidemenudiv ul li a {
	height: 1%;
}
/* End Menu */

