
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:black;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:651px;
 margin:auto;
 }

#hdr {
 height:-3px;
 background:#949494;
 color: #333333;
 border:0px none;
 margin:0px 0px 0px: 0px;
 }

#bar {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; height:25px;
 background:#c0c0c0 url('images/linkbanner.jpg');
 color: #333333;
 
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:145px;
 }

#cont {
 border-left:1px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000; width:495px;
 background:#ffffff;
 color: #333333;
 text-align:left
 }

#ftr {
 border-left:0px solid black; border-right:0px solid black; border-top:1px solid black; border-bottom:0px solid black; height:25px;
 background:#949494;
 color: #333333;
 margin:0
 }
 
#sample_text{
font: 10pt #666666 bold;
}
 
#navbar a
{
font: 10pt bold;
color: white;

}

#navbar a:hover
{
background: #949494;
color: #black;

}

#updates{
color: /*#647F8A*/#105B78;
border-top:  1pt dotted; 
border-bottom:  1pt dotted; 
font-style:normal; 
font-variant:normal; 
font-weight:/**/; 
font-size:9pt;
font-family: Tahoma, Arial;
background: #C1C1C1;
text-align: center;
margin-bottom: 2em
}

#download_section{
font-style:normal; 
font-variant:normal; 
font-weight: /**/; 
font-size:9pt;
font-family: Tahoma, Arial;
line-height: 40%;
margin-bottom: 2em;
background: /*#F0F0F0*/#E4DEDE
}



.boldme{
font-weight: bold;
}

.txtboxes{
border:0px;

}

.paraG{
margin-bottom:1pt;

}