/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding: 0px;
 background: white;
 color: #333333;
 }

a:link, a:visited {
 color: #520;
 background: transparent;
 font-weight: bold;
 text-decoration: underline;
 }


a:active {
 color: #00FF00;
 }

a:hover {
 color: #337733;
 background-color: #FFFFFF;
 }

a {
 text-decoration: underline;
 }

th {
 font: normal 16px georgia;
 font-weight: bold;
 color: black;
 border-top: solid 1px black;
 border-bottom: solid 1px black;
 }

td {
 font: normal 16px georgia;
 color: black;
 text-align: center;
 }


h2 {
 font: normal 16pt georgia;
 color: black;
 }

h3{
 font-family: georgia;
 color: black;
 font-size: 14pt;
 margin-top: 0px;
 margin-bottom: 0px;
 font-weight: normal;
 }

p {
 font-family: georgia;
 color: black;
 font-size: 12pt;
 text-align: justify;
 margin-top: 0px;
 margin-bottom: 0px;
 }

h1 {
 font: italic 20pt georgia;
 color: black;
 margin-top: 6px;
 margin-bottom: 6px;
 }


#lh-col ul {
 display: none;
 list-style-type: none; 
 position: absolute;
 top: 60px;
 left: 20px;
 background: #337733;
 margin: 0;
 padding: 0;
 }

#lh-col li { margin: 0 0 .2em 0; }
#lh-col a
 {
 display: none;
 color: #FFF;
 background-color: #336633;
 width: 9em;
 padding: .2em .8em;
 text-decoration: none;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #036;
 border-bottom: 1px solid #036;
 }

#lh-col a:hover
 {
 background-color: #337733;
 color: #FFF;
 border-top: 1px solid #036;
 border-left: 1px solid #036;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 }

 #active a
 {
 display: block;
 color: #FFF;
 background-color: #003300;
 width: 9em;
 padding: .2em .8em;
 text-decoration: none;
 }

#rh-col{
 width: 580px;
 margin: 0px 20px 0px 10px;
 background: transparent none;
 color: #333333;
 padding: 10px;
 }

#c-col{
 top: 40px;
 Height: 100px;
 width: 580px;
 background: transparent none;
 margin: 0px 20px 0px 20px;
 border: none;
 border-bottom: 1px black solid;
 }

.logo{
 diplay: block;
 background: transparent;
 }

.image{
 display: none;
 position: relative;
 background: transparent;
 color: #336633;
 padding: 5px;
 }


.bullet {
 display: none;
 float:left;
 background: transparent none;
 }

#line {
 height: 2px;
 border-bottom: 1px black solid;
 }

#dno{
 display: none;
 top: 220px;
 left: 230px;
 height: 100px;
 width: 683px;
 margin: 0px 20px 20px 20px;
 background: transparent url(List.gif) no-repeat center;
 color: #333333;
 }