﻿@charset "utf-8";

body  {
	margin: 0;
	padding : 0;
	background: #ccc url(../images/bg.jpg) center repeat;
	color: #333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #ccc;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #FFF;
}
.twoColFixLtHdr #navigation {
	margin-left: 10px;
	margin-right: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	color: #333;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	border: 2px solid #990033;
	margin-bottom: 10px;
}
.twoColFixLtHdr #sidebar1 p{
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	text-align: left;
	font-size: 14px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	color: #333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 2px solid #990033;
}
.twoColFixLtHdr #mainMailer {
	color: #333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 2px solid #990033;
}
.twoColFixLtHdr #footer {
	color: #fff;
	font-size:14px;
	clear: both;
	width: 940px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: auto;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background: #990033;
	text-align: center;
	} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	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;
}
.Sidebar1Header {
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	text-align: center;
	color: #990033;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #990033;
	text-align: center;
	font-size: 24px;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #990033;
	text-align: center;
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #990033;
	text-align: center;
	font-size: 16px;
}
.twoColFixLtHdr #container #mainContent p {
	color: #333;
	padding-bottom: 0px;
	font-size: 16px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent c {
	color: #333;
	padding-bottom: 0px;
	font-size: 16px;
	text-align: center;
}
.twoColFixLtHdr #container #mainMailer h1 {
	color: #990033;
	text-align: center;
	font-size: 24px;
}
.twoColFixLtHdr #container #mainMailer h2 {
	color: #990033;
	text-align: center;
	font-size: 18px;
}
.twoColFixLtHdr #container #sidebar1 li {
	color: #333;
	padding-left: 12px;
	line-height: 20px;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	color: #990033;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	color: #990033;
	text-align: center;
}
.twoColFixLtHdr #footer table tr {
	color: #333;
	font-size: 14px;
}
.footer tr .linkdiv {
	background-color: #fff;
}
.twoColFixLtHdr #container #mainContent .centertexttable tbody tr {
	color: #333;
	text-align: center;
	font-size: 16px;
}
.twoColFixLtHdr #container #mainContent .centertexttable tbody p {
	color: #333;
	text-align: center;
	font-size: 16px;
}
a:link {
	color: #222;
}
a:visited {
	color: #222;
}
.twoColFixLtHdr #footer a:link {
	color: #fff;
}
.twoColFixLtHdr #footer a:visited {
	color: #fff;
}
.twoColFixLtHdr #container #mainContent .centertexttable tbody tr td p a {
	font-weight: bolder;
	color: #333;
}

#promotions a {
	padding: 2px 14px 2px 13px;
	color: #800000;
	text-decoration: none;
	display: block;
	background-color: #ffffff;
}
#promotions a:hover {
	color: #800000;
	text-decoration: none;
	border:0;
	background-color: #e7c4d0;
}
