.upperContent {
	background-image: url(images/contentup.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.lowerContent {
	background-image: url(images/contentdown.gif);
}
.contentBackground {
	background-image: url(images/contentbackground.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.insideContent {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
div.tableContainer {
	width: 98%;		/* table width will be 99% of this*/
	height: 411px; 	/* must be greater than tbody*/
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#content{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	margin: 20px 0px 10px 0px;
}

#container{
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

#content #leftModule {
	width: 245px;
	float: left;
}
#content #body {
	margin: 0px 7px 0px 20px;
	float: left;
	width: 716px;
	height: 445px;
}

#footer{
	clear: both;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	width :1000px;
	height: 23px;
	background-image: url(images/index_r18_c1.gif);
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

table.list {
	width: 99%;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
	background-color: #151316;
	}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 200px;
}
