body {
	color: #5F5B5A;
	font-family: "Helvetica New", Helvetica, Arial;
	font-size: 13px;
	line-height: 14px;
}
h1, #blogH1 {
	color: #FCFCFE;
	font-size: 31px;
	margin-top:24px;
	padding-left: 4px;
}
.homeH1 {
	font-size: 37px;
	line-height: 41px;
	margin-top: 8px;
	padding-left: 0;
 	width: 328px;
}
h2, #blogH2 {
	color: #FCFCFE;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	margin-top: 17px;
	padding-left: 4px;
	width: 627px;
}
.homeH2 {
	padding-left: 0;
 	width: 328px;
}
h3, #rightCol h1, #homeContent h3 {
	color: #C62F26;
	font-size: 25px;
	line-height: 28px;
	margin: 0 0 16px 0;
	padding-left: 0;

}
#homeContent h3 {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 9px;
}
	h3 a {
		text-decoration: none;
	}
h4, #rightCol h2, #rightCol h2 a {
	color: #5F5B5A;
	font-size: 22px;
	letter-spacing: normal;
	line-height: 24px;
	margin-left: 0;
	padding: 0 0 8px 0;
	width: auto;
}

h5, #rightCol #fullBlogPost h3 {
	border-bottom:1px solid #DEDEDE;
	font-size:18px;
	font-weight:normal;
	line-height:19px;
	margin-bottom:12px;
	padding-bottom:9px;
}


h6, #rightCol #fullBlogPost h4 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}

a {
	color: #B9322C;
}
a:hover {
	color: #666666;
}

#rightCol img {
	padding: 6px;
}
#rightCol p, #leftCol p, #homeContent p {
	line-height: 19px;
	padding-bottom: 20px;
}

hr {
	color: #AAAAAA;
}

ul, ol {
	font-weight: bold;
	margin-left: 40px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}
	li {
		padding: 5px 5px 5px 0;
	}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid #AAAAAA;
}
	

.clear {
	clear: both;
}



p.smallPrint {
	font-size: 9px;
}
#rightCol .inputLabel, #leftCol .inputLabel {
	padding: 4px 0;
}

.hide {
	display: none;
}

label {
	display: inline-block;
	margin-bottom: 4px;
	padding: 4px;
	vertical-align: top;
	width: 150px;
}
input[type="text"] {
	border: 1px solid gray;
	margin-bottom: 4px;
	padding: 4px;
	width: 300px;
}
input[type="submit"] {
	padding: 4px;
	margin: 4px 0 20px 0;
}

#rightCol .customForm textarea, #leftCol .customForm textarea, .customForm textarea {
	border: 1px solid gray;
	height: 100px;
	margin-bottom: 4px;
	padding: 4px;
	width: 300px;
}

