/* COLORS AND STYLES */ a:link {color: #000000; text-decoration: none;} /* unvisited link */ a:visited {color: #303030; text-decoration: none;} /* visited link */ a:hover {color: #303030; text-decoration: none;} /* mouse over link */ a:active {color: #FFFFFF; text-decoration: none;} /* selected link */ table.bigtable { } img.spectrum { } td.topstripes { } td.bottomstripes { } td.logo { background-color: white; } td.motto { background-color: white; } td.search { background-color: white; } td.callout1 { border-left-color: white; border-left-style: solid; } td.maintitle { color: white; background-color: #9d9e9c; border-top-color: white; border-top-style: solid; border-right-color: white; border-right-style: solid; border-left-color: white; border-left-style: solid; } td.mainbody { background-color: white; border-right-color: #e5e5e5; border-right-style: solid; border-left-color: white; border-left-style: solid; } td.secondary { background-color: #e5e5e5; } td.secondarytitle { color: white; background-color: #9d9e9c; border-top-color: white; border-top-style: solid; border-right-color: #d7d7d7; border-right-style: solid; } /* added 03-21-08 - SC */ a.whitelink:link, a.whitelink:visited { color: #fff; text-decoration: none ; } a.whitelink:hover, a.whitelink:visited:hover { color: #ffecb0; text-decoration: none ; } a.whitelink:active { color: #fff; text-decoration: none; } /* end added 03-21-08 - SC */ td.notices { background-color: white; color: black; } td.navbar { background-color: #e5e5e5; } td.secondary { background-color: #e5e5e5; border-right-color: #e5e5e5; border-right-style: solid; } select.quicklinks { } .menudark { color: #ffffff ; background-color: #00247e; border-bottom-color: white; border-bottom-style: solid; } .menumedium { color: #ffffff ; background-color: #7f91be; border-bottom-color: white; border-bottom-style: solid; } .menulight { color: #ffffff ; background-color: #9d9e9c; border-bottom-color: white; border-bottom-style: solid; } a.menulinkdark:link {color: white;} a.menulinkdark:visited {color: white;} a.menulinkdark:hover {color: #ffecb0;} a.menulinkdark:active {color: white;} a.menulinkmedium:link {color: white;} a.menulinkmedium:visited {color: white;} a.menulinkmedium:hover {color: #ffecb0;} a.menulinkmedium:active {color: white;} a.menulinklight:link {color: white;} a.menulinklight:visited {color: white;} a.menulinklight:hover {color: #ffecb0;} a.menulinklight:active {color: white;} h1 { color: black; } p { color: black; } td.mainbody { color: black; } /* WIDTHS, LINES, AND PADDING */ table.bigtable { width: 1000px; } img.spectrum { margin-left: 16px; padding-top: 10px; } td.topstripes { width: 1000px; height: 10px ; background-image: url('/shared/shared_rootsite/images/stripes.jpg'); text-align: center ; vertical-align: middle ; } td.bottomstripes { width: 1000px; height: 10px ; background-image: url('/shared/shared_rootsite/images/stripes.jpg'); text-align: center ; vertical-align: middle ; } td.logo { } td.motto { } td.search { } td.callout1 { /* must add up to 826 */ width: 825px; border-left-width: 1px; } td.maintitle { /* must add up to 550 */ width: 544px; padding: 0px 2px 0px 2px; border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; height: 22px; } td.mainbody { /* must add up to 550 */ width: 528px; padding: 5px 10px 10px 10px; border-right-width: 1px; border-left-width: 1px; } td.secondarytitle { /* must add up to 276 */ width: 263px; padding: 0px 10px 0px 2px; border-top-width: 1px; border-right-width: 1px; height: 22px; } td.notices { width: 1000px; } td.navbar { /* must add up to 174 */ width: 174px; } td.secondary { /* must add up to 276 */ width: 255px; padding: 5px 10px 10px 10px; border-right-width: 1px; } select.quicklinks { margin-left: 11px; width: 150px; } .menudark { padding: 2px 2px 2px 2px; border-bottom-width: 1px; } .menumedium { padding: 2px 2px 2px 2px; border-bottom-width: 1px; } .menulight { padding: 2px 2px 2px 2px; border-bottom-width: 1px; } td.verticalheight { width: 1px; height: 250px ; background-image: url('/shared/shared_rootsite/images/spacer.gif'); text-align: center ; vertical-align: middle ; }