/* body */

a.body:link, a.body:visited, a.body:hover, a.body:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}
a.body:link, a.body:visited {
	color: #446777;
}
a.body:hover, a.body:active {
	color: #CC2919;
}	
#leftcontent p, #rightcontent p {
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Text */

.listeditems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.listtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 35px;
	color: #000000;
	text-transform: uppercase;
}
.contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-align: left;
	color: #666666;
}
.contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-align: left;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

/* Formatting */

#leftcontent {
	position: absolute;
	background-color: #E6F0F5;
	left: 0px;
	top: 133px;
	width: 415px;
	height: 632px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
#spacer {
	position: absolute;
	background-color: #E6F0F5;
	left: 475px;
	top: 133px;
	width: 5px;
	height: 657px;
}
#rightcontent {
	position: absolute;
	background-color: #E6F0F5;
	left: 480px;
	top: 133px;
	width: 415px;
	height: 603px;
	padding-top: 54px;
	padding-left: 30px;
	padding-right: 30px;
}
	
