
body {
   background-color: #ffffff;
   margin: 0px;
   padding: 0px;
}
p, h1, h2, h3, li {
   font-family: Arial, Helvetica, sans-serif;
	background: transparent;
}
a, a:visited {
   text-decoration: none;
}
a:hover {
   text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
   height: 1px;
   color: #006d75;
   background-color: #006d75;
}
#logobar {
   background: #c6dbde url(images/logobar_bg.gif) right no-repeat;
   height: 80px;
}
#logobar img {
   margin: 10px;
   border: 0px;
}
#topnav {
   background-color: #006d75;
}
#topnav p {
   margin: 0px;
   padding: 0px;
}
#main {
}
#content {
   padding: 5px 15px 15px 15px;
   background: url(images/content_bg.gif) top right no-repeat;
}
#content p {
   font-size: 80%;
   color: #000000;
	margin-top: 0px;
   margin-bottom: 10px;
}
#content a, #content a:visited {
   color: #006d75;
   text-decoration: underline;
}
#content a:hover {
   color: #c24530;
   text-decoration: none;
}
#content h1 {
   font-size: 90%;
   color: #006d75;
   margin-top: 0px;
   margin-bottom: 10px;
}
#content h2 {
   font-size: 80%;
   color: #006d75;
   margin-top: 0px;
   margin-bottom: 10px;
}
#content ul {
   list-style: square;
   margin-top: 0px;
   margin-bottom: 10px;
}
#content ol {
   margin-top: 0px;
   margin-bottom: 10px;
}
#content li {
   font-size: 80%;
   color: #000000;
}
#content .img {
   border: 1px solid #006d75;
}
#content .imgr {
   border: 1px solid #006d75;
   margin-left: 15px;
}
#content .imgl {
   border: 1px solid #006d75;
   margin-right: 15px;
}
#content .closeup td p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .tighten td p {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .tighten td h2 {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .borderedtable {
   border-left: 1px #006d75 solid;
   border-top: 1px #006d75 solid;
   margin-top: 20px;
   margin-bottom: 20px;
}
#content .borderedtable td, #content .borderedtable th {
   border-right: 1px #006d75 solid;
   border-bottom: 1px #006d75 solid;
}
#content .borderedtable td p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .borderedtable th p {
   color: #006d75;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer {
}
#footer p {
   padding-top: 4px;
   padding-bottom: 4px;
   font-size: 70%;
   color: #666666;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
}
#footer a, a:visited {
   color: #006d75;
   text-decoration: none;
}
#footer a:hover {
   color: #c24530;
}

