@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/home/body-bg.gif);
	background-repeat:repeat-x;
}
#col2 p, #col3 p {
	font-size:11px;
	padding:0;
	margin:0;	
}
#col2 p a, #col3 p a {
	font-size:14px;
}
#col2 .hrule {
	clear:both;
	height:1px;
	overflow:hidden;
	font-size:0;
}
#subnav {
	display:none;
}
#main-content {
	margin-top:0;
	width:100%;
}
.home-column {
	width:265px;
	min-height:620px;
	border:1px solid #eae8e8;
	float:left;
	margin:20px 5px;
	padding:10px;
}
.home-column h1, .home-column h2 {
	font-size:24px;
	color:#3c3b3b;
	font-weight:normal;
	margin:0 0 5px 0;
	border-bottom:1px solid #e3e3e3;
}
.home-column strong {
	border-bottom:1px dotted #ed1d24;
	display:block;
	width:175px;
	float:left;
}
.home-column img {
	padding-right:5px;
}
.home-column .txtfield {
	width:200px;
}
.home-column textarea {
	width:242px;
}
.home-column table {
	margin-top:20px;
}
.home-column a {
	font-weight:bold;
	color:#ed1d24;
	text-transform:lowercase;
}
