body {
	font: 10pt Helvetica;
	color: #000000;
	background-color: #000000;
	text-align: center;
	margin: 0px;
}
div.layout {
	margin: auto;
	text-align: left;
	width: 800px;
	/*height: 100%; uncomment this if want blue background to extend to the bottom of the page*/
}

div.layout table.layout td.content_area {
	background-image: url('../images/content.gif');
	background-repeat: repeat;
	/*height: 452px;*/
	width: 800px;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

div.layout table.layout td.content_area div.content_home {
	width: 465px;
	background-color: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
}
div.layout table.layout div.slide_show {
	width: 300px;
	position: relative;
	top: 0px;
	left: 10px;
}


/* home page styles */
div.layout table.layout td.content_area div.content_home table.header_home {
	width: 465px;
	border-collapse: collapse;
	cell-spacing: none;
}
div.layout table.layout td.content_area div.content_home table.header_home td.rightside {
	background-image: url('../images/headers/gradient_extender.gif');
	background-repeat: repeat-x;
	width:auto;
}
div.layout table.layout td.content_area div.content_home table.content_text {
	width: 465px;
	border-collapse: collapse;
	vertical-align: top;
}
/* end of home page styles */

div.layout table.layout td.content_area h2.subheading {
	font: 12pt Helvetica;
	text-decoration: underline;
	color: #143594;
}
div.layout table.layout td.content_area p {
	font: 10pt Helvetica;
	color: #000000;
	line-height: 150%;}
}
table.side_text { 
	/*This wasn't showing up correctly in Firefox, so it's been hardcoded into the side_text table
	width: 300px;
	background-color: #ffffff;
	border-collapse: collapse;
	
	font: 8pt Helvetica;
	color: #000000;
	line-height: 200%;*/
}
