@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccc99;
	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;
}
.twoColFixLtHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFCC33;
	margin-top: 23px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-position: 30px bottom;
	background-repeat: no-repeat;
	background-image: url(assets/images/backgrounds/cpfoot_bkd.gif);
	height: 600px;
} 
.twoColFixLtHdr #header {
	background-color: #FFCC33;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.twoColFixLtHdr #header h1 {
	background-color: #FFCC33;
	background-image: url(assets/images/backgrounds/cphead_bkd.gif);
	background-position: 0px 82px;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 65px;
	text-align: right;
	margin: 0;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1 {
	width: 312px;
	display: inline;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 350px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
	background-position: -5px 330px;
	text-indent: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: left;
}
.logoimage {
	display: inline;
	width: 306px;
}
.twoColFixLtHdr #mainContent {
	background-color: #333366;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CC9933;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-transform: uppercase;
	text-align: left;
	width: 570px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(assets/animation/cp_homeanim.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 310px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: 12px;
	float: left;
	display: inline;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	width: 485px;
	float: right;
	margin-top: 0px;
	margin-right: 130px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFCC33;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
	background-color: #993300;
}
.twoColFixLtHdr #sidebar1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CC9933;
	text-align: left;
	text-indent: 12px;
}
