/*CALS CSS*/
/*here is where I would change the banner color to red*/
#banner, #banner #gateways {
background: #C64A40;
}
#banner #gateways h2 {
font-family: 'times roman', serif;
font-size: 28px;
font-weight: normal;
margin: 0;
padding-top: 5px;
}
/*here is where I would change the background of About US to dark green)*/
#nav #tools {
background: #186647;
}
#nav #global {
background: #013823;
padding-left: 210px;
color: #ffffff;
}
#global a {
color: #ffffff;
background: #013823;
text-transform: capitalize;
}
a:hover {
background: #013823;
color: #F7D54B;
}
#footer {
background-color: #C64A40;
}
/* default links */
a:link {
color: #000000;
}
a:visited {
color: #666666;
}
a:hover {
color: #c25e0d;
background-color: transparent;
}
Last modified September 10 2007 04:11 PM
