h1,h2,h3,h4,h5,p,ul,li,a,img, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	border: none;
	font-weight: normal;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #454545;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 18px;
	background: #EAEAEA url(images/body_bg.png) repeat-y center;
}
.container {
	margin: 0 auto;
	text-align: left;
	width: 860px;
}
.header {
	padding-top: 20px;
	clear: both;
}
.header img {
	float: left;
}
.header .contact {
	float: right;
	display: block;
	margin-top: 25px;
}
.header h2 {
	color: #0e3792;
	font-size: 33px;
	letter-spacing: -0.25px;
	margin-top: 5px;
	font-weight: bold;
	line-height: 35px;
}
.primary { 
	float: left;
	width: 580px;
	margin-top: 30px;
	margin-bottom: 100px;
}
.secondary {
	float: right;
	width: 243px;
	clear: both;
	margin-top: 30px;
}
.tableheader h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #0e3795 url(images/topright.png) no-repeat right;
	padding: 12px;
}
table {
	width: 580px;
	font-size: 12px;
}
table tr.odd {
	background-color: #e7eeff;
}
table td, table th { 
	padding-left: 12px;
	height: 40px;
}
table th {
	width: 65px;
}
.secondary .callout h3 {
	background: url(images/secondary_header.png) no-repeat top left;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 10px 19px 15px;
}
.secondary .callout {
	background: url(images/secondary_footer.png) no-repeat bottom left;
	min-height: 280px;
}
.secondary .callout p, .secondary .callout a {
	padding: 10px 15px 10px 15px;
}
.secondary .callout a {
	padding-bottom: 150px;
	display: block;
}

