@charset "UTF-8";
table {
	background-repeat: repeat-x;
	height: 800px;
	width: 1000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(Images/softblueD.gif);
}
body {
	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: center;
	font-size: 100%;
	background-image: url(Images/grey2.jpg);
}
.tablecenter {
	width: 250px;
}
.oneColElsCtr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #09181A;
	padding-top: 15px;
	background-image: url(Images/sidebarspacer5color.gif);
	background-repeat: repeat-x;
	top: 40px;
	position: relative;
}
.oneColElsCtr #mainContent {
	background-image: url(Images/background5/images/backgroundA.jpg);
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	width: 1000px;
	background-repeat: repeat-x;
	background-color: #09181A;
}
.td1 {
	background-color: #0A191B;
	background-image: url(Images/background5/images/backgroundA.jpg);
	background-repeat: repeat-x;
}
.sidebarright {
	background-color: #C1D9DD;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	width: 260px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 20px;
	line-height: 1.4em;
}
a:link {
	text-decoration: none;
	color: #973B20;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #465069;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #918742;
}
a:active {
	text-decoration: none;
	color: #74899C;
}
.foot {
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	color: #ACCEEB;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contentimg {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
