body {
font-size: 12pt;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
text-align: center;
}

#wrapper {
border: thin solid #2db300;
width: 600px;
text-align: left;
padding: 1em;
}

#header {
background:#2db300;
background-size: contain;
width: 600px;
padding: 1em;
} 

a { 
font-size: 12pt;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
color: blue;
} 

b {font-size: 12pt;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
color:#999900;
}

img {
border: 0;
}

hr {
color:#2db300;
height: 1px;
width:100%;
}

.fine {
font-size: 8pt;
color:#999999;
}

.content {
font-size: 12pt;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
margin:2px,2px,2px,2px;
}

 .content a {
color: blue;
text-decoration: none;
}

span {
display:block;
margin: 2px,0,3px,0;
}

h1,h2,h3,h4,h5,h6 {
color: maroon;
}


.floatright {
float:right;
}

.floatleft {
float:left;
}



.menu {
display: block;
height: 1.5em;
width:  100%; 
}

.menu ul {
margin: 0;
padding: 0;
border: 0;
display: inline;

}

.menu ul li {
background-color: #FFFFFF;
margin: 0;
font-family: helvetica,arial;
font-size: 12pt;
border: 0;
padding: 0;
width: 115px;
text-align:center;
display: inline;
float: left;
line-height: 1.5em;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #000000;
}


.menu ul li a:link, .menu ul li a:visited  {
line-height: 1.5em;
font-family: arial;
font-size: 12pt;
text-align: center;
width: 115px;
display: block;
float: left;
color: blue;
text-decoration: none;
font-weight: bold;
background-color: #B1B18B;
}

.menu ul li a:hover, .menu ul li a:active  {
background: #4fd300 100% 0;
line-height: 1.5em;
font-family: arial;
font-size: 12pt;
text-align: center;
width: 115px;
display: block;
float: left;
color: #000;
text-decoration: none;
font-weight: bold;
background-color: #4fd300;
}


.submenu {
display: block;
height: 20px;
width: 100%; 
}

.submenu ul {
margin: 0;
padding: 1px;
border: 0;
display: inline;
white-space: nowrap;
border-bottom: 1px dotted #FFFFFF;
}

.submenu ul li {
background-color: #999966;
margin: 0;
font-family: arial;
font-size: 12pt;
padding: 0,0,5px;
display: inline;
line-height: 20px;
float: left;
border-right: 1px solid #ffffff;
white-space: nowrap;
}

.submenu ul li a:link, .submenu ul li a:visited  {
line-height: 20px;
font-family: helvetica,arial;
font-size: 12pt;
text-align: center;
width: 110px;
display: block;
color: #FFF;
text-decoration: none;
font-weight: bold;
background-color: #999966;
}

.submenu ul li a:hover, .submenu ul li a:active  {
line-height: 20px;
font-family: helvetica,arial;
font-size: 12pt;
text-align: center;
width: 110px;
display: block;
color: #000;
text-decoration: none;
font-weight: bold;
background-color: #4fd300;
}

