@charset "utf-8";
/* CSS Document */
body {font-size:12px; font:Arial, Helvetica, sans-serif; line-height:20px;}
#wrapper {
clear:both;
margin-right: auto;
margin-left: auto;
width:960px;
text-align:left;
}
#bottom {clear:both}
#top {width:980px; }
#leftcontent { clear:both;
width:280px;
float:left; background:#F3F3F5;
border-color:#0066CC; border-style:solid; border:1px;
}

#content {
width:657px; 
float:right;
}

A:link{
	color:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
A:visited{
	color:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
A:hover{
	text-decoration:underline;
	color: #FFFF00;
}
dl {border:1px; margin:0;background:#F3F3F5;line-height:18px;}
dt {border:1px; margin:0; background:#66CC00; padding:3px;text-align:center;}
dd { margin:0; padding-left:5px; padding-top:3px; background:#F3F3F5;}
.Column {
	line-height: 25px;
	background-color: #D6FFAC;
	height: 25px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#66cc00,endColorStr=#FFFFFF);

}


.list_title {
	clear: both;
	line-height: 20px;
	font-size: 12px;
	background-color: #F5FFEC;
}
.list_title a:link {color:#000000}
.list_title a:hover {color:#000000}
.list_title a:visited {color:#000000}
.item{text-align:center;}
