#header
{
	width:1003px;
	height:163px;
	background:url(../images/header_bg.jpg) repeat-x;
}
#footer
{
	height:22px;
	width:1003px;
	background:url(../images/footer.gif) repeat-x;
	color:#88a2ae;
	text-align:center;
	font-size:7.5pt;
}
.sectionHeader
{
	padding: 2px;
	color:#004488;
	text-align:left;
	background-color: #ECECEC;
	font-weight: bold;
}
.opaqueLayer
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0.6;
    filter:alpha(opacity=60);
    background-color: #000000;
    z-Index:1000;
}
.loadingLayer
{
    position:absolute;
    top:0px;
    left:0px;
    width:208px;
    height:13px;
    display:none;
    z-Index:1001;
    border:2px solid black;
    background-color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
    padding:10px;
}
.currentPage
{
	text-decoration:underline;
	font-weight:bold;
}