@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;
	background-color: #660000;
	letter-spacing: normal;
	word-spacing: normal;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e3dfc6;
	margin: 0 auto; /* 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. */
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	height: 252px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.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 */
	padding: 10px 0;
	color: #660000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e3dfc6;
	background-image: url(images/contentbody.jpg);
	background-repeat: no-repeat;
	height: 730px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	width: 440px;
	padding-left: 20px;
	margin-left: 280px;
} 
.twoColFixLtHdr   #textboxheader {
	width: 440px;
	height: 63px;
	background-repeat: no-repeat;
	background-image: url(images/text-header.jpg);
}
.twoColFixLtHdr #textboxheader2 {
	width: 440px;
	height: 63px;
	background-repeat: no-repeat;
	background-image: url(images/text-header2.jpg);
}
.twoColFixLtHdr #textboxheader3 {
	width: 440px;
	height: 63px;
	background-repeat: no-repeat;
	background-image: url(images/text-header3.jpg);
}
.twoColFixLtHdr #textboxheader4 {
	width: 440px;
	height: 63px;
	background-repeat: no-repeat;
	background-image: url(images/text-header4.jpg);
}
.twoColFixLtHdr #textboxheader5 {
	width: 440px;
	height: 63px;
	background-repeat: no-repeat;
	background-image: url(images/text-header5.jpg);
}
.twoColFixLtHdr #textbox {
	width: 420px;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #666666;
	background-image: url(images/text-body.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	height: 100%;
}
.twoColFixLtHdr #text {
	width: 400px;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #666666;
	height: 100%;
	line-height: normal;
	font-variant: normal;
	font-stretch: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	margin: 0;
}

.twoColFixLtHdr #textboxfooter {
	width: 440px;
	height: 65px;
	background-image: url(images/text-footer.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(images/footer.jpg);
	height: 75px;
	color: #660000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}
a:hover{
	text-decoration:none;
	font-family: tahoma;
	color: #660000;
	font-style: normal;
}

a img { border:0;}

ul { list-style:none;}

.column { float:left;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:tahoma; 
		font-size:11px;
		line-height:14px;
		color:#888888;		
	}

input, select { vertical-align:middle; font-weight:normal;}

a {
	color:#666666;
	text-decoration: underline;
	font-family: tahoma;
	font-weight: normal;
	font-variant: normal;
}

