@charset "utf-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #DDCCA5;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(../assets/PageBackground.jpg);
}


.twoColFixLtHdr #container {
	width: 840px;
	text-align: left;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../assets/MainBackground.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9A1D2B;
	border-left-color: #9A1D2B;
} 
.twoColFixLtHdr #search {
	background-repeat: repeat-x;
	text-align: right;
	font-size: 10px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.twoColFixLtHdr  #navigationTop  {
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #9A1D2B;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 20px;
}
.twoColFixLtHdr #header {
	height: 322px;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr  #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: left;
	display: inline;
	padding-top: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
} 
.twoColFixLtHdr #auxilaryRow {
	background-color: #FFFFFF;
	display: block;
	padding-top: 10px;
}

.twoColFixLtHdr #auxilaryLinks {
	text-align: center;
	background-image: url(../assets/NavBackground.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	background-color: #FFFFFF;
	clear: both;
}

.twoColFixLtHdr #footer {
	background-color: #9A1D2B;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
} 
.twoColFixLtHdr  #compLogos {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 10px;
	padding: 2px;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.twoColFixLtHdr #copyrights {
	font-size: 10px;
	color: #666666;
	padding-top: 3px;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A1D2B;
	text-align: center;
}

.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;
}
