body {
	background-color: #B5C1B3;
	margin-top: 50px;
}
acronym{  border-bottom: 1px dotted #000;
          cursor : help;
}
#frame {
   width: 680px;
	margin: 0px auto 0px auto;
	padding: 4px;
	background-color: #ebebeb;
	border: 1px dotted #888;
}
#top {
	height: 120px;
	background-image: url(../img/banner.jpg);
   background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #888;
	border-bottom: none;
}
#top img {
	margin: 20px auto auto 90px;
	border: none;
}
#main {
   margin: 0px;
	height: 100%;
	padding: 0px;
	background-color: #A2B09F;
	border: 1px solid #000;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	
	/*   -->  /inc/nav.inc.php
	
	background-image: url(../img/<?php echo "$thisPage"; ?>.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}
#main h1 {
	margin: 0px auto 5px 0px;
	width: 100%;
	background-image: url(../img/head-tile.png);
	background-repeat: repeat-x;
}
p{
	margin: 5px;
}
.left{
   float: left;
   width: 20%;
	margin-left: 5px;
	padding: 5px;
	background-color: #E1E5E0;
	text-align: justify;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
	font-weight: bold;
	color: #035C7A;
	border: 1px solid #000;
	border-top: 1px dotted #006A00;
	border-left: 1px dotted #006A00;
}
.left h2 {
	margin: 3px auto 5px 8px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
	font-weight: normal;
	color: #CD7934;
	text-align: left;
}
.left ul { margin: 0px;
           padding: 0px;
           list-style-type: none;
}
.left li { margin: 0px;
}
.left li a { margin: 2px;
             padding: 2px;
             width: 95%;
             display: block;
				 border: 1px dotted #006A00;
             color: #6D8086;
             text-decoration: none;
             }
.left li a:hover {
  border: 1px solid #CD7934;
  color: #A3B0B5;
             }
.left a.current {
  color: #000;
  border: 1px solid #006A00;
  border-top: 1px dotted #006A00;
  border-right: 1px dotted #006A00;
}
.left a.current:hover {
  color: red;
  border: 1px solid #006A00;
  border-top: 1px dotted #006A00;
  border-right: 1px dotted #006A00;
}

.xtra {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 9px;
}
.xtra li {
	margin-left: 10px;
	width: 85%;
}

.right{
   float: right;
   width: 72%;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #E1E5E0;
	text-align: justify;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
	color: #035C7A;
	border: 1px solid #000;
	border-top: 1px dotted #006A00;
	border-left: 1px dotted #006A00;
}
.right h2 {
	margin: 10px auto 10px 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 16px;
	font-weight: normal;
	color: #CD7934;
	text-align: left;
}
.right a {
	color: #035C7A;
	text-decoration: none;
	border-bottom: 1px dotted #035c7a;
}
.right a:hover {
   color: #000;
	border-bottom: 1px dotted #CD7934;
}

.copy {
   margin: 5px auto 5px auto;
	padding: 0px;
	width: 99%;
	text-align: center;
	background-color: #E1E5E0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
	color: #000;
	border: 1px solid #000;
	border-top: 1px dotted #006A00;
	border-left: 1px dotted #006A00;
	clear: both;
}
.copy a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.copy a:hover {
   color: #CD7934;
}