@charset "UTF-8";
/*****************************************
              Layout Styles
******************************************/
/** {
	margin: 0;
}
*/
body {
	background: #333;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #222;
}
#container {
	width: 759px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: url(../images/header.gif) no-repeat;
	height: 115px;
}
#header h1 {
	margin: 0; /*prevent margin collapse*/
	text-indent: -9999px; /* move content off visible screen for image replacement */
}
#container #header p {
	text-indent: -9999px;/* move content off visible screen for image replacement */
}
#mainContent {
	background: #FFF;
}
#footer {
	background:#333;
}
#footer p {
	margin: 0; /* prevent margin collapse */
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
}
.rightRule { /* td for vertical navigation */
	border-right: 4px solid #333;
	background: #999999;
}
#content { /* page content */
	margin: 0px;
	padding: 0px 20px 10px 10px;
	background: #FFF;
	font-size: 0.95em;
}
#currentNews {
	font: bold 1em Arial, Helvetica, sans-serif;
	letter-spacing: 0.12em;
	margin-top: 30px;
	padding-bottom: 15px;
}
#currentNews ul {
	list-style-type: none;
	padding-left: 5px;
}
#currentNews li {
}
#currentNews a {
	display: block;
	padding: 10px;
	width: 180px;
	margin: 0px;
}
#currentNews a:link, #navBarList a:visited {
	color: #2E4C6F;
	text-decoration: none;
}
#currentNews a:hover {
	background-color: #60768F;
	color: #FFF;
}
/*******************************************************************************
   Vertical Navigation - for accessibility html navigation is unordered list
*******************************************************************************/
#navcontainer {
	width: 201px;
	font-weight: bold;
	background: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#navcontainer h1 {
	padding-left: 10px;
	margin: 0; /* prevent margin collapse */
	padding-top: 0px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 1em;
	list-style-type: none;
}
#navcontainer li {
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 191px;
	background-color: #999;
	border-bottom: 1px solid #FFF;
}
#navcontainer a:link, #navlist a:visited {
	color: #FFF;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #60768F;
	color: #FFF;
}
/* Current page is indicated with a blue (#60768F) background and white text. Attach class to a href */
#navcontainer a.current {
	background-color: #60768F;
	color: #FFF;
	background-image: none; 
	cursor: default;
}

/**************************************************************************************
    Horizontal Navigation -  remainder of formatting is in SpryMenuBarHorizontal.css
***************************************************************************************/

#navBarContainer {
	height: 30px;
	background-color: #999;
}
#navBarContainer a.current {
	background-color: #60768F;
	color: #FFF;
	background-image: none; 
	cursor: default;
}
#navBarContainer a.last { /* eliminate white navigation divider on last item */
	border-right: 2px solid #999;
}
#navBarContainer a.currentLast {
	background-color: #60768F;
	border-right: 2px solid #60768F;
	color: #FFF;
	background-image: none; 
	cursor: default;
}

/*****************************************
           Navigation Styles
******************************************/
a:link {
	color: #2E4C6F;
	text-decoration: none;
}
a:visited {
	color: #2E4C6F;
	text-decoration: none;
}
a:hover {
	color: #2E4C6F;
	text-decoration: underline;
}
a:active {
	color: #2E4C6F;
	text-decoration: underline;
}
/*****************************************
           Presentation Styles
******************************************/
h1 {
	font-size: 1.2em;
	color: #2E4C6F;
	letter-spacing: 0.15em;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1em;
	color: #2E4C6F;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.notation {
	font-style: italic;
	font-size: 0.9em;
}
