@charset "UTF-8";
body  {
	background: #993300;
	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;
	font-family: Garamond, serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 801px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fdf5e6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 198px;
	width: 801px;
} 
.twoColFixLtHdr #navBar {
	height: 30px;
	width: 801px;
}
.twoColFixLtHdr #navBar2c {
	height: 30px;
	width: 801px;
	background-color: #d3d3a6;
	text-align: center;
	color: #993300;
	font-size: 90%;
	font-weight: bold;
}
 
.twoColFixLtHdr #sidebar1 {
	width: 162px;
	height: 707px;
}
.twoColFixLtHdr #mainContent {
	background-color: #fdf5e6;
	width: 639px;
	height: auto;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/footerBG.jpg);
	height: 65px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
} 


.twoColFixLtHdr #footer table {
	font-weight: normal;
	color: #993300;
	text-align: center;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 163;
	font-size: 85%;
}


a:active {
	color: #993300;
	text-decoration: none;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #cdaa7d;
	text-decoration: underline;
}

.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	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;
}
.bgSideBar {
	background-image: url(images/subNavIndex.jpg);
	background-repeat: repeat-y;
}
.sigilText {
	color: #FDF5E6;
	font-size: 50%;
}
.redText {
	color: #990000;
}
.largeText {
	font-size: 125%;
}
