﻿/*** Global Settings ***/

html, body
{
	border: 0;
	margin: 0;
	padding: 0;
}

a
{
	color: #FFFF99;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
}

body
{
	background-position: top;
	background: #A0A0A5 url( '../images/topGradient.png' ) repeat-x top;
	color: #000000;
	font: 76% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

/*** Main container ***/

#container
{
	background: #EBEAD1 color:##333E46;
	min-width: 950px;
	font-size: 1.0em;
	text-align: left;
	width: 100%;
}

/*** Top Nav ***/

#topnav
{
	position: absolute;
	top: 200px;
	height: 25px;
	width: 100%;
}
#topnav ul
{
	margin: 0px 18px 0px 50px;
	padding: 0px; /*Firefox and Opera needed this to snug the first link to the left edge.*/
}
#topnav li
{
	display: block;		
	float: left;
	list-style: none;	
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topnav li a
{
	font-weight: bold;
}

#topnav li a:hover
{
	color: #ffffff;
}

#titleLeaves
{
	background: url( '../images/titleLeaves.png' );
	position: absolute;
	width: 419px;
	height: 107px;
	left: 200px;
	top: 69px;
	visibility: hidden;
	background-repeat: no-repeat;
}

#titles
{
	background: url( '../images/logowebsite2.png' );
	position: absolute;
	width: 807px;
	height: 127px;
	left: 80px;
	top: 50px;
	background-repeat: no-repeat;
}

#selectorLeaf
{
	background: url( '../images/selectorLeaf.png' );
	position: absolute;
	width: 56px;
	height: 64px;
	left: 621px;
	top: 180px;
	background-repeat: no-repeat;
}

/*** ContentWrap ***/

#contentWrap
{
	margin: 290px 0px 0px 0px;
}

/*** RightSidebar ***/
/* Note:  not very many pages will use this, 
so there is NO "visible" styling in this tag */
#rightSidebar
{
	float: right;
	margin-right: 34px;
	width: 256px;
}
#rightSideBarHeader
{
	border-style: solid solid none solid;
	border-width: 4px;
	border-color: #282832;
	background-color: #666699;
	padding: 3px 14px 3px 14px;
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.newsBar
{
	background-color: #CCCCE0;
	padding: 14px;
	border: 4px solid #282832;
	font-size: .9em;
}
.newsDate
{
	font-style: italic;
	font-weight: bold;
}

/*** Content ***/

#content
{
	margin-left: 50px;
	margin-right: 320px;
	line-height: 1.4em;
}
#content h1
{
	font-size:1.3em;
	font-weight: bold;
}
#content h2
{
	font-size:1.2em;
	font-weight: bold;
}
#content h3
{
	font-size:1.1em;
	font-weight: bold;
}
content h4
{
	font-size:1.0em;
	font-weight: bold;
}
#content p
{
	font-size: 1.1em;
}
#content .sF
{
	font-style: italic;
	color: #009933;
}

#content a
{
	font-weight: normal;
}

.listItalics
{
	font-style: italic;
	color: #FFFFFF;
}
.narrativeElement
{
	clear: both;
	margin: 15px 0px 15px 0px;
}
.floatLeft
{
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatRight
{
	float: right;
	margin: 0px 0px 15px 15px;
}

/*** Footer ***/

#footer
{
	border-color: #1E1E28;
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	border-top-style: solid;
	border-top-width: 4px;
	margin-top: 34px;
}

