.content-area {
    padding-top: 30px;
}
.content {
    padding: 20px 0px 20px 0px;
}

#main-content {
    padding-bottom: 60px;
}

.content p {
    font-size: 13px;
    line-height: 20px;
	color: #000;
}

.sub-greybox {
    background:transparent url(../images/bkg-greybox.gif) repeat-x;
	background-color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sub-whitebox {
    margin-top: 10px;
    margin-bottom: 10px;
	height:157px;
	text-align: center;
}

.sub-whitebox a:visited,
.sub-whitebox a:link {
    color: #cc3333;
    text-decoration: none;
	font-size:13px; 
	font-weight:bold;
}

.sub-whitebox a:hover {
	text-decoration: underline;
	border:#676735 solid 6px;
}

.sub-whitebox ul {
    list-style-image: url("../images/list-grey.gif");
    margin-top: 0px;
    margin-bottom: 0px;
}



