@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 125%;
}
.TabHeadContent {
	color: #b7d432;
}
.oneColElsCtr #container {
	width: 25em;
	background: #000;
	margin: 25; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left;
	height: 46em;
	padding-top: 25;
	padding-right: 25px;
	padding-bottom: 25;
	padding-left: 25px;
	vertical-align: top;
	overflow: hidden;
}
.oneColElsCtr #mainContent {
	overflow: hidden;
	border: thin solid #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	text-align: left;
	height: 725px;
	width: 750px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.tablestuff {
	text-align: left;
	vertical-align: top;
}
