* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(images/home-bkgd.gif) repeat-x 0px 160px;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #1483B8;
}
a:hover {
	text-decoration: none;
}
h2 {
	font-size: 160%;
	margin-bottom: 5px;
	color: #333333;
}
p {
	margin-bottom: 10px;
	line-height: 140%;
	color: #333333;
}

.message {
	color: #ff0000;
	font-size: 85%;
	padding-bottom: 3px;
}

/* Branding */

#branding {
	height: 350px;
	background: url(images/home-header.jpg) no-repeat 0px 42px;
	width: 960px;
	float: left;
	margin-bottom: 30px;
}
#logo {
	padding-top: 20px;
	padding-left: 40px;
	float: left;
}
.replace {
	position: relative;
	margin: 0px /*auto*/;
	padding: 0px;
	overflow: hidden;
	/* */
}
.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#logoh1, #logoh1 span {
	height: 119px;
	width: 324px;
	background-image: url(images/home-logo.gif);
}
#info {
	float: right;
	padding-top: 40px;
}

/* Left Column */

#leftColumn {
	float: left;
	width: 270px;
	clear: both;
	padding-left: 40px;
}
#wideColumn {
	float: left;
	width: 550px;
	clear: both;
	padding-left: 215px;
	padding-right: 175px;
}
.box {
	background: #EBEBEB
}
.box table td{

}
.box input.textbox {
	width: 140px;
}
.box p {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 85%;
	line-height: 140%;
}
.box p.top {
	background: url(images/home-boxtop.gif) no-repeat 0px top;
	padding-top: 65px;
	padding-bottom: 10px;
}
.box p.afftop {
	background: url(images/home-afftop.gif) no-repeat 0px top;
	padding-top: 65px;
	padding-bottom: 10px;
}
.box p.form {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 75%;
}
.box p.bot {
	background: url(images/home-boxbot.gif) no-repeat 0px bottom;
	padding-bottom: 25px;
	font-size: 75%;
}
.box p.affbot {
	background: url(images/home-affbot.gif) no-repeat 0px bottom;
	padding-bottom: 25px;
	font-size: 75%;
}

/* Right Column */

#rightColumn {
	float: left;
	width: 590px;
	padding-left: 40px;
}
#rightColumn table td {
	font-size: 85%;
	padding: 5px 0px 5px 5px;
}
#rightColumn table th {
	background: #6BB0CB;
	color: #FFFFFF;
	padding: 5px 8px;
	text-align: left;
	border-bottom: 5px solid #88BFD5;
}

/* Footer */

#footer {
	clear: both;
	float: left;
	border-top: 1px solid #E0E0E0;
	width: 100%;
	margin-top: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 80%;
}
#footer p.left {
	padding-left: 35px;
	float: left;
}
#footer p.right {
	float: right;
	padding-right: 35px;
}
