.contentCont
{
    width:510px;
    float:left;
}
.leftCont
{
    width:154px;
    float:left;
}
.rightCont
{
    width:213px;
    float:right;
    background-color:#e6eeef;
}
.mainRight
{
    width:730px;
    float:right;
}
#specialContent
{
    padding-right:15px;
}
.listLink
{
	display:block;
	line-height:24px;
	text-decoration:none;
	background-color:#ACC6C9;
	margin-top:14px;
	padding:0 8px;
	color:#fff;
	font-weight:bold;
}
.listLink:hover
{
	background-color:#598E93;
	color:#fff;
	text-decoration:none;
}
.section
{
	margin-top:10px;
	margin-bottom:20px;
	border:solid 1px #cccccc;
	padding:5px;
}
.hide
{
	display:none;
}
.show
{
	display:block;
}
.backLink
{
    display:block;
    color:#666;
    padding:2px;
}

