#content div.boxtop {
	border: 1px solid white;
	border-bottom: 0;
	background-color: #d1e2a1;
	background-image: url(../images/boxtitle.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	padding-top: 5px;
}

#content div.boxbottom {
	border: 1px solid white;
	border-top: 0;
	background-color: #d1e2a1;	
	background-image: none;
	padding: 10px;	
	padding-top: 15px;
	min-height: 380px;
}

#content div.boxbottom_error {
	border: 1px solid white;
	border-top: 0;
	border-bottom: 0;
	background-color: #d1e2a1;	
	background-image: none;
	padding: 10px;	
	padding-top: 15px;
}

/* iE6 Hack */
* html #content div.boxbottom {
	height: 380px;
}


#content div.boxbottom_small {
	border: 1px solid white;
	border-top: 0;
	background-color: #d1e2a1;	
	background-image: none;
	padding: 10px;	
	padding-top: 0px;
}

#content h1 {
	font-size: 108%;
	font-weight: bold; 
	padding: 0;
	margin: 0;
	color: white;
	letter-spacing: 1px;			
}

#content h1.yellow {
	font-size: 108%;
	font-weight: bold; 
	padding: 0;
	margin: 0;
	color: #EFE60D;
	letter-spacing: 1px;			
}
	
#content h2 {
	font-size: 108%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#content hr {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted black;	
}

#content a {
	color: #257c1b;
	text-decoration: underline;
}
	
#content a:hover {
	color: white;
}




