html, body {
	background: #FFF;
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #222222;
	font-size: 14px;
}

a:link, a:active, a:visited {
	color: #C12026;
	text-decoration: underline;
}

a:hover {
	color: #C12026;
	text-decoration: none;
}

h2, h3 {
	color: #C12026;
}

.header {
	background: url(/images/uploads/bg_header.jpg) top center repeat-x;
	height: 143px;
	vertical-align: bottom;
	text-align: center;
}

.nav {
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer {
	background: url(/images/uploads/bg_footer.jpg) bottom center repeat-x;
	height: 28px;
	vertical-align: middle;
	color: #FFF;
}

img {
	border: 0 0 0 0;
}

.contact_form label {
	font-weight: bold;
}

.contact_form input[type="text"] {
	height: 22px;
	width: 200px;
}

.error {
	color: #C12026;
	font-weight: bold;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cell {
	border: 2px solid #C12026;
	text-align: center;
	vertical-align: top;
}

th.cell {
	color: #C12026;
	font-size: 16px;
}

td.cell {
	color: #222222;
}

.form_desc {
	font-weight: bold;
	font-size: 12px;	
}
.form_sub {
	font-size: 9px;
}
.highlight {
	color: #C12026;
}

.cell ul {
	margin: 5px; 
	padding: 18px;
}
.cell ul li {
	list-type: none; 
	margin: 0; 
	padding: 5px 0 5px 0; 
}
