body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	position: relative;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.leftSide {
	background-image: url(images/SidePanels_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: auto;
}
.rightSide {
	background-image: url(images/SidePanels_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}
#flashDiv {
	height: 456px;
	width: 621px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #770322;
	text-decoration: none;
}
#mainColumn {
	float: left;
	width: 550px;
}
#leftColumn {
	float: left;
	width: 175px;
}
.redSubHead {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #7B0C20;
	margin-top: 6px;
	margin-bottom: 0px;
}
.navTable {
	margin-top: 12px;
	margin-bottom: 12px;
	border-collapse: collapse;
}
.navTable td {	
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7B0C20;
	border-bottom-color: #7B0C20;
}
.navTable a {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #356B8B;
	text-decoration: none;
}
.navTable a:hover {
	color: #7B0C20;
	text-decoration: underline;
}

