body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #E4E4E7;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	background-color: #009999;
	border-bottom: 2px solid #146965;
	color: #f0f0e1;
	font-weight: bold;
	height: 110px;
}

/* Styles for the main text on the page. */

#main-text {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 190px;
	margin-right: 220px;
}

h1 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	color: #118C8C;
	padding-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
	font-size: 1.2em;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 0.9em;
color: #009999;
font-weight: bold;
}

p, ul, ol, table {
	margin-top: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	line-height: 2.5em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #009999;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #CC6633;
font-weight: bold;
text-decoration: underline;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 151px;
left: 3px;
margin: 20px 20px 20px 10px;
width: 150px;
}

#left-menu p {
border-bottom: 1px dotted #009999;
text-align: right;
line-height: 20px;
font-size: .8em;
padding-bottom: 7px;
padding-top: 7px;
margin-bottom: 0;
}

#left-menu a:link, #left-menu a:visited {
color: #009999;
}

#left-menu a:hover, #left-menu a.current {
	color: #CC6633;
	text-decoration: none;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 245px;
right: 9px;
margin: 20px;
width: 170px;
}

#right-column p {
	line-height: 1.4em;
	font-size: 0.8em;
	font-weight: bold;
	color: #BE5C2E;
}
#main-text h3 {
	font-size: 12px;
	font-weight: bold;
	color: #118C8C;
}


#right-column strong {
	color: #BE5C2E;
	font-style: normal;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
background-color: #008A8A;
color: #ffffff;
margin-bottom: 0;
padding-top: 15px;
padding-bottom: 15px;
font-size: 0.7em;
border-top: 2px solid #66C0D0;
}

#footer a:link, #footer a:visited {
color: #f0f0e1;
}

#footer a:hover {
color: #bdbdbd;
text-decoration: underline;
}

/*
------------------------------------------------------
Base on a style sheet by Maxine Sherrin.
Some rights reserved
------------------------------------------------------
*/
#footertext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 10px;
}
