@charset "ISO-8859-1";

/************** THIS IS THE LINEN BODY TAG *******************/
/*body  {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	background: #F0EFEA url(../images/linenTile.gif) repeat;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
	color: #000000;
}*/
/************** END LINEN BODY TAG *******************/




/************** THIS IS THE CHARTREUSE (SPRING) BODY TAG *******************/
/*body  {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	background: #99CC33 url(../images/linenTilec2.gif) repeat;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
	color: #000000;
}*/
/************** END CHARTREUSE (SPRING) BODY TAG *******************/





/************** THIS IS THE CHOCOLATE (WINTER) BODY TAG *******************/
/*body  {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	background: #663300 url(../images/linenTilechoc.gif) repeat;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
	color: #000000;
}*/
/************** END CHOCOLATE (WINTER) BODY TAG *******************/





/************** THIS IS THE DEEP ORANGE (FALL) BODY TAG *******************/
/*body  {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	background: #F0EFEA url(../images/linentileorange.gif) repeat;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
	color: #000000;
}*/
/************** END DEEP ORANGE (FALL) BODY TAG *******************/


/************** THIS IS THE Natural (FALL) BODY TAG *******************/
body  {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
	color: #000000;
}
/************** END DEEP ORANGE (FALL) BODY TAG *******************/



.cmoon #container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.cmoon #header {
	background: #FFFFFF url(../cmimg/cmHeadLogo.gif) no-repeat 20px;
	padding: 0 10px 0 20px;
	height: 91px;
}
.cmoon #headright {
	float: right;
	width: 500px;
	background-color: #FFFFFF;
	height: 35px;
	position: relative;
	top: 35px;
}
.cmoon #subheader {
	/*background: #EBEBEB url(../cmimg/subheadart.gif) no-repeat;*/
	background: #FFFFFF url(../cmimg/subheadart.gif) no-repeat;
	padding: 0 10px 0 20px;
	height: 25px;
} 
.cmoon #subheader .breadcrumb {
	padding: 6px 0 0 160px;
	color: #999999;
} 

.cmoon #sidebar1 {
	float: left;
	width: 130px;
	background: #FFFFFF;
	padding: 15px 10px 15px 20px;
}

/* THERE'S A 30 PIXEL DIFFERENCE BETWEEN THE SIDEBAR AND THE MAIN CONTENT DIVS */

.cmoon #mainContent { 
	margin: 0 0 0 160px;
	border-left: 1px solid #CCCCCC;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.cmoon #footer {
	padding: 24px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#BBC4B7; 
	background: #83AE53;*/
	background: #99cc33 url(../cmimg/color_box_bar.png) no-repeat;
} 
.cmoon #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: 8px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color: #EBEBEB;
}
.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;
}