/* ######### CSS for top level tabs ######### */

.twitter{
border:1px solid silver;
font:10pt arial black bold;
position:relative;
display:inline;
text-align:left;
background:white;
z-index:100
}

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 2;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: #5C743D;
color: #99CC66;
margin-right: 8px;
text-decoration: underline;
font: bold 18px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #5C743D;
color: white;
}

/* ######### CSS for sub menu container below ######### #99CC66*/

.tabsmenucontentclass{
clear: left;
background: #5C743D; 
width: 90%;
height: 24px;
padding: 5px;
}

.tabsmenucontentclass ul{
margin: 2;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}


.tabsmenucontentclass a{
display: block;
padding: 5px 7px;
background: #5C743D;
color: #99CC66;
margin-right: 8px;
text-decoration: underline;
font: bold 13px Arial;
}


.tabsmenucontentclass a:hover, .tabsmenuclass a.selected{
background: #5C743D;
color: white;
}


.pageembeddedtitleclass 
{
/*display: block;*/
/*padding: 5px 7px;*/
background: #5C743D;
color: #99CC66;
/*margin-right: 8px;*/
text-decoration: none;
font: bold 13px Arial;
}

.pageembeddedlinkclass {
/*display: block;
padding: 5px 7px;*/
background: #5C743D;
color: #99CC66;
/*margin-right: 8px;*/
text-decoration: none;
font: bold 13px Arial;
}


.pageembeddedlinkclass a{
display: block;
padding: 5px 7px;
background: #5C743D;
color: #99CC66;
margin-right: 8px;
text-decoration: none;
font: bold 13px Arial;
}


.pageembeddedlinkclass a:hover, a.selected{
background: #5C743D;
color: white;
}

.newslist ul{
overflow: hidden;
width: auto;
margin: 2;
padding: 0;
list-style-type: none;
}

.newslist li{
float: none;
padding: 4;
list-style-type: none;
}

.newslist img{
text-decoration: none;
border: none;
}


.newslist a{
padding: 5px 7px;
color: black;
margin-right: 8px;
text-decoration: none;
font: 13px Arial;
}


.newslist a:hover, a.selected{
color: darkgreen;
text-decoration: underline;
}


.homescroll div{
text-decoration: none;
border:none;
height:250px;
}


.homescrolllinks ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.homescrolllinks li{
float: none;
padding: 0;
list-style-type: none;
}


.homescrolllinks a{
color: black;
margin-right: 8px;
text-decoration: none;
font: 13px Arial;
border:none;
}

.homescrolllinks a:hover, a.selected, a.img{
color: darkgreen;
text-decoration: none;
border:none;
}

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}


/* ######### CSS for pagination below ######### */

.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
padding: 0 5px;
border: 1px solid lightgreen;
text-decoration: none; 
color: green;
}

.pagination a:hover{
border: 1px solid green;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: green;
color: #FFF !important;
border-color: green;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}

/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
#subnavigation td {
	border-bottom: 1px solid #5C743D;
	}
#subnavigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#CC9933;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:12px 6px 10px 20px;
	}
#subnavigation a:hover {
	background: #99CC66;
	color:#993300;
	}
#sub2navigation td {
	border-bottom: 1px solid #5C743D;
	}
#sub2navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#CC9933;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:12px 6px 10px 20px;
	}	
#sub2navigation a:hover {
	background: #99CC66;
	color:#993300;
	}	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
#pagehead_table {
	padding: 20px
	}
#picture_credit_table{
	background: #CCCC99;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	padding: 10px;
	}
	
/* Class Styles */
	
.newsListText {
	font:16px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #99CC66;
	line-height:21px;
	letter-spacing:.21em;
	}
	
.pageNameSmall {
	font:12px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:20px;
	margin-top:0px;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}	
.line {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:1px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.SubnavText {
	font: 11px Arial, Helvetica, sans-serif;
	color:#003300;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.pictureCaption {
	font: 8px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

	