﻿/* http://www.thenoodleincident.com/tutorials/box_lesson/css/03_3columnplustopbox.css */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	}

#contents	
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 765px;
	padding: 0px;
	background-color: #FFF;
	color: #000;
	text-align: left;
}

div.footer
{
	color: #ffffff;
	font-size: .8em;
	font-weight: bold;
	background: #efefef url(../images/redbar_background.gif);
	text-align: center;
	height: 30px;
	line-height: 24px;
}

div.sectionheader
{
	font-weight: bold;
	font-size: 1.5em;
	color: #b90000;
	border-bottom: #b90000 1px solid;
	margin: 10px 0px 10px 0px;
}

div.subsectionheader
{
	font-weight: bold;
	/*margin-left: 10px;*/
	color: #b90000;
	margin: 10px 0px 10px 0px;
}
span.caption
{
	font-size: .8em;
	font-weight: bold;
}
