@charset "utf-8";

/*------------------------------------------------------------------------------
CSS Information
File name:
- Top Pages
------------------------------------------------------------------------------*/

html{ 
height:100%; 
overflow:auto;
}

body {
height:100%; 
background-color:#FFFFFF;
}

#flashContent {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

#content {
clear:both;
width:900px;
margin:0 auto;
padding:30px 0 0;
text-align:left;
}

#content h1 {
font-size:124%;
margin-bottom:20px;
}

#content p {
margin-top:10px;
}

#content p.nonflashTxt {
margin-top:10px;
font-weight:bold;
}

#content dl {
width:500px;
margin:0 0 12px;
padding:0 20px 20px 20px;
border:1px solid #333;
}

#content dl dt {
font-weight:bold;
padding:20px 0 4px;
}



