/*An extra page that deals with needs of individual pages
this is second as this page will overide settings in default style sheet*/



#content {
	background: url("../images/lighter.gif");
	font-size:140%;
	width:100%; 
	height:25em;
/* float: left; */
/* float: right;  */
	border: 1px solid #eee; 
/* background: #fff url("bglilac.gif") repeat-x 0 0; */
  
	}
/* #content dd ul {padding-left:7px; margin-left:7px;} */
#content dl {
	float: left;
	margin:30px 10px 0px 38px;
/* 	width:380px; */
	padding: 0;
		/*border: 1px solid #eee;*/ 
		/*height:10em;*/
	display: inline; /*fix for iewin double margin bug */
	}
#content dt {
	/*float: right;*/
/* 	width:380px; */
	margin: 0;
	padding: 0 0 10px 0;
	font-size:130%;
	letter-spacing: 1px;
	color: #0066CC;
	}
#content dd {
	margin: 0;

/*width:104px;*/
 padding: 0em 0em 0 0em; 
	font-size:85%;
	line-height: 1.5em;
	color: #555;
	}
#content span
{float:right;margin: -180px 0 0 0;z-index:99;padding: 0em 2em 0 0em;}

#content .alt dt {
		float: left;
		}
#content .alt dd.img img {
		float: left;
		 
			}

#centercolumn dt {margin: 0;
	padding: 0 0 10px 0;
	font-size:130%;
	letter-spacing: 1px;
	color: #333366;
	}
#centercolumn a:hover
{
color: #006633;
 background-color: #CCFFFF; 
}
#centercolumn a:visited
{
color: #006633; 
}