

body, td, div, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;	
} 

h1, h2 ,h3 {
    font-size: 14px;
    font-weight: bold;
    color: #0054cb;
    margin-top: 30px;
}


h2 {
    font-size: 13px;
}
h3 {
    font-size: 12px;
}

a {
 color: #0066FF;
}

.style1 {
    color: #0066FF;
    font-weight: bold;
}
.style2 {color: #0066FF}

.leftie td {
    text-align: left;
}


.hruler {
    border-top: 1px dashed #C2C2C2;
    height: 1px;
    font-size: 1px;
}

img {
    border: 0;
}


ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
}

li { /* all list items */
    float: left;
    position: relative;
    width: 10em;
}

li ul { /* second-level lists */
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top: auto;
    left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
    display: block;
}

ul li ul li {
    text-align: left;
    margin-left: 5px;
    padding: 2px 10px;
}



ul li a {
    text-decoration: none;
    color: #444444;
    font-size: 12px;
}
ul li a {
    font-size: 12px;
}


ul#nav {
    margin-left: 220px;
}

ul li ul {
    padding-left: 5px;
    background-color: white;
    border: 1px solid #c2c2c2;
    width: 150px;
}

#content {
    clear: left;
}

ul.nofloat li {
    float: none;
    width: 500px;
    margin-bottom: 5px;
}
