/*for version 4 browsers */
body {
	background-color : #FFFFFF;
	background-image :  url(/images/bgd.gif);
	background-repeat : repeat-x
}

/*Styles for the center main content layer */
.maindiv {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size : 12px;
	padding-left : 42px;
	padding-right : 28px;
}	
.maindiv h1 {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
}
.maindiv h2 {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv a:link { color : #006633; text-decoration : underline; }
.maindiv a:visited { color : #006633; text-decoration: underline; }
.maindiv a:hover { color : #006633; text-decoration : none; }

/*for the p inside a table inside the main content area for tabular data*/
.tabRJ {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : right;
	padding-right : 4px;
}
.tabCJ {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: center;
	padding-right : 4px;
	padding-left : 4px;
	}
.tabLJ {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size : 12px;
	text-align : left;
	padding-left : 4px;
}
.tabLJ a{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size : 12px;
	text-align : left;
	padding-left : 4px;
	}

/* Lists*/
ul {
	color : #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px
}
ol {
	color : #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px
}

/* style for the left-hand navigation layer */
.leftnavDiv {
	color : #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 28px;	
	margin-bottom: 200px;
	padding-top: 30px;
	font-size : 14px;
	background-color: #FFFFFF;
}
.leftnavDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px
}
.leftnavDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

/* style for the right-hand news layer */
.rightnewsDiv {
	color : #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom: 200px;
}
.rightnewsDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px
}

.rightnewsDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navCategory {
	color : #006633;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 3px;
	margin-left : 0px;
	margin-top : 5px;
	font-weight: bold;
}
.navCategory a { color : #006633; text-decoration : underline }
.navCategory a:hover { color : #006633; text-decoration : underline}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubchoice {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 6px;
	margin-left : 8px;
	margin-top : 6px
}
.navSubchoice a { color : #333333; text-decoration : none }

p.navSubDown {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 6px;
	margin-left : 8px;
	margin-top : 6px
}
.navSubDown a { color : #333333; text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navChosenCat {
	color : #006633;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 4px
}
.navChosenCat a { color : #006633; text-decoration : underline }

/* style for when a main category has no downstate */
p.navDeadCat {
	color : #006633;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	margin-bottom : 1px;
	margin-left : 0px;
	margin-top : 2px;
	font-weight: bold;
}

/*Style Applied to the Paragraphs for Copyright-Small-Text-Footer */
p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px;
	margin-left : 28px;
}
.footer a {
	color : #999999;
}
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-bottom : 12px;
	margin-top : 60px
}

/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/
a.nn4imgWhite { color: #FFFFFF}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }
.imgfloatleft { float : left }
