body  {
	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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ccdff0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../CC_images/pattern_062.gif);
}
.twoColFixRtHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4%;
} 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../CC_images/header_970x135px.png);
	height: 135px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #820E29;
	text-decoration: none;
	float: right;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
	white-space: normal;
	letter-spacing: 0.02em;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 17%;
	padding-top: 5px;
	padding-right: 25px;
	background-color: #FFF;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	width: 45%;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: none;
	float: right;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-top: 1%;
	margin: 0px;
} 
.leftColumn {
	width: 28%;
	float: left;
	padding-top: 20px;
	padding-left: 25px;
}
.twoColFixRtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../CC_images/footer1.png);
	height: 44px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: none;
	height: 49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	float: none;
	text-align: right;
	padding-right: 20px;
	padding-top: 23px;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.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;
}
#header a:link {
	color: #820E29;
	text-decoration: none;
}
#header a:visited {
	color: #820E29;
	text-decoration: none;
}
#header a:hover {
	color: #333;
	text-decoration: none;
}
#header a:active {
	color: #333;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent h5 a {
	color: #820E29;
	text-decoration: underline;
}
a:link {
	color: #820E29;
	text-decoration: underline;
}
a:visited {
	color: #820E29;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
.twoColFixRtHdr #container #sidebar1 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #820E29;
	text-decoration: underline;
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	white-space: normal;
	text-indent: 0px;
}
.twoColFixRtHdr #container #mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-indent: 0em;
	white-space: normal;
	padding-top: 4px;
}
#sidebar1 p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #820E29;
	text-decoration: underline;
}
#sidebar1 p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
#sidebar1 p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
#sidebar1 p a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
