/* CSS Document */

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url('../site_images/bgBody.jpg') repeat-x;
}
TABLE {
	border-collapse: collapse;
}
TABLE TR {
	vertical-align: top;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.innerdiv {
	width: 940px;
}
.content {
	width: 940px;
	padding: 20px 0px 10px 0px;
	color: #333333;
	font-size: 11px;
	text-align: left;
	line-height: 22px;
}
.contentcontainer {
	clear: both;
}
.bottom_table {
	background: #FFFFFF url('../site_images/bgBodyBottom.jpg') repeat-x;
	height: 100px;
	font-size: 11px;
}
.bottom {
	width: 940px;
	text-align: right;
	padding-top: 20px;
	color: #FFFFFF;
}
.bottom A {
	color: #FFFFFF;
	text-decoration: underline;
}