/* CSS Document */
body {
	background: #fff url("/img/bk_hm_body.gif") top center repeat-x;
}
#content-hm {
	background: url("/img/bk_hm_content.gif") top left repeat-y;
	float: left;
	width: 770px;
}
		#hm-band {
			height: 275px;
			background:#F8F7F3 url(/img/emblem.gif) bottom right no-repeat;
			border-top: 1px #fff solid;
			border-bottom: 1px #fff solid;
		}
	
			div.flash-left {
				float: left;
				width: 275px;
			}

			div.flash-right {
				float: right;
				width: 460px;
			}

#content-hm {
	background: url("/img/bk_hm_content.gif") top left repeat-y;
	float: left;
	width: 770px;
	padding-bottom:30px;
}

.col1 {
	display: block;
	width: 275px;
	float: left;
}
.col1 h1, .col1 h2, .col1 p{
	padding-left: 45px;
	padding-right: 30px;
}
.col2 {
	display: block;
	width: 248px;
	float: left;
}
.col2 h1, .col2 h2, .col2 p{
	padding-left: 30px;
	padding-right: 30px;
}
.col3 {
	display: block;
	width: 246px;
	float: left;
}
.col3 h1, .col3 h2, .col3 p{
	padding-left: 30px;
	padding-right: 30px;
}

h1 {
	font-size: 12px;
	margin-bottom: 0;
}

h2 {
	font-size: 11px;
	font-style: bold;
	margin-top: 6px;
	margin-bottom: 12px;
}

div.flash-right h1{
	font-size: 14px;
	padding-top: 10px;
}

div.flash-right p{
	padding-right: 35px;
}
