@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
body {

	}
	
a:link, a:visited, a:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	margin: 0;
	padding: 0;
	}

.featureHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: rgb(107,30,22);
	width: 100%;
	border-bottom: solid 1px rgb(189,164,131);
	margin:0;
	}
	
.featureCopy {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	margin: 20px 10px 5px 15px;
	line-height: 18px;
	}
	
.featureTitle {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	color: rgb(25,75,119);
	font-weight: bold;
	margin: 15px 0 0 15px;
	}
	
.featureSubhead {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: rgb(25,75,119);
	margin: 0 0 5px 15px;
	}
	
/*.homeArt {
	position: relative;
	width: 100%;
	}*/
	
.hmSectionHeader {
	margin: 0;
	padding: 0;
	}

.hmSectionHeader a:link, .hmSectionHeader a:visited  {
	color: white;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: rgb(107,30,22);
	padding: 10px 10px;
	margin: 0;
	}
	
.hmSectionHeader a:hover  {
	color: rgb(107,30,22);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: rgb(189,164,131);
	padding: 10px 10px;
	margin: 0;
	}

.hmArtTitle {
	color: rgb(107,30,22);
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: left;
	width: 100%;
	border-bottom: solid 1px rgb(189,164,131);
	margin: 5px 0 5px 0;
	}
	
.hmArtCopy {
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	margin: 10px 0 0 0;
	}
	
.readMore {
	color: rgb(25,75,119);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-align: right;
	margin: 0 25px 20px 0;
	}
	
.readMore a:link, .readMore a:visited {
	color: rgb(25,75,119);
	text-decoration: none;
	}
	
.readMore a:hover {
	color: rgb(107,30,22);
	text-decoration: underline;
	}

#footer {
	position: fixed;
	width: 100%;
	height: 30px;
	background: rgb(107,30,22);
	bottom: 0;
	left: 0;
	}
	
#footer .footerCopy {
	color: white;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 7px 0 5px 50px;
	}
	
.footerCopy a:link, .footerCopy a:visited {
	color: rgb(189,164,131);
	text-decoration: underline;
	}

.footerCopy a:hover {
	color: white;
	text-decoration: none;
	}

.artDiv{
	width: 90%;
	}
	
.print {
	text-align: right;
	width: 90%;
	color: #666666;
	font-size: 12px;
	vertical-align: middle;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.print a:link, .print a:visited {
	color: #666666;
	}
	
.print a:hover {
	color: #000066;
	}
	
.artHead {
	color: rgb(107,30,22);
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px rgb(189,164,131);
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0 0 7px 0;
	}
	
.artSub {
	color: rgb(107,30,22);
	font-size: 15px;
	font-family:"Times New Roman", Times, serif
	text-align: left;
	}
	
.author {
	color: rgb(107,30,22);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: italic;
	text-align: left;
	margin: 3px 0;
	}
	
.author a:link, .author a:visited {
	color: rgb(25,75,119);
	text-decoration: none;
	}
	
.author a:hover {
	color: rgb(107,30,22);
	text-decoration: underline;
	}
	
.artCopy {	
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	margin: 10px 0 0 0;
	}
	
.artCopy a:link, .artCopy a:visited {
	color: rgb(25,75,119);
	font-weight: bold;
	}
	
.artCopy a:hover {
	color: rgb(107,30,22);
	font-weight: bold;
	text-decoration: underline;
	}
	
.artDiv ul, .artCopy ol {
	text-align: left;
	}
ol {
	text-align: left;
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	}
	
ol li {
	margin-top: 10px;
	}

.artDiv ul li, .artCopy ol li {
	text-align: left;
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	margin-top: 10px;
	}
	
.edNote {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	/*font-style: italic;*/
	text-align: left;
	color: rgb(107,30,22);
	margin: 35px 0 0 0;
	}

.edNote a:link, .edNote a:visited {
	color: rgb(25,75,119);
	font-weight: bold;
	}
	
.edNote a:hover {
	color: rgb(107,30,22);
	text-decoration: underline;
	font-weight: bold;
	}
	
	
#nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	}
	
.hide {
	visibility: hidden;
	}

.edHome {
	width: 74px;
	height: 49px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.edHome a:link, .edHome a:visited {
	background: url(images/homeBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 85px;
	height: 49px;
	}
	
.edHome a:hover {
	background: url(images/homeBtn.gif) bottom left no-repeat;
	text-decoration: none;
	width: 85px;
	height: 49px;
	}
	
.about {
	width: 77px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.about a:link, .about a:visited {
	background: url(images/aboutBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 77px;
	height: 49px;
	}
	
.about a:hover {
	background: url(images/aboutBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 77px;
	height: 49px;
	}
	
.budget {
	width: 79px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.budget a:link, .budget a:visited {
	background: url(images/budgetBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 79px;
	height: 49px;
	}
	
.budget a:hover {
	background: url(images/budgetBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 79px;
	height: 49px;
	}
	
.curr {
	width: 93px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.curr a:link, .curr a:visited {
	background: url(images/currBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 93px;
	height: 49px;
	}
	
.curr a:hover {
	background: url(images/currBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 93px;
	height: 49px;
	}
	
.facil {
	width: 85px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.facil a:link, .facil a:visited {
	background: url(images/facBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 85px;
	height: 49px;
	}
	
.facil a:hover {
	background: url(images/facBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 85px;
	height: 49px;
	}
	
.fund {
	width: 101px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.fund a:link, .fund a:visited {
	background: url(images/fundBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 101px;
	height: 49px;
	}
	
.fund a:hover {
	background: url(images/fundBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 101px;
	height: 49px;
	}
	
.govern {
	width: 102px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.govern a:link, .govern a:visited {
	background: url(images/govBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 102px;
	height: 49px;
	}
	
.govern a:hover {
	background: url(images/govBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 102px;
	height: 49px;
	}
	
.human {
	width: 82px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.human a:link, .human a:visited {
	background: url(images/humanBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 82px;
	height: 49px;
	}
	
.human a:hover {
	background: url(images/humanBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 82px;
	height: 49px;
	}

	
.leg {
	width: 97px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.leg a:link, .leg a:visited {
	background: url(images/legBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 97px;
	height: 49px;
	}
	
.leg a:hover {
	background: url(images/legBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 97px;
	height: 49px;
	}
	
.oper {
	width: 97px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.oper a:link, .oper a:visited {
	background: url(images/operBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 97px;
	height: 49px;
	}
	
.oper a:hover {
	background: url(images/operBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 97px;
	height: 49px;
	}
	
.eNews {
	width: 85px;
	height: 49px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.eNews a:link, .eNews a:visited {
	background: url(images/enewsBtn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 85px;
	height: 49px;
	}
	
.eNews a:hover {
	background: url(images/enewsBtn.gif) bottom left no-repeat;
	text-decoration: none;
	display: block;
	width: 85px;
	height: 49px;
	}
	
.section {
	font-family: "Times New Roman", Times, serif;
	color: rgb(107,30,22);
	font-size: 20px;
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
	margin: 50px 0 20px 0;
	}
	
.subhead {
	color: rgb(25,75,119);
	font-weight: bold;
	text-decoration: underline;
	margin: 35px 0 0 0;
	text-align: left;
	font-size: 15px;
	}
	
.subline {
	color: rgb(132,46,21);
	font-style: italic;
	font-size: 14px;
	text-align: left;
	margin: 0;
	}

.formInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: black;
	text-align: left;
	margin: 20px 0;
	}
	
.formSection {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: rgb(25,75,119);
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 10px 15px;
	}
	
.confirm {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-align: center;
	line-height: 18px;
	margin: 20px 0;
	}
	
#thingsToDo li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style: url(images/todoBullet.gif);
	text-align: left;
	margin: 7px 0;
	}
	
.subscribeConfirm {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
	margin: 10px;
	line-height: 14px;
	}
	
#eNews {
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	width: 165px;
	margin: 10px auto;
	}

.rsslinks {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: rgb(107,30,22);
	font-size: 13px;
	}

#subNav {
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 5px 0 40px 0;
	}
	
#subNav li {
	list-style: url(images/menuArrow.gif);
	margin: 5px 0 0 0;
	}

#subNav li a:link, #subNav li a:visited {
	font-size: 13px;
	color: rgb(107,30,22);
	text-decoration: none;
	}
	
#subNav li a:hover {
	font-size: 13px;
	color: rgb(25,75,119);
	text-decoration: underline;
	}
	
#breadCrumbCtn {
	width: 100%;
	height: 118px;
	position: relative;
	}
	
#breadCrumb {
	width: 100%;
	background: rgb(189,164,131);
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	}
	
.breadLinks {	
	margin: 7px 15px 0 15px;
	font-size: 13px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: rgb(107,30,22);
	}

.breadLinks a:link, .breadLinks a:visited {	
	color: rgb(107,30,22);
	text-decoration: none;
	}
	
.breadLinks a:hover {	
	color: rgb(25,75,119);
	text-decoration: underline;
	}
	
.subscArea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: black;
	margin: 0 0 2px 0;
	}
	
#eNewsNav {
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 5px 0 40px 0;
	}
	
#eNewsNav li {
	list-style: url(images/menuArrow.gif);
	margin: 5px 0 0 0;
	}

#eNewsNav li a:link, #eNewsNav li a:visited {
	font-size: 13px;
	color: rgb(107,30,22);
	text-decoration: none;
	}
	
#eNewsNav li a:hover {
	font-size: 13px;
	color: rgb(25,75,119);
	text-decoration: underline;
	}
	
.announcement {
	color: rgb(107,30,22);
	text-align: center;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	margin: 20px 0;
	line-height: 30px;
	}
	
.required {
	color: red;
	font-size: 11px;
	font-weight: bold;
	}	
	
	
#printLogo {
	display: none;
	visibility: hidden;
	position: absolute;
	}
	
.print {
	text-align: right;
	width: 90%;
	}
	
