@charset "UTF-8";

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	background-image: url(../images/pinstripe-bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	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: #3c3f48;
}

.twoColFixLtHdr #container { 
	width: 778px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	position: relative;
	left: 2px;
} 

.twoColFixLtHdr #header { 
	padding: 0;
} 

.twoColFixLtHdr #header h1 {
	display: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 139px;
	padding: 0;
	margin: 0;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 139px;
	padding: 0;
	position: relative;
	top: -8px;
} 

.twoColFixLtHdr #mainContent h1 {
	font-size: 22px;
	position: relative;
	top: -10px;
	background-color: #cecc99;
	padding: 0 28px 15px 28px;
}

.twoColFixLtHdr #mainContent h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 28px;
}

.twoColFixLtHdr #mainContent p {
	padding: 0 28px;
}

.twoColFixLtHdr #mainContent ul {
	color: #a09b11;
}

.twoColFixLtHdr #mainContent td.shade {
	background-color: #cecc99;
}

.twoColFixLtHdr #mainContent td.pubtable {
	padding: 5px;
}

.twoColFixLtHdr #mainContent td.pubtabrt {
	padding: 5px 10px 5px 5px;
	text-align: right;
}

.twoColFixLtHdr #mainContent img.jacked {
	position: relative;
	top: -8px;
}


.twoColFixLtHdr #mainContent .reg {
	color: #3c3f48;
}

.twoColFixLtHdr #footer { 
	padding: 0;
	background: #1b1e25; 
} 

.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 21px 10px 45px 139px;
	color: #7f8084;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

a {
	color: #395377;
}

a:hover {
	color: #496a98;
}

td.calendarheading {
	background-image: url(../images/table-shoulder-round.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #cecc99;
	font-size: 16px;
	font-weight:bold;
	padding: 5px;
}