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 */
	background-image: url(/images/pageBG-b.gif);
	background-repeat: repeat;
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.twoColFixRt #container #mainContent #mcbody {
	line-height: 1.6em;
	padding-right: 25px;
	padding-left: 14px;
	padding-top: 20px;
}
.twoColFixRt #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
	top: 0px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	margin: 0px;
	padding: 0px;
	height: 364px;
	background-image: url(/images/laurel.gif);
	background-repeat: no-repeat;
}
.twoColFixRt #mainContent {
	width: 610px;
	background-image: url(/images/mc-bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	position: relative;
} 
.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;
}
.twoColFixRt #container #footer {
	width: 575px;
	height: 60px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-left: 15px;
}
.twoColFixRt #container #footer #footerContent {
	padding: 10px 0px 0px;
	border-top: 1px dotted #333333;
	text-align: center;
}
.twoColFixRt #container #mainContent #mcbody p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.twoColFixRt #container #mainContent #indexflash {
	margin: 0px;
	padding: 0px 0px 0px 4px;
}
.redletter {
	color: #990000;
}
.twoColFixRt #container #mainContent #nav {
	height: 34px;
	width: 599px;
	margin-left: 4px;
	background: url(/images/navigationBG.gif) repeat-x;
}
.twoColFixRt #container #19cFlag {
	position: absolute;
	height: 114px;
	width: 142px;
	background: #FFF;
	float: left;
}
.twoColFixRt #container #mainContent #pagebanner {
	margin: 0px 15px 0px 20px;
}
.twoColFixRt #container #mainContent #pagebanner #bannerLeft {
}
.twoColFixRt #container #mainContent #pagebanner #bannerRight {
	margin: 15px 10px 10px 152px;
}
.twoColFixRt #container #mainContent #nav ul {
	margin: 0px 0px 0px 175px;
	padding: 0px;
	list-style: url(none) none;
	height: 34px;
}
.twoColFixRt #container #mainContent #nav ul a:link, .twoColFixRt #container #mainContent #nav ul a:visited  {
	float: left;
	font-size: 125%;
	color: #FFF;
	font-weight: bold;
	padding: 7px 10px 10px;
	text-decoration: none;
}
.twoColFixRt #container #mainContent #nav ul a:hover {
	float: left;
	font-size: 125%;
	font-weight: bold;
	padding: 7px 10px 10px;
	text-decoration: none;
	background: #333;
	display: block;
	margin: 0px;
}
.twoColFixRt #container #mainContent #nav .nav li {
	float: left;
}
.twoColFixRt #container #mainContent #mcbody p {
	margin: 0px 0px 7px;
	padding: 0px;
}
.twoColFixRt #container #mainContent #mcbody h1 {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #990000;
	font-size: 150%;
}
.twoColFixRt #container #mainContent #mcbody h2 {
	font-size: 130%;
	color: #333;
	margin: 0px 0px 15px;
	padding: 0px;
}
.twoColFixRt #container #mainContent #mcbody .indexSubContent .indexLeft {
	width: 268px;
	float: left;
	padding-right: 10px;
}
.twoColFixRt #container #mainContent #mcbody .indexSubContent .indexRight {
	width: 268px;
	padding-left: 10px;
	float: right;
}
.twoColFixRt #container #mainContent #mcbody a:link, .twoColFixRt #container #mainContent #mcbody a:visited {
	color: #990000;
}
.twoColFixRt #container #mainContent #mcbody a:hover {
	color: #333;
}
.twoColFixRt #container #mainContent #mcbody a:active {
	color: #990000;
}
.specialHead {
	font-size: 300%;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
}
.twoColFixRt #container #mainContent #mcbody .site {
	margin-bottom: 15px;
}
