body {
	background-color: #CCC;
	text-align: center;
	margin: 20px auto 0 auto;
}

img {
	border: 0 none;
}

#wrapper {
	background: url('images/wrapper_bg.jpg')  repeat-y  top left;
	width: 800px;
	margin: 0 auto;
}

#header {
	background: url('images/header.jpg')  no-repeat  top left;
	width: 800px;
	height: 30px;
}

#content_cac {
	text-align: left;
	width: 770px;
	margin: 10px auto;
}

#footer_grey {
	background: url('images/footer.jpg')  no-repeat  top left;
	width: 800px;
	height: 30px;
	margin: 0 auto;
	clear: both;
}

#footer_cac {
	width: 800px;
	margin: 10px auto;
}

#logo {
	width: 400px;
	height: 90px;
	float: right;
	text-align: left;
	margin-top: 20px;
}

#affiliations, #affiliations table {
	text-align: center;
	margin: 0 auto;
}

#right_column {
	float: right;
	width: 200px;
	margin: 0 0 20px 20px;
}

#assets_inset {
	width: 200px;
}


#assets_top {
	background-color: #027ABB;
}

#assets_body {
	background: url('images/assets_body.jpg')  no-repeat  top left;
	height: 230px;
}

.block {
	padding-top: 10px;
}


/*Start of Join_inset CSS*/
#join_inset {
	background: url('images/email_bg.jpg')  repeat-y  top left;
	
	width: 200px;
}


#join_top {
	width: 200px;
	background-color: #027ABB;
}

#join_body {
	background: url('images/email_body.jpg')  no-repeat  top left;
	width: 200px;
}

.emailsignup {
	text-align: center;
}

.email {
	text-align: center;
}

td p.signup {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
}

#join_bottom {
	background-color: white;
}

/*End of Join_inset CSS*/