html{
margin:0; padding:0;
height: 100%;
background-color: #FFF;
color: #000;
font-family: Trebuchet MS, Tahoma, Arial;
font-size: 10pt;
text-align: center;
}

body{
margin:0; padding:0;
width: 900px;
height: 100%;
margin: auto;
}
#body_container{
min-height: 100%;
height: auto;
border-left: solid 1px #000;
border-right: solid 1px #000;
position: relative;
background: #F8F8F8;
text-align: left;
}
#header_container{
background: url(../gfx/header_uc.jpg) 0 0 no-repeat;
height: 117px;
border-bottom: 1px solid #000;
width: 900px;
position: absolute;
top:0;
left:-1px;
}
#top_container{
position: absolute;
top: 70px;
left: 0;
width: 898px;
}

#center_container{
width: 630px;
padding: 170px 25px 80px 25px;
}
#right_container{
float: right;
margin: 200px 10px;
width: 200px;
padding-bottom: 80px;
}
#clearing{
clear: both;
}

#footer_container{
position: absolute;
background-color: #FFF;
border-top: 1px solid #000;
bottom:0;
left: -1px;
width: 900px;
height: 50px;
}
#footer_container .subpage_brief_top{
display: none;
}
#footer_box{
height: 38px;
padding-left: 10px;
width: 135px;
text-align: center;
font-size: 8pt;
line-height: 30px;
}





