
body {
background-color : #d0d0ff;
text-align : center;
height: 100%;
}
p, ul, ol, dd, dt, td {
font-family: Verdana, Arial; font-size: 0.9em;
}
h3 {
font: Verdana, Arial;
font-weight: bold;
}
a.inblue {
color : #ffffff;
text-decoration : none;
font-weight : bold;
font-size: 0.8em;

}
a:hover.inblue {
color : #ffd020;
}
div#body {
background-color : #ffffff;
height: 100%;
width : 780px;
background-image : url(images/ccs_vert.jpg);
background-position : left center;
background-attachment : scroll;
background-repeat : no-repeat;
text-align : left;
margin: 0;
padding: 0;
}
div#menu {
background-color : #404090;
color : #ffffff;
padding : 8px;
float : right;
height : 100%;
margin: 0;
min-height: 100%
}
div#content {
float : left;
width : 500px;
position: relative;
left: 80px;
text-align : left;
}
div#columns {
float : left;
}
div#leftcol {
float : left;
width : 240px;
margin-right : 10px;
}
div#rightcol {
float : left;
width : 240px;
}
div#header {
width : 780px;
padding : 10px;
margin: 0;
padding: 0;
clear : both;
}
div#mission {
float : left;
width : 500px;
}
div#footer {
width : 780px;
text-align : center;
padding-bottom : 20px;
clear : both;
}
p.boxheader {
background-color : #006020;
color : #ffffff;
font-weight : bold;
padding: 5px;
margin-bottom: 10px;
}
p.footers {
font-size: 0.7em;
margin: 2px 0 2px 0;