body {
	padding: 0;
	color: #000000;
	background-color: #876;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #063;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #00F;
}

a:hover {
	text-decoration: underline;
	color: #00F;
}

a:visited {
	color: #00F;
}
a:active {
	color: #00F;
}

img.float {
	float: left;
}

.imageZoom {
	padding-top: 5px;

}

/* Nav */

#topnav {
	width: 875px;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
}
#logo {
	width: 880px;
	height: 73px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/hdr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Header */

#header {
	width: 880px;
	height: 216px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

/* Content */

#content {
	width: 880px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px none #A33000;
}

#colOne {
	float: left;
	width: 390px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	height: 200px;
	background-image: url(images/CRmemberbkg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: right;
	width: 400px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	height: 200px;
	background-image: url(images/CRmember1bkg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#colThree {
	float: left;
	width: 180px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/TPAbkg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colfour {
	float: left;
	width: 250px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	background-image: url(images/planbkg3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
}


/* Footer */

#footer {
	text-align: center;
	font-size: 12px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	height: 20px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer1 {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}

