@charset "utf-8";
/* CSS Document */

body {
	background: url('grey_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.section {
	vertical-align: top;
	text-align: center;
	padding: 20px;
}	


.section p {
	text-align: left;
	line-height: 18px;
}


.section a:link, .section a:visited
{
	color: #cd3301;
	text-decoration: underline;
	font-weight: bold;
}


.section a:visited
{
	color: #cd3301;
}


.section a:hover
{
	color: #cd3301;
	text-decoration:underline;
	font-weight: bold;
}

	
.divider {
	width: 1px;
	background-color: #dddddd;
}
	
	
.cellcontent {
	vertical-align: top;
	height: 571px;
	border-left: solid #cdcdcd 1px;
	border-right: solid #cdcdcd 1px;
}
	
	
.footer {
	background-color: #b54930;
	text-align: center;
	color: #ffffff;
}


.footer a:link, .footer a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}


.footer a:visited
{
	color: #eeeeee;
}


.footer a:hover
{
	color: #ffffff;
	text-decoration:underline;
	font-weight: normal;
}


