body							{ 
	text-align: center; 
	background: #CCCCCC url('/images/screenBack.gif') repeat; 
	color: #000000; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a	{ color: #666666; background-color: transparent; font-weight: bold; }
a:hover	{ color: #000000; background-color: transparent; font-weight: bold; }


#screen	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}


#siteContainer	{ 
	color: #000000; 
	background: transparent url('/images/siteContainerBack.gif') repeat;
	padding: 0px 0px 0px 0px; 
	width: 760px; 
	margin: 0px auto 0px auto;
	text-align: left; 
}




#siteContainerLiner	{ 
	color: #000000; 
	background: transparent url('/images/siteContainerLinerBack.gif') no-repeat bottom left;
	padding: 0px 0px 0px 0px; 
	margin: 0px auto 0px auto;
	text-align: left; 
}

#mastHead	{
	height: 80px;
	background: transparent url('/images/bannerBack.jpg') no-repeat top left;
	font-size: 1em;
	color: #FFFFFF;
	padding: 175px 0px 0px 5px; 
	margin: 0px 5px 0px 5px;
	font-weight: bold;
}

#mastHeadLeft	{
	width: 300px;
	float: left;
	text-align: left;
}

#mastHeadRight	{
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 5px;
}

#subMenuPanel	{

}

#contentPanel	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: transparent;
	color: #000000; 
	font-size: 0.8em; 
	text-align: left; 
	padding: 0px 10px 10px 0px; 
	margin: 0px 0px 10px 200px;
}



#gototop	{ 	clear: both; font-size: 0.6em; text-align: center; }

#screenreader	{ position: absolute; left: 0px; top: -500px; width: 1px; height: 1px; overflow: hidden; }


#adminmenu	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #CC0000; margin: 0px; padding: 1px; color: #FFFFFF; font-size: 0.6em; text-align: left; line-height: 1.6em; }

#adminmenu a	{ color: #FFFFFF; background-color: #FF0000; font-weight: bold; text-decoration: none; border: 1px solid #FFFFFF; padding: 0px 3px 0px 3px; margin: 0px 1px 5px 1px; }

#adminmenu a:hover	{ color: #FFFFFF; background-color: #999999; font-weight: bold; text-decoration: none; border: 1px solid #FFFFFF; padding: 0px 3px 0px 3px; margin: 0px 1px 5px 1px; }

#siteFooter		{ 
	font-size: 0.8em;
	margin: 0px auto 0px auto;
	text-align: center;
}

#inputError					{ color: #FFFFFF; background-color: #CC0000; text-align: center; font-size: 1em; font-weight: bold; padding: 10px 10px 10px 10px; margin: 10px 40px 10px 40px; }


#comment					{ color: #000000; background-color: #EEEEEE; text-align: center; font-size: 1em; font-weight: bold; padding: 10px 10px 10px 10px; margin: 10px 40px 10px 40px; border: 2px solid #000000; }


div.reset	{ clear: both; line-height: 0em; }


#navBar	{
	color: #000000;
	background-color: transparent;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 5px; 
	width: 180px;
	float: left;
}

#navBar a	{
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	display:block;
	margin: 0px 0px 2px 0px; 
	padding: 5px 5px 5px 5px; 
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
}

#navBar a.active	{
	font-weight: bold;
	text-decoration: none;
	background: transparent url('/images/button-on.gif') no-repeat top right;
	display:block;
	margin: 0px 0px 2px 0px; 
	padding: 5px 5px 5px 5px; 
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
}

#navBar a:hover, #navBar a.active:hover	{
	background: #000000 url('/images/button-over.gif') no-repeat;
	color: #FFFFFF;
}

#navBar #underNavPanel	{
	text-align: center;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
}

#navBar #underNavPanel a, #navBar #underNavPanel a:hover	{
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	display:inline;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	border: 0;
	color: #000000;
}


#siteNavBar	{
	
}


#subMenuPanel	{
	
}


.tiny	{ font-size: smaller; }
.smaller	{ font-size: smaller; }
.comic	{	font-family: 'Comic Sans MS', Textile, cursive;	}
.courier	{	font-family: 'Courier New', Courier, monospace;	}
.times	{	font-family: "Times New Roman", Times, Georgia, serif;	}
.impact	{	font-family: Impact, Charcoal, sans-serif;	}




#contentPanel td.article					{ font-size: x-small; color: #000000; background-color: transparent; text-align: left; border-bottom: 1px dashed #002291; padding: 2px 0px 5px 0px; }
#contentPanel td.article .link					{ font-weight: bold; }
#contentPanel td.article .articleDate			{ font-size: xx-small; font-style: italic; }
#contentPanel td.article .articleSynopsis	{ font-size: x-small; font-style: italic; }
#contentPanel td.article .readMore				{ font-size: xx-small; }
#contentPanel p.articleArchiveLink				{ font-size: x-small; font-weight: bold; padding-left: 75px; }
#contentPanel p.articleHyperlink				{ font-size: x-small; text-align: right; }
#contentPanel p.article			{ font-size: small; padding-left: 25px; }

#contentPanel .date					{ font-size: xx-small; }
#contentPanel .synopsis			{ font-size: x-small; }
#contentPanel .readMore			{ padding-left: 25px;   }
#contentPanel table.articlePrimaryFile	{ border: 1px solid #EEEEEE; margin: 0px 5px 5px 5px; }
#contentPanel td.articlePrimaryFile		{ font-size: xx-small; text-align: center; padding: 5px 5px 5px 5px; }

div.article									{ margin: 0px 10px 0px 10px; font-size: small; }
div.article p.articleDate				{ font-size: xx-small; }
div.article h2								{ font-size: small; font-weight: bold; }


div.staticPageFileBox, div.staticPageImageBox	{
	text-align: center;
}

#newsHeadlines	{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

#newsHeadlines h1	{
	color: #666666;
	font-weight: bold;
	font-size: 1.4em;
}

div.newsStory	{
	width: 260px;
	float: left;
	min-height: 110px;
	border: 0px dotted #E0E0E0;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
}
div.newsStoryImage	{
	width: 110px;
	height: 105px;
	float: left;
	padding: 0px 0px 5px 0px;
}

div.newsStoryText	{
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 140px;
	float: left;
}
div.newsStoryText	h2	{
	font-size: 1.2em;
	color: #666666;
	background-color: transparent;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

div.newsStoryText	h2 a	{
	color: #666666;
	text-decoration: none;
}

div.newsStoryText a	{
	color: #666666;
}

div.newsStoryText	h2 a:hover, div.newsStoryText a:hover	{
	color: #000000;
}


div.newsStorySplit	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100px;
	width: 10px;
	float: left;
}


div.newsRowSplit	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	width: 500px;
	float: left;
}