@charset "utf-8";
/* CSS Document */

body {
	background: #0D0D0D; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr #upperspace {
	background: #0D0D0D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	width: 823px;
	height: 5px;
}
.oneColFixCtrHdr #container {
	width: 811px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #6C6C6C;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	border: 6px solid #6C6C6C;
}
.oneColFixCtrHdr #header {
	background: #6C6C6C;   /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
}
.oneColFixCtrHdr #mainnav {
	display: inline;
	width: 760px;
}
.oneColFixCtrHdr #subnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6C6C6C;
	font-style: italic;
	background-color: #232323;
	height: 50px;
	width: 741px;
}
.oneColFixCtrHdr #mainContent {
	background: #232323;
	padding-right: 32px;
	padding-bottom: 29px;
	padding-left: 32px;
	padding-top: 10px;
}
.oneColFixCtrHdr #contenttable450 {
	height: 570px;
	width: 741px;
	clip: rect(270px,auto,auto,auto);
}
.oneColFixCtrHdr #contenttable600 {
	height: 600px;
	width: 741px;
	clip: rect(270px,auto,auto,auto);
}
.oneColFixCtrHdr #contenttable800 {
	height: 800px;
	width: 741px;
	clip: rect(270px,auto,auto,auto);
}
.oneColFixCtrHdr #footer {
	width: 823px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	padding-top: 8px;
	text-align: center;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #bottomspace {
	background: #0D0D0D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 25px;
	padding-bottom: 20px;
	width: 823px;
}
.MainContentBodyThirteenLTGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D9D7D7;
	line-height: 18px;
}
.MainContentSubHeaderFifteenLtGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #D9D7D7;
}
.SubNavTwelveGray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6C6C6C;
	font-style: italic;
}
.MainContentBodyGrayItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #D9D7D7;
}
.MainContentBluItalicThirteen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #BBD4EB;
}
#logoT
{
	border: #6C6C6C solid 3px; 
	background-color: #fff;
	font-size: 10px;
	font-weight:bold;
	padding: 3px;
	height: 550px;
	width: 220px;
	vertical-align: top;
	text-align: center;
}

#logoT td
{
	color: #000 !important;
}