 
/*******
	HOME
********/
div#contentWrap.home {
	margin: 10px auto;
	width: 1036px;
	background-image: url(../images/homebg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 605px; }
 
	div#contentWrap.home p { line-height: 17px; font-size:9pt; }

div#contentWrap.home td {padding:0; margin:0;}


div#contentLeft.home {
	width: 675px;
	padding: 0;
	margin: 20px 0 0 -17px;
	height: 323px; }
 
div#contentRight.home {
	width: 359px;
	margin: 20px 19px 0 0;
	height: 323px;
	background-image: url(../images/homeRightBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom; }
 
	div#contentRight.home h2 {
		color: #3ac337;
		font-size: 14pt;
		padding: 10px 0 0 10px; }
 
	div#contentRight.home p {
		color: #898989;
		padding: 10px 0 0 10px; }
 
div#contentRight.home {  }
 
div#pageTitleWrap.home {
	margin-left: 0;
	border-bottom: 1px solid #4e4e4e; }
 
	div#pageTitleWrap.home h1 { margin-left: 14px; }
 
div#mainContentArea.home { background: none; }
 
	div#mainContentArea.home h1 {
		font-size: 14pt;
		margin: 15px 0;
		font-size: 10pt;
		border-bottom: none; }
 
	div#mainContentArea.home p {
		font-size: 11pt;
		color: #fff; }
 
div#sideBarContent.home ul { margin-left: 10px; }
 
	div#sideBarContent.home ul li {
		background: url(/images/list_bg.jpg) no-repeat left top;
		color: #fff;
		font-size: 10pt;
		font-weight: bold;
		padding: 3px 0 10px 30px; }
 
div#mainContentLeft {
	float: left;
	width: 310px;
	padding: 5px 10px 5px 15px;
	border-right: 1px solid #d9d8d8; }
 
div#mainContentMiddle {
	float: left;
	width: 310px;
	padding: 5px 10px;
	border-right: 1px solid #d9d8d8;
	margin-bottom: 15px; }
 
div#mainContentRight {
	float: left;
	width: 310px;
	padding: 5px 15px 5px 10px; }
 
h2 { margin: 5px 0; }
 
div#homeContent {
	background-image: url(../images/home_content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #09F; }

