/* CSS name ... name:pseudo-class ... name.class ...  name#style */

/* Limit margins and padding  */
* {
  margin: 0;
  padding: 0;
  line-height: 1.35;
}

body {
    background: #65AB9F url("images/tealbar2peddna.jpg");
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 100%;
}

#bold {
	font-weight: bold;
}
#container {
    position: absolute;
    width: 900px;
  }

#content {
    background-color: #ffffff;
    position: absolute;
    left: 80px;
    padding: 10px .8em 20px .8em;
    min-width: 800px;
    max-width: 800px;
	min-height: 800px;
	border-width: 1px;
	border-style: solid;
	border-color: #412700; 
}

#pagetext {
	background-image: url(contentbgnd.gif); 
	background-repeat: repeat-x;
    background-color: #ffffff;
}

#logohdr {
    background: #ffffff;
}

#navbar{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	margin-left: 60px;
	font-size: 110%;
	font-weight: bold;
}

.logo2 {
	font-size: 110%;
	font-weight: bold;
}

#adrs {
 font-size: 80%;
 font-weight: normal;
 font-style: normal;
}

#footing {
 font-size: 80%;
 font-weight: normal;
 font-style: normal;
 text-align: center;
}

blockquote {
  margin: 30;
  padding: 0;
  line-height: 1.15;
}

img {
	border-width: 0;
}

a:link, a:visited, a:active {text-decoration: none; font-weight: bold}
a:link, a:hover, a:active {color: #18483d; } 
a:hover {text-decoration: underline; font-weight: bold; background-color: #edd3b5}
a:visited {color: #719d93; }


H1 { font-size: 125%; text-align: center; padding: 10px 0 10px 0;}
H2 { font-size: 110%; text-align: margin-top: 1em; padding: 10px 0 10px 0;}


li {
	margin-top: 1em;
	margin-left: 2em;
}

.sup {
	font-size:80%; 
}