body {
margin: 5px 0px 50px 5px;
background-image: url("/images/logo.gif");
background-repeat: no-repeat;
background-position: 100px 80px;
}

h1 {
font-size: 22px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0px 0px 5px 0px;
}

h2 {
font-size: 18px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0px 0px 5px 0px;
}

h3 {
font-size: 16px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 15px 0px 0px 5px;
text-decoration: underline;
}

p, li{
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
margin: 15px;
}

.sm {
font-size: 12px;
}

.btmline {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #cccccc;
}

.content {
width: 500px;
padding: 10px;
text-align: justify;
}

#menu a {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #6f6f6f;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #cccccc;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
display: block;
text-align: center;
}

#menu a:hover
{
color: #000000;
text-decoration: underline;
}



