
ul, ol {
	padding-left:20px;
	
}


h1 {
	background-color:black;
	color:white;
	padding:8px 0 5px 8px;
	margin-bottom:5px;
	font-weight:normal;
	text-transform: uppercase;
	clear:both;
}


h3 {
	background-color:#CB9300;
	color:white;
	font-weight:normal;
	margin-bottom:5px;
	padding:3px 0 2px 8px;
	margin:5px 0 5px 0;
	text-transform:uppercase;
	font-size:12px;
	clear:both;
}

h2 {
	font-size:18px;
	background-color:black;
	color:white;
	padding:5px 0 3px 4px;
	margin-bottom:5px;
	font-weight:normal;
	opacity:0.8;
	text-transform:uppercase;
	clear:both;
}

h1 a, h2 a {
	color:white !important;
	text-decoration:none;
	background-color:inherit !important;
}

h1 a:hover, h2 a:hover {
	color:#999696;
}

.hr {
	width:606px;
	height:2px;
	background:url(/images/hr_line.png) no-repeat scroll center;
	margin-top:10px;
	margin-bottom:10px;	
}

p {
	padding:0 0 8px 0;
	line-height:13px;
	margin:0;
	font-family:helvetica;
}
	
img.alignleft {
	padding-right:5px;
	margin-bottom:5px;
}

.alignleft {
	float:left;

}

.alignright {
	float:right;
}