
* {
    margin: 0px;
    padding: 0px;
}


body {
    background-color: #cccccc;
}

#container {
	width:895px;
    background-color: #ffffff;
}


#footer {
    clear: both;
}

#dropmenudiv{
    position:absolute;
    border:0px solid #1c2280;
    border-top-width: 0;
    font:normal 12px Arial;
    line-height:22px;
    z-index:100;
    padding-top: 5px;
    padding-bottom: 7px;
}

#dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 10px;
    padding: 1px 0;
    font-family: Arial;
    font-size: 12px;
    color: #1c2280;
    text-decoration: none;
    font-weight: bold;
}

#dropmenudiv a.submenu{
    width: 100%;
    display: block;
    text-indent: 25px;
    padding: 1px 0;
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    line-height:15px;
}

#dropmenudiv a:hover{ /*hover background color*/
    background-color: #9d9fc6;
}

#dropmenudiv div{
    width: 100%;
    display: block;
    text-indent: 10px;
    padding: 1px 0;
    font-family: Arial;
    font-size: 12px;
    color: #1c2280;
    font-weight: bold;
}

#copyright {
    float:left;
    width:200px;
    text-align:right;
    font-family: Arial;
    font-size: 11px;
    color: #6d7088;
    font-weight: normal;
    height: 29px;
    padding-top: 20px;
}

#disclaimer {
    float: left;
    width: 500px;
    text-align:center;
    font-family: Arial;
    font-size: 11px;
    color: #6d7088;
    font-weight: normal;
    height: 29px;
    padding-top: 20px;
}


#updated {
    font-family: Arial;
    font-size: 11px;
    color: #6d7088;
    font-weight: normal;
    height: 29px;
    padding-top: 20px;
}


a:link, a:visited {
    font-family: Arial;
    font-size: 11px;
    color: #6d7088;
    font-weight: normal;
    text-decoration: none;
}

a:hover, a:active {
    font-family: Arial;
    font-size: 11px;
    color: #6d7088;
    font-weight: normal;
    text-decoration: underline;
}