body {
	background-color: #008080;
}

#wrap {
min-height: 80%;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
margin-top: -12px;
margin-bottom: 0px;
width: 1000px;
}
* html #wrap {height:100%}
img{/*remove borders from all images*/
	border: none;
}

.skiplink{
	display: none;
}
#innerwrap {
position: relative;
min-height: 100%;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
width: 1000px;
}
#leftmenu {
position: absolute;
left: 0px;
top: 0px;
width: 125px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 10px;
padding-right: 5px;
border: 0px;
color: #008080;
background-color: #ffffff;
text-align: center;
font-weight: bold;
font-size: 90%;
text-decoration: none;
min-height: 610px;
}


#header {
position: absolute;
z-index: 1;
top: 0px;
left: 130px;
width: 693px;
margin-left: 0px;
margin-top: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 5em;
padding-right: 5em;
height: 70px;
background-color: #ffffff;
border: 0;
/*set width to invoke scroll bar rather than dropdown menu carrying on underneath*/
}


#pagetitle{
position: absolute;
top: 70px;
left: -90px;
margin-left: 130px;
width:750px;
background-color: #ffffff;
height: 30px;
}



#content {
position: relative;
top: 100px;
left: 130px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0;
background-color: #ffffff;
padding: 5px 5px;
width: 857px;
min-height: 500px;
}


#content a:link {
background: #ffffff;
color: #008080;
text-decoration: underline;
}     /* unvisited link- teal*/
#content a:visited {
color: #088484;
background: #ffffff;
text-decoration: underline;
}  /* visited link- pale teal*/
#content a:hover {
color: #088484;
text-decoration: underline;
background: #ffffff;
}   /* mouse over link - pale teal */
#content a:active {
color: #088484;
background: #ffffff;}   /* selected link - pale teal */
.indent {
	text-indent: 50px;
		}

#clearfooter {
clear:both;
height:200px;
overflow:hidden;
}


#footer {
position: relative;
bottom: 30px;
left: -135px;
padding: 5px 5px;
margin-top: -130px;
background-color: #ffffff;
height:200px;
width: 990px;
}
#footer a.totop:link {
background: #ffffff;
color: #008080;
margin: -5px;
}     /* unvisited link- teal*/
#footer a.totop:visited {
color: #008080;
background: #ffffff;
margin: -5px;
}  /* visited link- black*/
#footer a.totop:hover {
color: #088484;
background: #ffffff;
margin: -5px;
}   /* mouse over link - pale teal */
#footer a.totop:active {
color: #088484;
background: #ffffff;
margin: -5px;
}   /* selected link - pale teal */



h1 {
color: #008080;
text-align: center;
font-family: Technic, garamond, 'times new roman', 'sans serif';
font-size: 150%;
background-color: transparent;
}/*used for page headers*/

h2 {
color: #008080;
text-align: center;
font-family: garamond, 'times new roman', 'sans serif';
font-size: 120%;
background-color: transparent;
}/*used for topic headers*/

h3 {
color: #008080;
text-align: left;
font-family: garamond, 'Arial', 'sans serif';
font-size: 100%;
background-color: transparent;
}/*used for subheadings*/

p {
color: #000000;
text-align: left;
font-family: garamond, 'times new roman', serif;
font-size: 100%;	
background-color: transparent;
}/*used for standard text*/

a:link {
background: #ffffff;
color: #008080;
text-decoration: underline;
}     /* unvisited link- teal*/
a:visited {
color: #088484;
background: #ffffff;
text-decoration: underline;
}  /* visited link- pale teal*/
a:hover {
color: #088484;
text-decoration: underline;
background: #ffffff;
}   /* mouse over link - pale teal */
a:active {
color: #088484;
background: #ffffff;}   /* selected link - pale teal */


ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 90%;
	}





* html #content,
* html #main {
height:1px;
}

