	

body {
background-color: #C7d5E1;
	width: 100%;
}

/*
.pgwrap {
	background: transparent url(../img/ccs_bgfade.jpg) no-repeat bottom center;
	width: 775px;
}
*/
/*
td.calendar {
	border: 1px solid #968D79;
	background: #646057;
	width: 228px;
	padding: 6px;
	margin: 6px;
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	color: #ffffff;
}
*/


table.pgcontent {
	width: 590px; /* was 570px */
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
}


table.navigation {
	width: 200px; /* was 190px */
	float: left;
	/*border: 1px solid #968D79;
	background: #646057;*/
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
}


/* ------- left nav styles ------- */

#nav {
 	list-style: none;
 	margin: 0;
	padding: 0;
 	}
 	
#nav a {
 	color: blue;
 	text-decoration: none;
 	font: normal 12px/14px verdana; 
 	display: block;

	}
 
#nav a:hover {
	color: blue;
	text-decoration: underline;
 	/*background: transparent url(../) no-repeat top left; */
 	}

/* ------- end left nav styles ------- */

td.bgtop {
	background: #fff url(../img/bjm_bgtop.gif) repeat-x top center;
	height: 16px;
		margin: 0px;
	padding: 0px;
}

td.bgbtm {
	background: #fff url(../img/bjm_bgbtm.gif) repeat-x top center;
	height: 17px;
		margin: 0px;
	padding: 0px;
}

td.bgleft {
	background: #fff url(../img/bjm_bgside_left.gif) repeat-y top right;
	width: 17px;
		margin: 0px;
	padding: 0px;
}

td.bgright {
	background: #fff url(../img/bjm_bgside_right.gif) repeat-y top left;
	width: 17px;
		margin: 0px;
	padding: 0px;
}

H1 {
	color: #cc000; /* B29747*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

H2 {
	color: #c00; /* B29747*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
}

a:link {
	color: #cc33ff;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:visited {
	color: #cc33ff; /*84A643 - green*/
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:hover {
	color: #9933CC; 
	text-decoration: none;
}

.footer {
	background: #68645B;
	height: 48px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.05;
	color: #ffffff;
	text-align: middle;
}

a.footer:link {
	color: #fff;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.05;
	text-decoration: none;
	font-weight: normal;
}

a.footer:visited {
	color: #fff;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.05;
	text-decoration: none;
	font-weight: normal;
}

a.footer:hover {
	color: #D2C8AA; /*cc33ff*/
	text-decoration: underline;
}

