body {
color: #444;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
font-size: 11px;
line-height: 18px;
margin: 0px;
padding: 0px;
height: 100%;
}

a {
color: #346699;
text-decoration: none;
font-weight: bold;
}

a:active, a:hover {
text-decoration: underline;
}

h2 {
font-family: Palatino, Times, Serif;
font-size: 14px;
font-weight: bold;
padding: 0;
margin: 0;
}

#container
{
width: 75%;
height: 100%;
margin: 10px auto 20px auto;
padding: 10px 0px 0px 0px;
color: #333;
}

#top
{
background-image: url(img/mhc.jpg);
background-repeat: no-repeat;
background-position: top right;
height: 30px;
}

#top h1
{
padding: 0;
margin: 0;
}

#title {
float: left;
width: 175px;
text-align: right;
font-family: Palatino, Times, Serif;
font-weight: bold;
font-size: 17px;
height: 20px;
}

#leftnav
{
clear:left;
float: left;
width: 175px;
text-align: right;
}

 hr {
    color: #cccccc;
    background-color: #cccccc;
    border: 0px;
    height: 1px;
}

#content
{
margin-left: 225px;
margin-top: 30px;
text-align: justify;
}

td {
padding: 0px 15px 3px 0px;
}

.required {
background-color: #E0ECF8;
}

