body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #451318;
}
.oneColFixCtr #container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtr #container #mainContent {
	width: 929px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/main-content-bg.gif);
}
.oneColFixCtr #container #mainContent #leftCol {
	width: 635px;
	float: left;
	margin-top: 15px;
	padding: 10px 25px 40px;
}
.oneColFixCtr #container #mainContent #rightCol {
	float: right;
	width: 240px;
	margin-top: 0px;
}
.yellowLink {
	font-size: 11px;
	float: right;
	height: 22px;
	padding-top: 6px;
}
.yellowLink a {
	color: #FFCC00;
	
}

#footer {
	color: #FFFFFF;
	background-color: #2b2b2b;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: left;
	clear: both;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}

.clearfloat {
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
}

.Arial10bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.Arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Arial11Spaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 180%;
	list-style-type: square;
}
a:link {
	color: #000099;
}
a:visited {
	color: #003399;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}

.AdminTableHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5C66A5;
}
.Arial12Spaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
.TableShade1 {
	background-color: EEF0F6;
}
.TableShade2 {
	background-color: #D0E0F6;
}
.TableShade3 {
	background-color: #F6F6F6;
}

.Button {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #BBD7F6;
	border: 2px outset #F6F6F6;
}
.YButton {font-family: Arial;
 		font-size: 12px;
 		color: #000000;
		border-style: outset;
		border-width: 2px;
		border-color: #FDF4E1;
		background-color: #FBE7BE;
		}
.loginbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.logintextfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ABCCAD;
	margin: 0px;
	padding: 1px;
	height: 13px;
	width: 85px;
	border: 1px solid #93AE96;
}
.searchtextfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 2px;
	height: 15px;
	width: 135px;
	border: 1px solid #666666;
	color: #000000;
}
.searchBut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #CCCCCC;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #792930;
	margin: 0px;
	padding: 0px;
}
#mainContent #rightCol #sideFeatures {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
}
