body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	background-color: #5D5D5B;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* format the masthead ------------------------------------------------------ */
#header {
	background-image: url(../Media/background_2pg_mast.gif);
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}


/* format and position the user navigation ( home, site map, contact, feedback ) -----------------------*/
#usernav {
	font-size: .75em;
	font-weight: bold;
	position: absolute;
	top: 56px;
	right: 0px;
	color: #EAEACA;
	white-space: nowrap;
	display: block;
}

#usernav .navtab {
	background-color: #5D5D5B;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#usernav a {
	text-decoration: none;
	color: #EAEACA;
}

#usernav a:hover {
	color: #FFFFFF;
}

/* format the nav "on" state ---- */
#usernav a.on {
	color: #FFCC00;
}

#usernav .tabarc{
	background-image: url(../Media/2pg_usernav_arc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* format the top-level navigation ----------------------------------------------- */


/* format and position the themeline ----------------------------------- */
#themeline {
	position: absolute;
	top: 120px;
	right: 0px;
	z-index: 4;

}

/* format and position the area which contains the page content and footer -------------------- */
#mainarea {
	background-image: url(../Media/background_home_mainarea.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	top: 132px;
}

#mainarea ul
{
	margin-bottom: 8px;
	margin-top: 8px;
}

#mainarea ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 20px;
	list-style-type:circle;
}

#mainarea p
{
	font-size: 1em;
	margin-right: 10px;
}

/* format the right column ----------------------------------------------- */
#rightcol {
	font-size: .75em;
	float: right;
	width: 170px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
}

#rightcol p {
	margin-left: 10px;
	font-size: .85em;
}

.righthead {
	font-size: 1.25em;
	font-weight: bold;
	color: #C63C47;
	line-height: 140%;
	margin-top: 12px;
}

/* format the "feature" element for the right column */
.feature-right {
	border: 1px solid #F8C05A;
}

.feature-right p {
	padding: 0px 0px 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: .95em;
}

.featurehead{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F8C05A;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;

}

/* format the area which contains the center and right columns -------------------- */
#content {
	margin-right: 10px;
	margin-left: 170px;
	padding-top: 20px;
	background-color: #ffffff;
}

#content ul li{
list-style-position: outside;
}

/* format the main headline (page title) atop the content */
.pagetitle {
	font-size: 1.5em;
	color: #34484B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969B88;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 27px;
}
span.pagetitle {
	font-size: 1.5em;
	color: #34484B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969B88;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 27px;
}
/* use this style for the main topic text within the page title
on topic sub pages ( ie "About Us: HISTORY ) */
.pagetitle-smalltext {
	font-size: 1em;
	line-height: 14px;
	color: #969B88;
	white-space: nowrap;
	display: block;
	margin-right: 4px;
	margin-top: 2px;
	padding-bottom: 32px; /* moves the second line on bigtext line breaks over */
	overflow: hidden; /* hides the above padding so the pagetitle is underlined properly */
	float: left;
	clear: right;
}

.pagetitle-bigtext {
	display: block;
	padding-bottom: 2px;
	margin-right: 20px;
	font-style: italic;
}

/* format the left column ------------------------------------------ */
#leftcol {
	float: left;
	padding: 40px 0px 0px 12px;
	display: block;
	width: 135px;
	font-size: .8em;
}

#leftcol ul {
	margin: 0px;
	padding: 0px;
}

#leftcol ul li {
	list-style-type: none;
	padding: 0px 0px 8px;
	margin: 0px;
}


#leftcol ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	background-image: url(../Media/navbullet_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 13px;
}

#leftcol ul li a.on {
	color: #CC3333;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../Media/navbullet_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftcol ul li a.on:hover {
	color: #CC3333;
}

/* change the color of the bullet next to a nav element on mouserover  */
#leftcol ul li a:hover {
	color: #000000;
	background-image: url(../Media/navbullet_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* formatting for navigation headline element in left column */
#leftcol .navhead {
	padding-top: 0px;
	padding-bottom: 4px;
	font-weight: bold;
}

/* use this style to format a special notation within the left column */
#note {
	font-size: .95em;
	background-color: #F4F1E4;
	padding: 4px;
	border: 1px solid #CCCC99;
}
#note p
{
	font-size: .8em;
}

/* format the center column --------------------------------------------- */
#centercol {
	font-size: .85em;
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 1%; /* workaroud for ie wrap issue */
	margin-right: 180px;
}


h1 {
	font-size: 1.4em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2 {
	font-size: 1.25em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 2px;
	margin-bottom: 12px;
}

.clear {
	clear: both;
}

/* format the TOP button */
.top {
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	clear: both;
}

.top a {
	color: #3366CC;
	text-decoration: none;
	background-image: url(../Media/top_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	font-size: 12px;
}

.top a:hover {
	color: #97B4DA;
	text-decoration: none;
	background-image: url(../Media/top_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* format the footer -------------------------------------------------- */
#footer {
	background-color: #5D5D5B;
	font-size: 11px;
	color: #FFFFCC;
	text-align: center;
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	visibility: visible;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Cara's Additions */

p.highlight
{	
	font-size: 13px;
	font-weight: bold;
}

table.nav
{
	position: absolute;
	right:0px;
	color: #333300;
	top: 75px;
	width: 83.7%;
	
}

td.nav
{
	color: #333333;
	text-decoration: none;
	border-left: 1px solid #5D5D5B;
	width: 125px;
	vertical-align: top;
	font-size: .8em;
	font-weight: bold;
	padding-left: 2px;
	text-align: center;

}

#nav a:link
{
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	background-color: #EAEACA;
	display: block;
}

#nav a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
}


/* format the nav "on" state ---- */
#nav a.on {
	background-color: #F7B850;
	display: block;
}



h4
{
	margin-bottom: 10px;

}
h5
{
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 5px;
}

#content ol li{
font-size: 100%;
line-height: 20px;
}

.style1 {
color: #804040; margin-top: 5px; 
}