/* CAS HOME PAGE ********************************
----------------------------------------------- */
	
/* content: display
----------------------------------------------- */
div#content dl{ /* creates the bottom curve of the content area */
	width: 410px;
	margin: 0 0 20px 0;
	/*background: #fff url('/images/redesign/contentBottomCurve.gif') no-repeat bottom left;*/
	}
div#content dt { /* creates the top curve of the content area*/
	margin:0;
	padding:0;
	height: 17px;
	background: #fff url('/images/redesign/contentTopCurveWhite.gif') no-repeat top left;
	}

div#content dd {
	margin:0;
	padding:0;
	padding-bottom: 10px;
	}

div#content h1, div#content h2, div#content h3, div#content h4 {
	color:#0B438E;
	border:none;
	}
/* house ad
----------------------------------------------- */
#houseAd img { /* places a border around images in the house ad area */
/* display:none;
	margin: 5px 2.5px;
	padding:0;
	border: 1px solid #fff;*/
	}
/* these are the house ads that display in the 
middle of the text instead of below the left-hand
navigation
----------------------------------------------- */
#homePage #houseAds {
	margin: 0 25px;
	}
#homePage #myCas_houseAds {
	display:none;
	}
#homePage img.houseAdLeft {
	width:163px;
	float:left;
	margin:0;
	padding:0;
	padding-left:0px;
	background:#000;
	}
#homePage img.houseAdRight {
	width:163px; float:right;margin:0;padding:0;padding-right:10px;
	}
#homePage img.houseAdLeft, #homePage img.houseAdRight {
	border:1px solid #999;margin:0;padding:0;
	}


/* navigation
----------------------------------------------- */
/* .navActive {
	display:none;
	}

----------------------------------------------- */


	
#homePageLogo {
	width: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	}