@charset "utf-8";

body {
	margin: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}
.fullHeightTable {
	height: 100%;
}
.copyright {
	background-color: #521E20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	height: 20px;
	padding: 2px;
}
.copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
.copyright a:hover {
	text-decoration: underline;
}
.header {
	background-color: #521E20;
	height: 75px;
	padding: 5px;
}
.menuBarArea {
	background-color: #521E20;
	height: 20px;
}
.menuBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menuBar a {
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	display: block;
	border: 1px solid #521E20;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.subheadUnderline {
	border-bottom-width: 3px;
	border-bottom-color: #24247D;
	border-bottom-style: double;
}
.menuBar a:hover {
	background-color: #24247D;
	border: 1px solid #FFFFFF;
}
.content {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.content a {
	color: #0000FF;
}
.content a:hover {
	color: #521E20;
}
.leftShadow {
	background-image: url(../images/leftShadow.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.rightShadow {
	background-image: url(../images/rightShadow.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.headerShadow {
	background-image: url(../images/headerShadow.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.copyrightShadow {
	background-image: url(../images/copyrightShadow.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.centeredVertically {
	vertical-align: middle;
}
.subSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #521E20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #521E20;
	width: 250px;
}
.photoLeft {
	border: 1px solid #521E20;
	margin-bottom: 15px;
	margin-right: 15px;
}
.photoRight {
	border: 1px solid #521E20;
	margin-bottom: 15px;
	margin-left: 15px;
}
.note {
	color: #FF0000;
}