﻿/***** Body - the text size is percentage-based *****/
body {
	border-style: none;
	margin: auto;
	padding: 0;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #2E5C2F;
	color: #000000;
}
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }
} 
p {
	font-size: 1em;
	color: #000000;
	line-height: 1.3em;
	background-color: #FFFFCC;
	margin-top: .3EM;
	margin-bottom: .3EM;
}
h1 {
	color: #000000;
	font-size: 1.5em;
}

h2 {
	color: #000000;
	background-color: inherit;
	font-size: 1.2em;
	margin: 0 0 5px;
}

h3 {
	margin: 0em 0 .5em 0;
	color: #000000;
	font-size: 1.2em;
}
h4 {
	color: #000000;
	background-color: inherit;
	font-size: 1em;
	margin: 1em 0 .3em 0;
	text-decoration: underline;
	font-weight: normal;
}

/***** Container - This contains the page in a specific width box. *****/
#wrap {
	border: thin solid #000000;
	background: #FFFFFF;
	color: #000000;
	margin: 0 auto;
	width: 1024px;
}

/***** Links - Note the color schemes should changed based upon the customer. *****/

a {
	color: #339933;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

#header {
	border: 0;
	background-image: url("/images/siteparts/header_1024_106.jpg");
	background-repeat: no-repeat;
	width: 1024px;
	height: 106px;
}

#subhead {
margin:0 0 10px;
clear:left;
float:left;
width:1024px;
text-align: center;
background-color:#333333;
}

#subhead p {
font-size:1.0em;
color:#ffffff;
padding: 2px 0 2px 0;
background-color:inherit;
font-weight:bolder;
}

#subhead p a {
color:#ffffff;
}

#subhead p a:hover {
color: #ffcc33;
text-decoration:none;
}


/***** Generic Float Classes (for alignment) *****/

/** This floats the item to the right and puts a right margin. 
Can be used for items inside of div tags. Can also be used to position a div. **/
.floatright {
float:right;
margin:0 10px 0 0;
}

/** This floats the item to the left and puts a left margin. 
Can be used for items inside of div tags. Can also be used to position a div. **/
.floatleft {
float:left;
margin:0 0 0 10px;
}

.center {
text-align:center;
}


/***** Left Navigation Menu *****/
#leftnav {
	clear: left;
	float: left;
	width: 120px;
	padding: 5px 1px 0 8px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
ul.menu {
	width: 125px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
ul.menu li {
	width: 123px;
	line-height: 1.3em;
	display: inline;
	color: #008000;
	padding: 0;
}
ul.menu li a {
	border: 1px solid #FFFFFF;
	font-size: 1em;
	color: #008000;
	font-weight: bold;
	display: inline;
	width: 123px;
	float: left;
	margin-bottom: 5px;
}
ul.menu li a:current {
}
ul.menu li a:active {
}
ul.menu li a:hover {
	border: 1px solid #C0C0C0;
	text-decoration: none;
}

ul.menu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.menu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.menu ul ul {
width:113px;
}

ul.menu ul ul a {
width:100px;
}


/*******   Pick a Content area based on your layout. There are four to choose from: 
1) Three Column with a left and right navigation; 
2) Two Column with a left navigation only; 
3) One Column with no navigation; 
4) Two Column with a right navigation only. 
*****/


/***** CONTENT: 3 Column *****/
#content_three{
margin:0 135px 5px 140px;
padding:0 8px 0 8px;
line-height:1.6em;
border-left: 2px solid #f5dd80
}

/***** CONTENT: 2 Column *****/
#content_two{
	margin: 0 0px 5px 135px;
	padding: 0 5px 0 5px;
	border-left: 2px solid #f5dd80;
	border-left-color: #008000;
	border-left-width: 3px;
	background-color: #FFFFCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #008000;
	border-right-style: solid;
	border-right-width: 8px;
	border-right-color: #FFFFCC;
}

/***** CONTENT: 1 Column *****/
#content_one{
margin:0 10px 5px 10px;
padding:0 0 0 0
line-height:1.6em;
}

/***** CONTENT: 2 Column with Right Navigation *****/
/**** NOTE: The right navigation for this layout can ONLY be used as a help/wizard area ***/
#content_right{
margin:0 145px 5px 10px;
padding:0 10px 0 0;
line-height:1.6em;
border-right: 2px solid #f5dd80
}

/***** Footer *****/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px;
	border-top: 2px solid #ffcc33;
	width: 980px;
	text-align: center;
	color: #000000;
	background: inherit;
	font-size: 0.9em;
	border-top-color: #008000;
}

#version {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 5px;
	width: 760px;
	text-align: center;
	color: #000000;
	font-size: 1.0em;
}

#navlist a:visited {
color: #888888;
background-color: inherit;
text-decoration: none;
outline:none;
width:88px;
}

.right {
	text-align: right;
}

.newsdate {
	font-size: 1.2em;
	color: #000000;
	margin: .75em 0em .25em 0px;
	font-weight: bold;
}
.center {
	text-align: center;
}

.newsdatetop {
	font-size: 1.2em;
	color: #000000;
	margin: 0em 0em .3em 0px;
	font-weight: bold;
}
.itemdatetop {
	font-size: 1.2em;
	color: #000000;
	margin: 0em 0em .3em 0px;
	font-weight: bold;
	text-align: right;
}
.itemtext {
	font-size: 1em;
	margin-top: 0px;	
}
.itemheading {
	font-size: 1.05em;
	line-height: 1em;
	margin-bottom: 0px;
	cursor: hand;
}
.event_centered {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 8px;
	padding-right: 3px;
	margin-right: 3px;
	width: 225px;
}
.event {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
	padding-bottom: 8px;
	margin-bottom: 8px;
	vertical-align: top;
}
.eventdate {
	font-size: medium;
}
.nondisplayflag {
	color: #000000;
	background-color: #FF0000;
	font-weight: bold;
}
.eventtime {
	margin-top: 12px;
	margin-bottom: 12px;
}

