/* HOME PAGE LAYERS */

#homePhotoHeader {
	left: 0px;
	top: 0px;
	 width: 960px; 
	 height: 305px; 
	 z-index: 1; 
	 background-color: #DEF0FB;
}

#homeBrownNav {
	 left: 0px; 
	 width: 960px; 
	 height: 22px; 
	 z-index: 6; 
	 background-color: #2E381A;
}

#homeTable {
	position: static;
	width: 960px;
}

#homeLogo {
	 background-color: #E6F3FB;
}

#homeText {
	 background-color: #F0F8FC;
}

#hotTopics {
	position: relative; 
	left:40px; 
	top:17px;
}

#homeSecondaryNav {
	 background-color: #F0F8FC;
}

#homeFooter {
	 position: static; 
	 left: 0px; 
	 top: 568px; 
	 width: 960px; 
	 z-index: 4; 
	 background-color: #C3EBFB;
}

/* SUBPAGE LAYERS */

#subpageHeader {
	 left: 0px; 
	 top: 0px;
	 width: 770px;
	 height: 164px;
	 background-color: #DEF0FB;
}

#subpageHeaderPhoto {
	 position: absolute; 
	 width: 569px; 
	 height: 145px; 
	 z-index: 1;
}

#subpageLogo {
	 position: absolute; 
	 left: 569px; 
	 height: 145px; 
	 z-index: 2; 
	 background-color: #DEF0FB; 
	 border: 1px none #000000;
}

#subpageNav {
	 position: relative; 
	 top: 145px; 
	 left: 0px; 
	 width: 770; 
	 height: 22px; 
	 z-index: 2; 
	 background-color: #2E381A;
}

#subpageSubnav {
	 position: absolute; 
	 left: 569px; 
	 top: 212px; 
	 width: 200px;
}

#subpageTextHeader {
	position: absolute;
	left: 20px;
	top: 190px;
	width: 299px;
}

#subpageText {
	 position: absolute; 
	 left: 20px; 
	 top: 212px; 
	 width: 522px; 
	 z-index:3;
}

/* POPUP LAYERS */

#closeWindow {
	position: absolute;
	top: 13px;
	left: 536px;
}

#popupHeader {
	position: absolute;
	top: 87px;
	left: 36px;
	width: 220px;
}

#popupText {
	position: absolute;
	top: 180px;
	left: 287px;
	width: 325px;
}

/* TEXT STYLES */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0;
	background-repeat: no-repeat;

}

a:link
{
	color: #386323;
}

a:visited
{
	color: #BC5476;
}

a:hover
{
	color: #386323;
}

a:active
{
	color: #666666;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
	color: #666600;
}

table, tr, td
{
	font-size: 12px;
}

.bodyQuote
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

.bodyQuoteCaption
{
	font-size: 0.9em;
}

ul {
	list-style-image: url(images/bullet_green.gif);
	margin-left: 0.5em;
	padding-left: 1em;
}

.bigIndent {
	padding-left: 120px;
}

.hotTopic {
	font-size: 1.0em;
	line-height: 1.2em;
	color: #3F4625;
	padding-right: 14px;
	padding-bottom: 14px;
}

.footerLink
{
	color: #666600;
}

a.footerLink:link
{
	color: #666600;
}

a.footerLink:visited
{
	color: #666666;
}

a.footerLink:hover
{
	color: #666666;
}

a.footerLink:active
{
	color: #666666;
}

.calendarMonth
{
	font-weight: bold;
	color: #5B7B18;
}

.calendarBoxed
{
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.popupBody
{
	line-height: 1.2em;
}

.pageTitle 
{
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 24px;
	  font-style: normal;
	  font-weight: bold;
	  font-variant: normal;
	  color: #000;
}
.homepageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
}
.homepageSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
}

