/* CSS Document */

body {
	background-color:#DDDDDD;

}

#mainPage .backgroundTable {
	display:table;
	width:1000px;
	height:564px;
	border:0;
}

#mainPage .foregroundTable {
	display:table;
	background-color:#FFFFFF;
	width:936px;
	height:500px;
	margin: 0px;
	border: 0;
}

#mainPage .bottomSpacer{
	display:table-cell;
	height:40px;
	width:auto;
}

#mainPage .topSpacer {
	display:table-cell;
	height:40px;
	width:auto;
}

.contentBody {
	background-color:#FFFFFF;
	margin: 0px;
}

.contentText {
	display:table-cell;
	font-family: Verdana, Helvectia, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	vertical-align: text-top;
	font-style: normal;
}

.contentImage {
	display:table-cell;
	vertical-align:top;
}
#mainPage .backgroundTable .foregroundTable .footer {
	background-image: url(buttons/footer_bg.jpg);
	background-repeat: repeat-x;
}
#mainPage .backgroundTable .foregroundTable .footer p {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 370px;
	margin-top: 21px;
	text-align: right;
}
#mainPage .backgroundTable .foregroundTable .footer p a:link, #mainPage .backgroundTable .foregroundTable .footer p a:visited{
	color: #666666;
	text-decoration: none;
}

#mainPage .backgroundTable .foregroundTable .footer p a:hover{
	color: #2776AA;
	text-decoration: underline;
}

