@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #990000;
}
.twoColFixLt #container {
	width: 775px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #990000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #7C2F1F;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #990000;
	margin: 0px;
	height: 100%;
	z-index: 99;
	position: absolute;
	left: 0px;
	top: 0px;
}
.twoColFixLt  #footer   {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	width: 570px;
}

.twoColFixLt #mainContent {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding: 0px;
	top: 0px;
	right: 0px;
} 
.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;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C1C1B;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6C1C1B;
	font-weight: bold;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6C1C1B;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #392E7A;
	font-weight: bold;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
dir {
	margin: 0px;
	padding: 0px;
}
.buttonWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
	margin: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;


}
.bodytextLrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6C1C1B;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}
.bodytextMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6C1C1B;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}
.bodytextSml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C1C1B;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	line-height: 12px;
}
.bodytextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}
.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;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7C2F1F;
	line-height: 18px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7C2F1F;
	line-height: 18px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7C2F1F;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #392E7A;
	font-weight: bold;
}
.twoColFixLt #footer2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 575px;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLt #mainContent1 {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}
.mailListA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.mailListB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.mailListB a {
	color: #FFFF00;
}
.mailListB a:link {
	color: #FFFF00;
}
.mailListB a:hover {
	color: #FFFF00;
}
.mailListB a:active {
	color: #FFFF00;
}
.mailListB a:visited {
	color: #FFFF00;
}
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.largeTxt {
	font-size: 24px;
}

