body {
background: #AFC6E8;
margin: 0px;
padding: 0px;
}

#site-container {
width: 712px;
}

#header {
background: url(/projectRoot/jsp/images/header.jpg) no-repeat;
height: 182px;
}
#nav {
position: absolute;
width: 163px;
height: 102px;
left: 549px;
top: 80px;
}

#topic {
background: url(/projectRoot/jsp/images/content_top.jpg) repeat-y;
height: 21px;
text-align: right;
font-size: 1.3em;
padding-top: 15px;
padding-right: 55px;
}

#content {
background: url(/projectRoot/jsp/images/content_bg.jpg) repeat-y;
min-height: 20px;
padding: 10px 30px 0px 20px;
}

#footer {
background: url(/projectRoot/jsp/images/footer.jpg) no-repeat;
}

#footer-nav {
height: 80px;
text-align: center;
padding-right: 130px;
padding-top: 23px;
font-size: .8em;
}

#forms {
margin: 10px 30px 10px 20px;
border: #333333 thin solid;
background: #FDF8E3;
}

#form-col {
width: 47%;
float: left;
margin: 5px;
}
#form-col-a {
width: 30%;
float: left;
margin: 2px 4px 2px 4px;
}
#form-col-b {
float: left;
margin: 2px 4px 2px 4px;
}

#clear {
clear: both;
padding-left: 5px;
}

/* Hides from IE5-mac \*/
* html #forms {height: 1%;}
/* End hide from IE5-mac */ 

#form-title {
font-size: 1.2em;
font-weight: bold;
padding-left: 20px;
padding-top: 10px;
clear: both;
margin-bottom: 5px;
}