@charset "UTF-8";
@import "common.css";
#threeup {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-color: #f8fbed;
	overflow: hidden;
	padding-left: 30px;
}
#threeup .box {
	float: left;
	width: 280px;
	margin-right: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#threeup .box h2 {
	margin-bottom: 8px;
	font-size: medium;
	font-weight: bold;
	color: #555;
}
#threeup .box p {
	font-size: small;
	clear: both;
	margin-bottom: 8px;
	line-height: 120%;
	color: #555;
}
#threeup .box a {
	color: #6f8f02;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6f8f02;	
}
#threeup .box a:hover {
	color: #000;
	border-bottom-color: #000;	
}
#content #left {
	width: 620px;
	float: left;
	margin-right: 30px;
}
#banners {
	width: 590px;
	padding: 15px;
	height: 330px;
	background-image: url(../images/blue-stripe-tile.png);
	background-repeat: repeat;
}
#banners p {
	font-size: small;
}
#banners img {
	margin-bottom: 7px;
}
#content #right {
	float: left;
	width: 310px;
}
#content #right h1 {
	font-size: x-large;
	color: #06C;
	margin-top: 4px;
}
#content #right .home-large-text {
	font-size: large;
	line-height: 120%;
	color: #06C;
	margin-bottom: 4px;
	margin-top: 4px;
}
#content #right p {
	font-size: small;
	color: #06C;
	margin-bottom: 15px;
	line-height: 140%;
}
#banners p .home-banner-next {
	float: right;
	margin-top: 5px;
}
#banners p .home-banner-next a {
	background-color: #bfdb66;
	padding: 3px;
	color: #2f3b05;
	text-decoration: none;
	margin-left: 7px;
}
#banners p .home-banner-next a:hover {
	background-color: #2f3b05;
	color: #FFF;
}
