/* ------------------
Associates Styles
------------------ */

body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	line-height: 1.7em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #274561;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #567764;
	font-weight: normal;
	margin-bottom: 5px;
}

a {
	color: #274561;
}

a:hover {
	color: #666;
}

.green {
	color: #567764;
}

.bold {
	font-weight: bold;
	color: #274561;
}

/* ------------------
Associates Layout
------------------ */

#wrapper {
	width: 450px;
}

#header {
	height: 88px;
	background: url(../images/cd_header_logo.gif) top left no-repeat;
}

#content {
	padding: 20px;
}
