/*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:35em;
	border: 1px solid #eee; 
  
	}

#content dl {
	float: left;
	margin:20px 10px 0px 38px;
/* 	width:380px; */
	padding: 0;
		border: 1px solid #eee; 
		height:14em;
	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;
		 }
#content a {color: #fff;}
#content a:hover{color: #ddd;}