@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-image:url('images/colorBG.jpg');
	background-repeat:repeat-x;
	background-color: #000000;
	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;
}

h1 {
	font: 120% Arial, Helvetica, sans-serif;
	color:#ed2024;
	font-weight:bold;
}

h2 {
	font: 100% Arial, Helvetica, sans-serif;
	color:#FF0;
	font-weight:normal;
}

.class1 A:link {text-decoration: underline; color:#ed2024;}
.class1 A:visited {text-decoration: underline; color:#ed2024;}
.class1 A:active {text-decoration: none; color:#FFO;}
.class1 A:hover {text-decoration: none; color:#FFO;}

.oneColFixCtrHdr #container {
	width: 774px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background: #000000; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #topBar {
	background: #000000; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainImage {
	background: #000000; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #btmBar {
	background: #000000; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:774px;
	height: 100%;
	background-image:url('images/contentBG.jpg');
	background-repeat:repeat-y;
}

.leftSide {
	width:162px;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	float:left;
	background-image:url('images/contentBGleft.jpg');
	background-repeat:repeat-y;
	vertical-align:top;
}

.leftSideCopy {
	padding:20px;
}

.center {
	width:449px;
	height:100%;
	background-image:url('images/copyBG.jpg');
	background-repeat:repeat-y;
	float:left;
	vertical-align:top;
}

.centerCopy {
	padding-left:20px;
	padding-right:20px;
}

.rightSide {
	width:163px;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	float:left;
	background-image:url('images/contentBGright.jpg');
	background-repeat:repeat-y;
	vertical-align:top;
}

.rightSideCopy {
	padding:20px;
}

.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}

.clear {
clear:both;
}
