@charset "utf-8";
/*------------------------------------------------------------------------------
CSS Information
File name:
- Top Pages
------------------------------------------------------------------------------*/

html{ 
height:100%; 
overflow:auto;
}

body {
height:100%; 
background-color:#FFFFFF; 

}

#top #document {
float:none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}



#top #content {
clear:both;
width:950px;
}

#top #content div.nonflash {
width:600px;
margin:0 auto;
margin-top:70px;
font-size:108%;
}

#top #content div.nonflash dl dt{
margin-bottom:10px;
}

#top #content div.nonflash dl dd{
margin-bottom:40px;
}
#top #content div.nonflash dl dd img {
padding-top:10px;
}
