@charset "utf-8";
/* CSS Document */

/*Website Background*/
/*Use the following html and body styles if you wish to have a SOLID color background.*/
html{border-top:30px solid #343434;}
body{background:#073570;margin-top:-30px;}

/*Use the following code (remove comment tags) if you wish to have a BACKGROUND IMAGE.*/
html{border-top:none;}
body{background:#073570 url(/meetings/system_files/images/background.jpg) no-repeat top center;margin-top:0}

/*Link Colors*/
a:link, a:visited, a:hover, a:active{color:#039;}

/*Heading Colors*/
h1{color:#9f9f9f;}
h2{color:#054E3A;}
h3{color:#444;}
h4{color:#000;}

/*Underline Color*/
.underline{border-bottom:1px #6195ad dotted;}

/*Header Image - No need to change anything here. If you do make a customized header though, just be sure to save it as header.jpg, and place it in your images folder */
#header a {background:url(/meetings/system_files/images/header.jpg) no-repeat bottom left;}
/*Navigation Link Colors*/
ul#sidenav a:hover, ul#sidenav li:hover a,ul#sidenav li.iehover a {color:#0066ff;}

/*Footer Text Color*/
#footer{color:#92c1ff;background-color: #073570;}

/*Footer Link Color*/
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{color:#92c1ff;}

/*Far Right Column h4 Background and Text Colors*/
#rightColMain h4, #rightColSub h4{background:#898A7B;color:#000;}

/*Promotion Section's (in the Upper Right Corner) h3 Color*/
#promote h3{color:#273a66;}




