body {
	background-image: url(../img/tableBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.indexTable {
	background-image: url(../img/indexBack.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 741px;
	width: 100%;
	vertical-align: top;
}

.layoutTable {
	background-image: url(../img/layout.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 741px;
	width: 100%;
	vertical-align: top;
}

.layout2Table {
	background-image: url(../img/layout2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 741px;
	width: 100%;
	vertical-align: top;
}
.whiteText {color: #FFFFFF;}
.headlineDivider {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #666666;
	border-left-color: #000000;
	border-bottom-width: 1px;
}
.newsarticle p {
	margin: 0;
}
div.message {
	font-weight: bold;
	color: red;
}
label {
	margin-right: 10px;
}
div.submit {
	margin-left: 68px;
	margin-top: 10px;
}
#textContent {
	text-align:left;
	float:left;
	max-width:385px;
	height:690px;
	overflow: auto;
	scrollbar-base-colour:#FFFFFF;
	padding-right:4px;
}
.signupframe {
	margin-top:100px;
	color: #ffffff;
	width:214px;
	height:265px;
	background-image: url(../img/newsletterSignUp.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.signupframe input{
	height:14px;
	color: #333333;
	background-color: #CCCCCC;
	font-size: 9px;
	border:0px;
	padding-bottom:3px;
}
.link {
		text-decoration: none;
}

