/* CSS Document */
/* ================================================ */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #5E6C75;
	background-image: url(../images/default_background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	overflow-x: hidden;
}

a:link, a:visited, a:hover, a:active {
	color: #333333;
}

td img {display: block;}

p {margin-bottom: 20px;}

li {
	margin-left: 20px;
}

/* ================================================ */

#container {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#sectionheader {
	width: 790px;
	background-color: #FFFFFF;
}

#mainbody {
	width: 945px;
	background-color: #FFFFFF;
	padding: 30px 30px 30px 30px;
}

#mainbody_narrow {
	width: 730px;
	background-color: #FFFFFF;
	padding: 30px 30px 30px 30px;
}

#mainbody_home {
	width: 1005px;
	background-color: #666666;
	font-size: 12px;
}

#mainbody_home p {margin-bottom: 0px;}

#footer {
	width: 1005px;
	background-color: #FFFFFF;
}

#latestnews {
	width: 521px;
	height: 140px;
	background-color: #666666;
	background-image: url(../images/default_latestnews.png);
	padding: 60px 20px 0px 35px;
	font-weight: bold;
	line-height: 20px;
	float: left;
}

#savenow {
	width: 429px;
	height: 200px;
	background-color: #666666;
	float: right;
}

#sponsors {
	width: 940px;
	height: 91px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#benefits {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#imagebar {
	width: 215px;
	float: right;
}

#crfashowbanner {
	width: 1005px;
	height: 50px;
	clear: both;
}

#logoscroller {
	width: 1005px;
	height: 70px;
}

/* ================================================ */

.large {
	font-size: 22px;
}

.largewhite {
	font-size: 22px;
	color: #FFFFFF;
}

.medium {
	font-size: 16px;
}

.small {
	font-size: 11px;
}

.paddedimage {
	padding-left: 20px;
	padding-right: 20px;
}

.paddedtext {
	padding: 10px; 10px; 5px; 10px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.imagebarlogo {
	padding-bottom: 4px;
}

