/* Page Structure Stuff */

h2 {
	color: black;
}


tr#header, tr#header2, tr#top {
	display: none;
	height: 0;
}


td#bottom_left, td#middle_left, td#middle_left2, td#middle_right, td#bottom_right, td#top_right {
	display: none;
	width: 0;
}


td#middle_middle, td#middle_middle2 {
	background: #FFF;
}

td#content {
	background: #FFF;
	vertical-align: top;
}


ul#menu {
	display: none;
}

ul#sidemenu {
	display: none;
}



.centered {
	text-align: center;
}

strong {
	color: #A5382A/*#DB8538*/;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.rightalign {
	text-align: right;
}

.leftalign {
	text-align: left;
}

img.blockimage {
	display: block;
	margin: 20px 0 20px 0;
}

img.floatleft {
	float: left;
	margin: 20px;
	margin-left: 0;
}

img.floatright {
	float: right;
	margin: 20px;
	margin-right: 0;
}

div.faq div {
	margin-top: 30px;
}