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

#content dl {
	float: left;
	margin:20px 0px 15px 23px;
/* 	width:380px; */
	padding: 0;
		border: 1px solid #eee; 
		height:12em;
	display: inline; /*fix for iewin double margin bug */
	}

#content dt {
	/*float: right;*/
/* 	width:380px; */
	margin: 0 0 0 0px;
	padding: 20px 0 10px 0;
	font-size:130%;
	font-weight:bold;
	letter-spacing: 1px;
/* 	color: #0066CC; */
	color:#333366;
	}
#content dd {
	margin: 0;
width:104px;
 padding: 0em 0em 0 0em; 
	font-size:85%;
	line-height: 1.5em;
	color: #555;
	}


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