@charset "utf-8";
/* CSS Document */

html,body{
height:100%;
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
}

body{
overflow:scroll;
}

.H1_Heading{
display:none;
}

.clear{
clear:both;
}

#HeaderWrapper, #MenuWrapper, #ContentWrapper, #FooterWrapper{
width:100%;
}

#Header{
position:relative;
width:900px;
height:120px;
height:auto;
min-height:120px;
margin:0px auto;
}

#Menu{
position:relative;
width:900px;
height:30px;
height:auto;
min-height:30px;
margin:0px auto;
}

#Menu ul li{
display:inline;
float:left;
padding:0px 10px 0px 10px;
}

#Content{
position:relative;
width:700px;
height:100px;
height:auto;
min-height:100px;
margin:0px auto;
}

li{
list-style:disc;
margin-left:20px;
}

#LogoBell{
Position:absolute;
right:100px;
top:10px;
}

#LogoPBA{
Position:absolute;
left:100px;
top:10px;
}

#Footer{
border-top:1px solid #464646;
padding-top:10px;
}

#Footer p{
font-size:8pt;
margin-left:100px;
}

.ContentBox{
position:relative;
margin:10px 10px 10px 10px;
}

.HideThis{
display:none;
}

.SB_Alert{
background-color:#000000;
overflow:hidden;
color:#CCCCCC;
padding:10px 10px 10px 10px;
}

p{
margin:10px 10px 10px 10px;
}

#Footer{
position:relative;
width:900px;
height:60px;
height:auto;
min-height:60px;
margin:0px auto;
}

#FooterLeft{
position:absolute;
left:10px;
width:880px;
text-align:left;
}

#FooterCenter{
position:absolute;
left:10px;
width:880px;
text-align:center;
}

#FooterRight{
position:absolute;
left:10px;
width:880px;
text-align:right;
}