body {
    background: #092938;
    margin-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
hr  {
    height: 0px;
    border: solid #5eb1c0 0px;
    border-top-width: 1px;
}
.title {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #2d576d;
}
.header {
    background: #092938 url(/images/stripes.jpg) repeat-x left 29px;
}
.footer {
    font-size: 9px;
    margin-top: 15px;
	text-align: center;
}
.headerim {
    float: left;
    *margin-bottom: -4px;
    *margin-left: -2px;
}
.mcell {
    background-color: #2d576d;
    border-top: 1px solid #478793;
    border-bottom: 1px solid #478793;
}
#bulletli {
    list-style: square inside;
    line-height: 1.5;
}
.vert {
    background: url(/images/vertical.jpg) repeat-y left;
    padding: 20px 60px 20px 90px;
}
.list-indent {
    margin-left: 4em;
    line-height: 1.5;
}
.sideimg {
	float: right; 
	margin-left: 20px;
}

/* Site Navigation pull down menu */

#nav, #nav ul {
    color: #ffffff;
    float: left;
    width: 100%;
    list-style: none;
    line-height: 1;
    font-weight: bold;
    padding: 0;
    *padding: 0 0 0 2px;
    margin: 0;
    font-size: 6.5pt;
    background-color: #2d576d;
    * text-align: left;
}
#nav a {
    display: block;
    width: 13em;
    color: #ffffff;
    text-decoration: none;
    line-height: 2.5;
    margin: 0;
}
#nav li {
    float: left;
    padding: 0;
    width: 13em;
}
#nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 25em;
    font-weight: bold;
    margin: 0;
    border: 1px solid #5eb1c0;
}
#nav li li {
    width: 25em;
}

#nav li ul a {
    width: 25em;
    padding-left: 5px;
}

#nav a:hover {
    color: #5eb1c0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    display: block;
    background-color: #092938;
}
