body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #CFD8DD;
	background-image: url(images/Grad.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clip: rect(0px,auto,auto,auto);
} 
#header  {
	padding: 0;
} 
#content  {
	background-color: #FFF;
	padding: 0;
	margin-top: 27px;
	margin-bottom: 30px;
} 
#footer  {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CD1F36;
	background-color: #CCC;
	height: 30px;
	margin-bottom: 15px;
} 
#conditions {
	background-color: #CCC;
	text-align: center;
	margin-top: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topspace {
	background-color: #CFD8DD;
	width: 1040px;
	margin-left: -20px;
	height: 30px;
}
#logo {
	background-image: url(images/logo.gif);
	padding-top: 0px;
	background-repeat: no-repeat;
	height: 90px;
}
#botspace {
	background-color: #CFD8DD;
	width: 1040px;
	margin-left: -20px;
	height: 500px;
	background-image: url(images/bot.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 20px;
	text-align: center;
}
#leftcont {
	float: left;
	width: 475px;
}
#rightcont {
	float: right;
	width: 475px;
}
#content #leftcont h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CD1F36;
	padding-left: 0px;
}
#leftcont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 0px;
}
#leftcont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 16px;
}
#rightcont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	padding: 0px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.sunhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #CD1F36;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CD1F36;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 12px;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bolder;
	color: #333;
	text-align: left;
}
#image {
	float: right;
	width: 380px;
}
#content #rightcont h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CD1F36;
	font-weight: bold;
}
#rightcont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	top: 30px;
}
#bullets {
	padding-right: 30px;
	padding-bottom: 40px;
	margin-left: -20px;
}
.bodyboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bolder;
	color: #CD1F36;
	text-align: left;
}
#textleft {
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 75px;
	background-color: #FFF;
}
#textright {
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 80px;
	background-color: #FFF;
}
#headnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
}
