body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-style: normal;
}

.maincontainer1
{
	background-position: right top;
	background-image: url(../images/navbg1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.maincontainer2
{
	background-position: right top;
	background-image: url(../images/navbg2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.maincontainer3
{
	background-position: right top;
	background-image: url(../images/navbg3.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.footer

.header {
	background-color: white;
	display: block;
	position: relative;
	width: 800px;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
}
.navigation {
	color: #333333;
	margin: 0px;
	width: 250px;
	list-style-type: none;
	padding: 0px;
	top: auto;
	vertical-align: top;
	display: block;
}
td.navigation {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #800000;
	list-style-type: none;
}

.subnavigation li, .subnavigation li a:active, .subnavigation li a:visited, .subnavigation li a, .subnavigation {
	text-align: left;
	text-indent: 5px;
	font-weight: normal;
	font-size: 12px;

}

.navigation li, li.navigation, .navigation ul {
	list-style-type: none;
	width: 250px;
	text-align: left;

}
.navigation li a, .navigation li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #800000;
	list-style-type: none;

}
.navigation li a:hover {
	text-decoration: underline;
	color: black;
}
p {
	text-align: justify;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #800000;
	text-align: left;
	margin-top: 10px;
	font-weight: bold;
}
.contentholder, .footer {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: table-cell;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left:0px;
}
.contentholder li {
	list-style-position: outside;
	list-style-image: url(../images/redsquarebullet.gif);
}
.italic {
	font-style: italic
}
.bold {
	font-style: bold
}
h1 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h2 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.image {
	padding: 15px;
}
.question {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	color: #800000;
}
.question:first-letter {
	font-size: 18px;
	float: left;
	color: #800000;
}
.answer {
	margin-left: 25px;
}
.redlinks, a.redlinks, .redlinks a:visited, a:visited, a:active, a {
	color: #800000;
	text-decoration: underline;
}
.redlinks a:hover, li.redlinks a:hover, a:hover {
	color: #000000;
	text-decoration: none;
}
.leftcolumn, .leftcolumn td, td.leftcolumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #800000;
	font-weight: bold;
	text-align: right;
	vertical-align: text-top;
}
.rightcolumn, .rightcolumn td, td.rightcolumn {
	text-align: left;
	margin-left: 5px;
	padding-leftt: 5px;
}
