body {
	margin:0px;
	padding:0px;
	text-align:left;
	FONT-SIZE: 12pt;
	font-family: Arial;
	background-color:steelblue;
		background-image: url(images/full_leaf.gif);
	background-repeat: no-repeat;
}

PRE {
	font-family: Arial;
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
	}
	
#main {
	margin:0px;
	padding:0px;
	width:100%;
	text-align:left;
	position:absolute;
	background-color: white;
	background-image: url(images/bottom_leaf.gif);
	background-repeat: no-repeat;
}

#nav {
	FONT-SIZE: 12pt;
	margin: 0px;
	padding: 0px;
	width:100%;
	height: 80px;
	overflow: visible;
	text-align:left;
	/*background-color: #DDA0DD;*/
	background-color: steelblue;
	background-image: url(images/top_leaf.gif);
	background-repeat: no-repeat;
	border-bottom: 2px #000 solid;
	color:  #000;
	font-weight:bold;
	position: relative;

}

.navtitle {
font-size: 18pt;
color:  #000;
padding: 10px;
font-weight:bold;
}


.picture {
border-bottom:5px solid #906;
border-right:5px solid #DDA0DD;
border-top:5px solid #906;
border-left:5px solid #DDA0DD;
}

a.nav, a:visited.nav {
text-decoration:none;
color: #000;
font-weight:bold;
margin:0px;
padding: 3px 10px 0px 10px;
border:1px solid #000;
background-color: 	#fff;
vertical-align:bottom;
}

a:hover.nav {
background-color: steelblue;
text-decoration: none;
}

#content {
position: relative;
margin: 10px 0px 0px 100px;
padding: 10px;
float:left;
font-size: 12pt;
width:750px;

}

#footer {
position: relative;
width:100%;
margin: 0px;
padding: 0px;
padding-bottom: 3px;
text-align:left;
float:left;
font-size: 10pt;
border-top:2px solid #000;
border-bottom:2px solid #000;
}

a:hover.footer {
text-decoration: underline;
}

a, a:visited {
text-decoration: none;
color: #333;
}

a:hover {
text-decoration: underline;
}

.pagetitle {
font-weight:bold;
font-size: 14pt;
}

.contenttitle {
font-weight:bold;
font-size: 12pt;
}

.aboutlink {
font-size: 10pt;
}

a #titlePage {
color: #000;
text-decoration:none;
}

a:hover #titlePage {
color: #000;
text-decoration:none;
}

a:visited #titlePage {
color: #000;
text-decoration:none;
}