/* CSS Document */

body{ margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color:#dadada; text-align:left;}
#wrapper{ padding:0px; margin: 0px auto; width: 778px; text-align: left; background-color:#ffffff; }
#contentwrapper{ float: left; width: 100%; }
.size11{ font-size:11px;}
.size10{ font-size:10px;}
.color{ color:#ffffff;}
.fade{ color:#b0d7b0;}
.txtsearch{ border:1px solid #f2f1f1; font-size:10px;}
.footer{ color:#666666;}
A.top:link {color: #000; text-decoration: none }
A.top:visited {color: #000; text-decoration: none }
A.top:hover {color: #666666; text-decoration: underline  }
A.foot:link {color: #b75959; text-decoration: none }
A.foot:visited {color: #b75959; text-decoration: none }
A.foot:hover {color: #666666; text-decoration: underline  }
.dotted_line{
	background-image:url(../images/dotted.jpg);
	background-repeat:repeat-x;
}
.page_title{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.data{line-height:22px;text-align:justify;}
A.news:link {color: #666666; text-decoration: underline  }
A.news:visited {color: #666666; text-decoration: underline }
A.news:hover { background-color:#dadada; text-decoration: none; color:#b75959;}
.sep{ height:10px; clear:both;}
.pagination{ }
.on{color:#ab4848; font-weight:bold; cursor:pointer;}
.off{color:#313390; font-weight:bold; cursor:pointer;}

#blueblock{
width: 180px;
border-right: 0px solid #000;
padding: 0 0 0 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #56aa55; /*90bade*/
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #98cb98;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #87c387;
border-right: 10px solid #87c387;
background-color: #56aa55;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #98cb98;
border-right: 10px solid #98cb98;
background-color: #87c387;
color: #666666;
}

