/* CSS Document */
* {	
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
}
/******************** BODY *******************/
body{
font-size: 13pt;
background:white;
}
/********* header ********/
#top{
height:86px;
width:900px;
border-bottom:1px dashed #333;
margin:8px 0px 30px 0px;
}
#top img{
position:absolute;
padding-top:16px;
border:0px;
}
#header h1, #header h1 b{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
font-size:16pt;
color:#eeeeee;
line-height:30px;
margin:4px 0 22px 0;
}
#navigation a {	 
font-size:10pt;
font-style:normal;
font-weight:bold;
background:none;
display:inline-block;
float:left;
text-decoration:none; 
border-left:1px solid #666;
}
#quicklinks{
display:none;
}
/**************** OUTER BOX ******************/
#container{
width:auto;
background:white;
color: black; 
margin:0px;
}
#content{
border-top:1px solid #61cefc;
padding-top:15px;
}
/******** content *********/
.text{
float:left;
width:930px;
padding:0 20px 0 0;
font-size:10pt;
color:#333333;
border:0px;
}
.text p{
line-height:1.5em;
font-size: 10pt;
}
.text h1, h1{
font-size:13pt;
font-weight:bold;
color:#FF1000;
}
.text h2, h2{
font-size:13pt;
font-weight:bold;
color:#1aa3dc;
}
.text h3, h3{
font-size:11pt;
font-weight:bold;
color:#555;
}
.text ul{
list-style:outside;
padding:10px 0px;
}
.text ul li{
list-style:disc;
background-image:none;
padding:6px 0px;
line-height:1.5em;
}
ul.sitemap{
padding: 10px 0 10px 10px;
}
/********* buttons ********/
.button a{
display:block;
background-image:none;
width:200px;
height:24px;
font-weight:normal;
font-size:10pt;
color:#61cefc;
text-align:left;
padding:4px 0 8px 0;
margin:0 0 13px 0;
}
.button a:link, .button a:visited{
color:#1AA3DC;
text-decoration:underline;
}
/********* footer ********/
#sidebar{
display:none;
}
sidebar_form{
display: none;
}
/********* footer ********/
#footer ul, #footer h2{
display:none;
}
#footer, #footer p{
font-size:9pt;
}
#footer p{
float:right;
width:300px;
}