@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-color: #E7DAC7;
	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: #555;
}
.thrColFix table h2	{
	position: absolute;
	top: -50px;
}
.thrColFix a:link {
	color: #900;
	text-decoration: none;
}
.thrColFix a:visited {
	color: #900;
	text-decoration:none;
}
.thrColFix a:hover {
	color: #999;
	text-decoration:underline;
}
.thrColFix a:active {
	color: #900;
	text-decoration:none;
}
h1	{
	font-size: 135%;
	font-variant: small-caps;
	margin: 0px;
}
.thrColFix #floatingBgrnd {
	position: absolute;
	top: 0px;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 100%;
	height: 680px;
	margin: 0;
	z-index: -1;
}
.thrColFix #container {
	background-color: #FFF;
	position: relative;
	top: 0px;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.thrColFix #lShadow {
	position: absolute;
	top: 0px;
	left: -15px;
	background: url(../images/lShadow.png) repeat-y;
	width: 15px;
	height: 100%;
	z-index: 49;
}
.thrColFix #nav {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../images/nav.png) no-repeat;
	width: 1000px;
	height: 44px;
}
.thrColFix #imgWindow {
	position: relative;
	top: 0;
	left: 0px;
	background: #FFF;
	width: 1000px;
	height: 380px;
}
.thrColFix #imgBase {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../images/imgBase.jpg) no-repeat;
	width: 1000px;
	height: 180px;
}
.thrColFix #content {
	position: relative;
	top: -5px;
	background: #FFF;
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	vertical-align: top;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFix #col1 {
	position: relative;
	float: left;
	top: -35px;
	left: 0px;
	width: 333px;
	padding: 0px;
}
.thrColFix #col2 {
	position: relative;
	float: left;
	top: -35px;
	left: 0px;
	width: 333px;
	padding: 0px;
}
.thrColFix #col2up {
	position: relative;
	top: -35px;
	left: 0px;
	width: 576px;
	margin: 0px 0px 0px 50px;
	padding: 0px 13px 0px 0px;
	border-right: dotted 2px #999;
}
.thrColFix #col3up {
	position: relative;
	top: -35px;
	left: 0px;
	width: 885px;
	margin: 0px 0px 0px 50px;
	padding: 0px 13px 0px 0px;
	border-right: dotted 2px #999;
}
.thrColFix #rShadow {
	position: absolute;
	top: 2px;
	left: 1000px;
	background: url(../images/rShadow.png) repeat-y;
	width: 15px;
	height: 100%;
	z-index: 50;
}
.thrColFix #footer {
	position: relative;
	bottom: -25px;
	left: 0px;
	font-size: 65%;
	text-align: right;
	width: 100%;
	height: 20px;
}
.thrColFix #footer a:link {
	font-weight: bold;
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555; 
}
.thrColFix .cellPad {
	padding-left: 15px;
	padding-right: 15px;
}
.thrColFix #calendar h3 {
	font-size: 125%;
}
.thrColFix #calendar {
	font-size: 75%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
}
.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;
	float: none;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

