div.divider {
background-color: #d9c832;
padding: 0px;
margin: 0px;
width: 100%;
height: 3px;
overflow: hidden;
}

div.divider#topdivider {
border-bottom: 1px solid #004e61;
}

#header {
background-color: white;
padding: 0px;
margin: 0px;
width: 100%;
background-image: url(/image_files/img_banner_arrows.gif);
background-position: top right;
background-repeat: no-repeat;
}

#footer {
/*background-color: #004e61;
background-color: #f7f794;*/
color: white;
padding: 0px;
margin: 0px;
width: 100%;
height: 66px;
/*
border-bottom: 1px solid #000;
*/
}
#footer a:link { color: white; }
#footer a:visited { color: #888888; }
#footer a:hover { color: #f7f794; }

div#container{width:975px;margin:0 auto 0 0;background-color: transparent;text-align:left; overflow:auto;}
div#content{float:left; vertical-align:middle; width:700px; height:430px; background-color: white;}
div#sidebar{float:right;width:274px; height:450px; overflow: hidden; background-color:white; color:gray;}

#minwidth
{
min-width: 975px;
width:expression(document.body.clientWidth < 975? "975px": "auto" );
}

#pressreleasebox {
filter: alpha(opacity=55);
-moz-opacity: .55;
position: absolute;
top: 100px;
left: 150px;
width: 200px;
}

div#pressreleasebox #pressreleasecontent {
background-color: #eee;
height: 200px;
overflow: auto;
}

div#pressreleasebox #pressreleasecontent p {
font-size: 8pt;
padding: 5px 10px 5px 10px;
}