#pagewrapper {
	background-color: #000;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 40px;
}
#topbanner {
	background-color: #000;
	float: left;
	height: 40px;
	width: 750px;
	position: relative;
	padding-left: 50px;
	color: #FFF;
	padding-top: 20px;
}
#lhbanner {
	background-color: #ED1C24;
	float: left;
	height: 2520px;
	width: 100px;
	position: relative;
}
#rhcontentwrapper {
	background-color: #000;
	float: right;
	height: auto;
	width: 800px;
	position: relative;
}
.contentpanel {
	background-color: #000;
	float: left;
	height: auto;
	width: 800px;
	position: relative;
}
#actionpanel {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 900px;
	position: relative;
}
#footer {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 800px;
	position: relative;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #ED1C24;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contactinfo {
	background-color: #000;
	float: left;
	height: auto;
	width: 780px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	clear: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: -100px;
}
.formlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	height: 120px;
	width: 220px;
	position: relative;
	margin-left: 17px;
	background-color: #FFF;
	padding-left: 10px;
	font-size: 14px;
	text-align: center;
	padding-right: 10px;
	border-top-width: 10px;
	border-right-width: 2px;
	border-bottom-width: 10px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED1C24;
	border-right-color: #CCC;
	border-bottom-color: #F00;
	border-left-color: #CCC;
}
.boldtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a {
	color: #FFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
#footer a:link {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer a {
	color: #F000;
	font-weight: bold;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:active {
	color: #000;
	text-decoration: none;
}
