body {
    font-family: verdana, arial, san-serif;
    margin:0px;
}
#container {
    margin:0px auto;
    width:1007px;
}
#header {
    background:#15257D url(headerbg.jpg);
    margin:0px;
    width:100%;
    height:184px;
}
#header div {
    position:relative;
    margin:1px 0px 0px 0px;
    width:100%;
    height:100%;
    text-align:right;
    background:url(header.jpg) left center no-repeat;    
}
#header p {
    position:absolute;
    right:20px;
    bottom:15px;
    color:#FFFFFF;
    font-size:.8em;
    font-weight:bold;
    border:solid 1px #FFFFFF;
    border-left:0px;
    border-right:0px;
    font-family:tahoma;
    letter-spacing: 1px;
}
#nav {position:relative;
    height:40px;
    width:100%;
}
#nav_spacer {
    color:#445FD2;
    text-align:center;
}
#nav_spacer p {
    margin:5px 0px;
    line-height:26px;
    height:26px;
    background:url(http://redirectonline.com/hdingbg.jpg) repeat-x;
    display:none;
}
#nav_spacer span {font-weight:bold;
    color:#445FD2;
}
#sidebar {
    float:left;
    width:270px;
    background:transparent;
    height:auto;
    color:#FFFFFF;
}
#content {
    width:735px;
    margin:0px;
    float:right;
    font-size:.85em;
    text-align:justify;
}
#content p,h1 {
    margin:10px 50px 10px 20px;
}
#footer {
    height:39px;
    background:#15257D url(footer.jpg) repeat-x;
    clear:right;
    font-size:.75em;
}
dd {
    width:400px;
}
.innerheading {
    margin:20px;
    height:26px;
    width:665px;
    background:url(http://redirectonline.com/hdingbg.jpg);
    background-repeat:repeat-x;
    overflow:hidden;
    padding-top:5px;
}
.innerheading div {
    margin-left:5px;
    font-family:arial;
    font-weight:bolder;
    font-size:14px;
    color:rgb(68,95,210);
} 

#login_main {
    color:#000066;
}
#login_main p {
    margin:10px 0px;width:400px;
    color:#000066;
}
#loginform p input {
    float:right;
}
.inpt {
    border:solid 1px #000066;
}
.grey {
    background:#777777;
}
.blue {
    font-weight:bold;
    background:#000000;
    color:#FFFFFF;
}
.b {
    border:solid 1px #000000;
    border-left:0px;
    border-top:0px;
    border-bottom:0px;
}
.final {
    border:0px;
    text-align:right;
    color:#FFFFFF;
    width:20px;
}
a:link {
    color:#FFFFFF;
    text-decoration:none;
}
a:visited {
    color:#CCCCCC;
    text-decoration:none;
}
a:hover {
    color:#000000;
    text-decoration:none;
}
#err_message {font-size:.85em;}

#err_message a:link {
    color:#FF0000;
    text-decoration:none;
}
#err_message a:visited {
    color:#FF0000;
    text-decoration:none;
}
#err_message a:hover {
    color:#000000;
    text-decoration:none;
}
#create_link a:link {
    color:#000000;
    text-decoration:underline;
}
h1 {
    color:#880000;
    text-align:center;
}
h2 {
    margin:40px auto 2px auto;
    color:#000066;
}
.q {
    float:right;
    margin-left:-5px;
    cursor:help;
    width:16px;
    height:20px;
}
table {
    font-size:.75em;
}
table input {
    color:#000066;
    font-size:1em;
    background:transparent;
}
#create_link input {
    float:right;
}
#create_link {
    font-size:.85em;
    font-weight:bold;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: solid 1px #900000;
font-size:11px;
padding: 2px;
background: #F0F0F0;
visibility: hidden;
z-index: 99;
}