@charset "UTF-8";
/* CSS Document */

#subheader{
	background: url(../images/styles/subheader_simple.jpg) no-repeat;
	height: 65px;
}

h1 {
	color: #ee2a24;
	font-weight: lighter;
}

#main_area_text h3.first_header{
	margin: 0 0 5px 0;
	padding-top: 0;
	border: none;
	color: #333;
	font-size: 100%;
	font-weight: bold;
}

.arrowlist dt {
	font-weight: bold;
	line-height: 150%;
	color: #000;
	margin-left: 4px;
}

dt.first_definition {
	margin-top: 8px;	
}

.arrowlist dd {
	margin: 5px 5px 20px 0;
	padding: 0 0 30px 38px;
	background-image: url(../images/styles/crayon_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 1px;
	border-bottom: 5px dotted #fce7ad;
}

dd.last_definition {
	border: none;	
}
