body {
	color: #302f2e;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}
p{
	color: #302f2e;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 12px;
}
ul {
	list-style-type: none;
	padding-left: 12px;
}
h1,
.metadata1 {
	color: #1f1a17;
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin: 6px 0;
	padding: 0;
}
h2,
.metadata2 {
	color: #3366cc;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 4px 0;
}
h3,
.title {
	color: #161210;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 3px 0;
	text-transform: uppercase;
}
h4, h5, h6 {
	line-height: 16px;
	margin: 0;
}
a{
	color: #3366cc;
	text-decoration: none;
}
a:hover{
	color: #698fda;
	text-decoration: underline;
}
.metadata3 {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	text-transform: uppercase;
}
.list .list_item {

}
.list .list_subheading,
.entity .entity_subheading,
.form .form_subheading {
	background: #1f1a17 url(/images/header.gif) 0 0 repeat-x;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 7px 13px;
}
.homepage_contentbox .list_item {

}
.page_content_left p:first-child {
	margin-top: 0;
}
.form_button {
	background-color: #3366cc;
	border: 1px solid #3a6bce;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	line-height: 15px;
	padding: 3px 8px;
	text-decoration: none;
	-moz-border-radius: 3px; /* ffox */
	border-radius: 3px;
}
.form_button:hover {
	background-color: #8daae5;
	border: 1px solid #91ade6;
	color: #ffffff;
	text-decoration: none;
}
.date,
.date h3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
.form .form_item .label,
.form .form_item.required .label {
	background-color: #e8e6e4;
}
.contentbox_item {
	margin-bottom: 8px;
}
#ecommerce_module .heading {
	/*background: #1f1a17 url(/images/heading_bg.gif) 0 0 repeat-x;*/
	background-color:#1f1a17;
	height:21px;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	padding: 3px 0px 0px 10px;
}