/* Global Styles */
body {
/*color: #000;
font-family: "trebuchet ms", Verdana, Arial, san-serif;*/
background: #d1dbdc url(http://cheraw.com/images/CherawBckGrnd.jpg) no-repeat center 0; 
margin: 0; 
padding: 0;
}
/*a {
color: #333333;
text-decoration: none;
}
a:link {
color: #000;
text-decoration: underline;
}
a:active {
}
a:hover {
color: #C22F39;
text-decoration: underline;
}*/

/* navigation */
.nav {
color: #fff; 
font-size: 10px; 
font-family: "trebuchet ms";
line-height: 120%;
text-decoration: none; 
}
.nav a {
color: #fff; 
text-decoration: none; 
}
.nav a:link {
color: #fff;
text-decoration: none; 
}
.nav a:active {
color: #fff;
text-decoration: none; 
}
.nav a:hover {
color: #fff; 
text-decoration: none; 
}

/* subnavigation */
.subnav {
color: #fff; 
font-size: 11px; 
font-family: "trebuchet ms";
line-height: 160%;
text-decoration: none;
}
.subnav a {
color: #fff; 
text-decoration: none;
}
.subnav a:link {
color: #fff;
text-decoration: none; 
}
.subnav a:active {
color: #fff;
}
.subnav a:hover {
color: #b8cccd; 
text-decoration: underline; 
}
/* navigation tables */
.subnavtable {
text-decoration: none;
padding-top: 6px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 4px; 
}

/* footer nav */
.footernav {
color: #29568f;
font-size: 10px;
font-family: "trebuchet ms";
line-height: 10px;
text-decoration: none;
margin: 3px;
}
.footernav a {
color: #29568f;
text-decoration: none;
}
.footernav a:link {
color: #29568f;
text-decoration: none;
}
.footernav a:active {
color: #29568f;
text-decoration: none;
}
.footernav a:hover {
color: #333;
text-decoration: none;
}
.footernav a:visited {
text-decoration: none;
}
/* footer text and copyright */
.footer-text {
color: #29568f;
font-size: 10px;
font-family: "trebuchet ms";
}

/* tables */
.table {
padding: 10px;
}
