@charset "utf-8";
a{ text-decoration:none;}
body { margin:0px; font-family:Arial, Helvetica, sans-serif; background:#E8E8E8;}
#topbar { height:55px; background:#002060;}
#topbar .bar { width:938px; height:35px; margin:0px auto 0px auto; text-align:right; color:#597ebd;}
#topbar olor:#FFF; font-size:13px; text-decoration:none; line-height:31px;}
#topbar :hoverr:hover { color:#90acda;}
#login { background:#597ebd; padding:3px 7px 3px 7px; border-radius:4px;}
#login a { color:#fff;}
#login a:hover { color:#fff;}
.content { width:918px; padding:10px; min-height:500px; margin:-20px auto 0px auto; background:#FFF; font-size:12px; border-radius:4px;}
.content2 { width:1100px; padding:10px; min-height:500px; margin:-20px auto 0px auto; background:#FFF url(../images/faded_logo.jpg) center no-repeat; font-size:12px; border-radius:4px;}
.logo { width:898px; height:78px; margin:0px 0px 10px 10px; font-size:13px; color:#002060; border-bottom:1px #CCCCCC dashed;}
.footer { width:938px; height:25px; margin:10px auto 0px auto; text-align:center; font-size:12px;}
.dash_icon { width:180px; padding:16px; float:left; margin:10px; background:#7f95bc; color:#FFF; font-weight:bold; font-size:15px; text-align:center; border-radius:4px; text-decoration:none;
}
.dash_icon:hover { background:#C00;}
.dash_gray { width:180px; padding:16px; float:left; margin:10px; background:#d1d1d1; color:#FFF; font-weight:bold; font-size:15px; text-align:center; border-radius:4px; text-decoration:none;
}
.dash_gray1 { width:180px; padding:16px; float:left; margin:10px; background:#d1d1d1; color:#FFF; font-weight:bold; font-size:15px; text-align:center; border-radius:4px; text-decoration:none;
}

h1 {
    float: right;
    font-family: trebuchet ms;
    font-size: 26px;
    margin-right: 8px;
    padding: 0;
	color:#597EBD;
}


    .customMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .customMenu li {
        display: inline;
        margin-right: 15px;
    }

    .customMenu a {
        text-decoration: none;
        color:white;
        font-weight: bold;
    }

        .customMenu a:hover {
            color: #0056b3;
            text-decoration: underline;
        }
