/* CSS Document */
body {
	background-color:#FFFFFF;
}	
#border{
	border: 1px solid #006633}
	
.logo {	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	border-top: 1px solid #006633;
}
.topimage{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	background-color: #006633;
	border-top: 1px solid #006633;
}
#targetnavigation {
	font-family: arial;
	color:white;
	font-weight:bold;
	font-size:11px;
	background-color: #006633;
	padding: 4px;
	text-align:center;
	letter-spacing: 1px;
	word-spacing: 2px;
	overflow: hidden;
}
/*These are the specs for the Target audience links*/
#targetnavigation a:link {color:white;text-decoration: none; background-color:#006633}
#targetnavigation a:visited {color:white; text-decoration: none; }
#targetnavigation a:focus {color:white; text-decoration: underline;}
#targetnavigation a:hover {color:yellow; text-decoration: none;}
#targetnavigation a:active {color:white; text-decoration: none}

.feature {
	text-align: left;
	border-top: 1px none #aaa;
	padding: 12px;
	text-align:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006633;
}
.feature img {
	border: 1px solid #CCCCCC}
#featuretitle h1{
	font-family: arial; 
	font-size: 18px;
	font-weight: bold;
	color:#000000}
#featuretitle {
	font-family: arial;
	font-size: 13px;
	color:#000000;
}
#featuretitle a{
	font-family: arial;
	font-size: 13px;
	color:#000000;
}
.news {
	text-align: left;
	border-top: 1px none #aaa;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	background-color:white;
	font-family: arial;
	font-size: 12px;
}
.news a{
	color:#000000}
.newsimportant {
	background-color: #FFFF99;
	padding: 2px;
	text-decoration:none;
	}
#scream {
	border: 1px solid #CCCCCC}
.emph {
	font-size: 16px;
	font-weight: bold;
}

/*Styles for Left Navigation*/
#navigation {
	background-color: white;
	padding-left: 10px;
	padding-top: 12px;
	font-family: verdana;
	color:#006633;
	display: block;
	margin: 0px;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
}

/*This is the formatting for the main navigationlinks-need to adjust spacing*/
div#navigation a:link {color:#006633; font-weight:bold; font-size: 12px; text-decoration:none;line-height: 10px;}
div#navigation a:visited {color:#006633; font-weight:bold; font-size: 12px; text-decoration:none; line-height: 10px;}
div#navigation a:focus {color:#006633; font-weight:bold; font-size: 12px; text-decoration:underline; line-height: 10px;}
div#navigation a:hover {color:#006633; font-weight:bold; font-size: 12px; text-decoration:underline;line-height: 10px;}
div#navigation a:active {color:#006633; font-weight:bold; font-size: 12px; text-decoration:none;line-height: 10px;}

/*Below is the credits styles*/
.credits {
	font-family: arial;
	font-size: 11px;
	color: #006633;
}
.credits a:link {color:#006633; text-decoration: none;}
.credits a:visited {color:#006633; text-decoration: none;}
.credits a:hover {color:#006633; text-decoration: underline; text-weight:bold;}
.credits a:active {color:#006633; text-decoration: none;}
