body
{
    font-family: Arial;
    width: 100%;
    padding: 0;
    background: #fff;
    color: #eee;
}
*
{
    margin: 0;
    padding: 0;
}
a
{
    color: #00c;
}
#menu a
{
    text-decoration: none;
}
#menu a:hover, a:hover
{
    text-decoration: underline;
}

p, td, th, label, div, span, legend, input, li
{
    font-size: 13px;
    font-family: arial;
    line-height: 1.4em;
}
p
{
    margin-bottom: 10px;
    text-indent: 0;
}
p.quote
{
    font-style: italic;
}
#content strong
{
    padding: 1px;
    background: #FFFFBF;
    font-weight: normal;
}
ul
{
    margin: 0 0 16px 16px;
    position: static;
}
li
{
    margin: 0 0 0 8px;
}
h2, #footer .slogan
{
    margin-bottom: 16px;
    color: #0C3D91;
    font-size: 24px;
/*    font-family: "Trebuchet MS", Arial, sans-serif; */
    font-family: "Lucida Sans","Lucida Sans Italic","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
    font-style: italic;
    font-weight: normal;
}
h3
{
    margin: 18px 0 8px 0px;
    color: #0C3D91;
    font-size: 18px;
    font-family: "Lucida Sans","Lucida Sans Italic","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
    font-style: italic;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}
img
{
    border: 0;
}
#container
{
    background: #fff;
    color: #000;
    width: 100%;
}

#asnav
{
    width: 100%;
    background: #e4e4e4 url(img/asnav_bg.png) repeat-x;
}
#asnav_content
{
    width: 960px;
    margin: 0 auto;
    border-left: 1px solid #e4e4e4;
}
#asnav_content a, #asnav_content span
{
    padding: 2px 16px;
    float: left;
    border-right: 1px solid #e4e4e4;
}
#asnav_content a
{
    color: #0000c0;
}
#asnav_content span.selected
{
    font-weight: bold;
}
#topbar
{
    width: 100%;
    background: #fff url(img/topbar_bg.png) repeat-x;
}
#topbarcontent
{
    width: 960px;
    margin: 0 auto;
}
#logo
{
    float: left;
}
#logo h1
{
    background: url(img/logo.png) no-repeat;
    width: 150px;
    height: 90px;
    float: left;
}
#logo h1 span
{
    display: none;
}
#menu
{
    background: url(img/menu_bg.png) repeat-x;
    margin-top: 27px;
    float: left;
}

#menu ul
{
    float: left;
    margin-left: 40px;
}

#menu ul li
{
    float: left;
    background: url(img/button_bg.png) no-repeat;
    margin: 8px 32px 0px 2px;
    list-style-type: none;
    font-size: 18px;
    font-weight: bold;
}
#menu ul li a
{
    color: #fff;
}

#submenu
{
    display: none;
    float: left;
    margin: -17px 0 0 135px;
}
#submenu ul
{
    float: left;
}
#submenu ul li
{
    float: left;
    list-style-type: none;
    margin-right: 16px;
    font-size: 12px;
}
#submenu ul li a
{
    color: #000;
}

#content
{
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    min-height: 400px;
}
#content table
{
    width: 100%;
}
#content table th
{
    text-align: left;
}
div.rounded
{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #fafaff;
    border: 2px solid #e4e4e4;
    padding: 8px;
    margin-top: 8px;
}
div.rounded h3
{
    margin-top: 0;
}

#footer
{
    width: 960px;
    margin: 20px auto;
    padding: 5px 0;
    border-top: 2px solid #c0c0c0;
    text-align: center;
}
#footer .address
{
    float: left;
}
#footer .slogan
{
    float: right;
    line-height: 60px;
}

.right
{
    float: right;
}
.clear {
  clear: both;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {display:inline-block;}
/* Hides from IE-mac \*/
.clear {display:block;}
* html .clear {height: 1%;}
/* End hide from IE-mac */
