@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000;

	background-color: #003;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

}

.thrColFixHdr #container {
	width: 925px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px none #FFF; /* this overrides the text-align: center on the body element. */
	background-image: url(cd-back-arch.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	font-size: 12px;
	background-color: #003;
	padding-left: 0px;
	text-align: left;

} 

.thrColFixHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #CCF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	margin-top: 30px;
	background-image: none;
	font-size: 14px;
	position: static;
	background-repeat: no-repeat;
	padding-top: 36px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 16px;

}

.thrColFixHdr {

	background-color: #003;

}





.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 24px;
	text-align: center;
	left: 40px;

} 

.thrColFixHdr #footer {

	padding: 0 10px 0 20px;

	background-color: #003;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #FFF;

	font-weight: bold;

	text-align: center;

} 

.thrColFixHdr #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 */

	font-size: 12px;

}

.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;

	font-family: Verdana, Geneva, sans-serif;

	text-align: left;

}

#color-a {

	background-color: #7F00FF;

}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	background-color: #A8CEAB;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin-top: 50px;
	color: #500;

}

.thrColFixHdr #sidebar3 {

	float: right; /* since this element is floated, a width must be given */

	width: 175px; /* padding keeps the content of the div away from the edges */

	background-color: #C9C9C9;

	padding: 10px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	color: #2A0000;

	margin-top: 50px;

}

.thrColFixHdr #sidebar4 {

	float: right; /* since this element is floated, a width must be given */

	width: 175px; /* padding keeps the content of the div away from the edges */

	background-color: #D5C7D6;

	padding: 10px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-style: normal;

	color: #2A1F00;

	margin-top: 50px;

}

.thrColFixHdr #sidebar5 {

	float: right; /* since this element is floated, a width must be given */

	width: 175px; /* padding keeps the content of the div away from the edges */

	background-color: #C0DCC0;

	padding: 10px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-style: normal;

	color: #2A0000;

	margin-top: 50px;

}

.thrColFixHdr #container #sidebar1 p {
	font-size: 14px;
	color: #2A0000;

}

.para-14 {
	font-size: 14px;
	color: #D40000;
	font-weight: bold;

}

.thrColFixHdr #container #sidebar3 p {

	font-size: 14px;

}

.thrColFixHdr #container #sidebar1 h3 {
	font-size: 14px;
	color: #2A0000;

}

