body {
margin: 0px;
padding: 0px;
color: #004300;
font-size: 90%;
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #C6DAA8;
}
p, ul, ol, li, table, tr, td, blockquote, a, div, span {
font-weight: normal;
}
a:link, a:visited {
color: #003300;
text-decoration: underline;
}
a:hover {
color: #336600;
}

#page-container {
margin: 30px auto;
padding: 0px;
width: 610px;
height: 100%;
background: #E8EEDE url('images/content_bg.png') top left repeat-y;
}
#header-container {
margin: 0;
padding: 0;
height: 225px;
width: 610px;
background: url('images/header_bg.png') top left no-repeat;
}
#header-container h1, #header-container h2, #header-container h3 {
position: absolute;
top: -500px;
left: -9999px;
z-index: 5;
}
#content-container {
margin: 10px 55px 20px 55px;
}
.logo-cac {
display: block;
margin: 0px 0px 5px 10px;
padding: 0px;
height: 85px;
width: 200px;
float: right;
background: url('images/logo_cac.gif') top left no-repeat;
}
.logo-cac span {
display: none;
}
.signature {
display: block;
margin: 0px 0px 30px 0px;
padding: 0;
height: 35px;
width: 235px;
background: url('images/signature.png') top left no-repeat;
}
#footer-container {
margin: 0;
padding: 0;
height: 5px;
background: url('images/footer_bg.png') bottom left no-repeat;
}

#footer-container span, .signature span {
display: none;
}