/* CSS Document */

body{
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height: 20px;
color:#484343;
padding: 0;  margin: 0;
background-color:#DBDBDB;
}



#image {
width:990px;
margin-top:5px;
float:left;

}




#content{
width:990px;
background-color:#ded9d5;
*margin-top:-5px;
float:right;

}




#footline{
width:990px;
height:20px;
background-color:#161B1F;
float:left;

}

#footer{
width:990px;
background-color:#FFFFFF;
float:left;
text-align:center;
line-height:25px;
font-size:11px;
}

#wrapper{
width:990px;
padding:0 1em 0 1em;
background-color:#ffffff;
text-align:left; margin: 0 auto; overflow: hidden;
/* border:1px solid #999999; */
}

.left{width: 55%;float:left; margin-left:10px;}
.right{width: 40%;float:right; margin-right:20px;}

table{
width:100%;
margin-bottom:20px;
border:0px;
color:#666666;
}

th{
background-color:#504b4b;
line-height:25px;
color:#ffffff;
}

td{
text-align:center;
line-height:25px;
border-bottom:1px dotted #999999;

}

fieldset{
width:100%;
position:relative;
float:left;
clear:both;
margin:.5em 0 -1em 0;
border-style:none;
border-top: 1px solid #bbbbbb ;

}



legend{
margin-left:1em;
font-weight:bold;
font-size:15px;
color:#2897b7;
}
fieldset ol{
list-style:decimal;
margin-top:5px;
}
fieldset li{
clear:left;
padding-bottom: 1 em;
line-height:25px;
}