/* --- style sheet for department templates --- */ /* --- body and links --- */ body { background: #FFFFFF; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; } p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 85% } h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%; color: #003399; background: #FFFFFF; font-weight: bold } h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 85%; font-weight: bold } a:link { color: #002762; background: #FFFFFF; text-decoration: none; font-weight: bold } a:visited { color: #FFFFFF; background: #FFFFFF; text-decoration: none; font-weight: bold } a:active { color: #E96B10; background: #FFFFFF; text-decoration: none; font-weight: bold } a:hover { color: #E96B10; background: #FFFFFF } /* --- --- */ /* --- links in gray bar and quick links --- */ a.nav:link { color: #FFFFFF; background: #002762; text-decoration: none } a.nav:visited { color: #FFFFFF; background: #002762; text-decoration: none; } a.nav:active { color: #E96B10; background: #002762; text-decoration: none; } a.nav:hover { color: #E96B10; background: #002762; } /* --- --- */ /* --- text for the grey column and quick links --- */ .greyColText{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 75%; padding-top: 5px; padding-left: 5px; padding-right: 5px; background: #002762 } .greyColText2{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #0047B6; font-size: 75%; padding-top: 5px; padding-left: 10px; padding-right: 5px; background: #A6B3C8 } /* --- --- */ /* --- text links in grey column --- */ a.grey:link { color: #002762; background: #A6B3C8; } a.grey:visited { color: #002762; background: #A6B3C8; } a.grey:active { color: #E96B10; background: #A6B3C8; } a.grey:hover { color: #E96B10; background: #A6B3C8; } /* --- --- */ /* --- text links in grey footer --- */ a.grey2:link { color: #002762; background: transparent; } a.grey2:visited { color: #002762; background: transparent; } a.grey2:active { color: #E96B10; background: transparent; } a.grey2:hover { color: #E96B10; background: transparent; } a.grey3:link { color: #0047B6; background: transparent; font-weight: 200 } a.grey3:visited { color: #0047B6; background: transparent; font-weight: 200 } a.grey3:active { color: #0047B6; background: transparent; font-weight: 200 } a.grey3:hover { color: #E96B10; background: transparent; font-weight: 200 } /* --- --- */ /* --- text for the footer --- */ .footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 65%; } /* --- text links in menu --- */ .subHeader a:link { color: #FFFFFF; background-color: #0047B6; text-decoration: none; } .subHeader a:hover { background-color: #0047B6; color: #E96B10; text-decoration: none; } .subHeader a:visited { background: #0047B6; text-decoration: none; } .subHeader a:active { color: #E96B10; background-color: #0047B6; text-decoration: none; } .subHeader { font-size: 75%; text-align: center; margin: 0px auto; /* padding: 0.2ex 0; */ width: 813px; } .subHeader a { text-decoration: none; font-weight: bold; margin: 0; } /* --- --- */ /* ###### Menus ####### */ #nav2, #nav2 ul { padding: 0; margin: 0 auto; list-style: none; text-align: center; line-height: 1; } #nav2 a { display: block; padding: 0; width: 120px; } #nav2 li { float: left; width: 120px; } #nav2 li a { border-left: 2px solid #A6B3C8; /* padding-bottom: 0.4em; */ text-align: center; padding: 0.4em 0;/* problem 1 */ } #nav2 li#firstmenu a { border-left: 0; } /* --- --- */