@charset "UTF-8";
/* CSS Document */

h3 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h4 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h5 { font-weight: bold; font-size: 1em; line-height: 18px; }

li {
	margin-bottom: 1em;
}

p.parhead {
	font-weight: bold; font-size: 1em; line-height: 18px;
}

.attrib {
	font-size: 9px;
	font-style : italic;
}

.stdcol {
	width : 680px;
	vertical-align : top;
	padding-right : 30px;
	padding-left: 30px;
}

.sidecol {
	width : 215px;
	vertical-align : top;
}

.sidecol p {
	margin-bottom:12px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 10px;
}

.shadow {
	color: #000000;
	padding-left : 2px;
	padding-right : 2px;
	padding-top: 3px;
	border-width : thin thin thin thin;
	border-style : solid solid solid solid;
	border-color : #FFFFCC #ABA76B #ABA76B #FFFFCC;
	background-color : #FFFF99;
	line-height : 130%;
}

.shadow ul li {
	font-size: 10px;
	margin-left:25px;
	margin-right:5px;
	list-style-image : url(../content/images/reddot.gif);

}

.shadow ol li {
	font-size: 10px;
	margin-left: 5px;
}

.title {
	padding-right : 30px;
	padding-left: 30px;
}

.insetblock2 {
	border-top: 1px solid #CCCC66; 
	border-bottom: 1px solid #CCCC66;
	margin: 0; 
	padding: 2px; 
	background-color: #FFFFF1; 
}


