body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #F1E37A;
}
td img {
	display: block;
}
img.left {
	border: thin solid #AE9609;
	float: left;
	margin: 5px;
}
img.middle {
	border: thin solid #AE9609;
	margin: 5px;
}
img.right {
	border: thin solid #AE9609;
	float: right;
	margin: 5px;
}
a:link {
	text-decoration: none;
	color: #F1E37A;
}
a:visited {
	text-decoration: none;
	color: #FDCD72;
}
a:hover {
	text-decoration: underline;
	color: #FDCD72;
}
a:active {
	text-decoration: none;
	color: #FCA503;
}
P {
	font-size: 11pt;
	margin: 10px;
	text-align: left;
	color: #FFFFFF;
}
P:first-letter {
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	color: #FDCD72;
}
P a:hover {
	text-decoration: none;
}
.center p {
	text-align: center;
	float: none;
}
div.float {
	float: left;
	height: 160px;
}
div.spacer {
	clear: both;
}
div.center {
	text-align:center;
}
div.columnLeft {
	float:left;
}
div.columnLeftCenter {
	float:left;
	text-align:right;
	width:49%;
}
div.columnRight {
	float:right;
}
div.columnRightCenter {
	float:right;
	text-align:left;
	width:49%;
}
div.row {
  clear: both;
  padding-top: 5px;
}
div.row span.left {
  float: left;
  width: 150px;
  text-align: right;
}
div.row span.right {
  float: right;
  width: 225px;
  text-align: left;
}
div.row div {
	vertical-align: middle;
}
div.row P {
	margin: auto;
}
div.row P:first-line {
	font-variant: small-caps;
	color: #FDCD72;
}
div.communities P:first-line {
	font-variant: small-caps;
	color: #FDCD72;
}
.headerNav {
	border: thin outset #BFA582;
	background-color: #715120;
}
.footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FACB6D;
	letter-spacing: 0.2em;
	margin: 15px;
}
.footerInfo {
	font-size: 12px;
	color: #FDCD72;
	margin: 15px;
}
.TeamBSE_Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.footerAdmin {
	font-size: 12px;
	color: #FDCD72;
	float: right;
	text-align: center;
}
.contentHeading {
	font-size: 18px;
	color: #F6DE5A;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-align: center;
	background-image:  url("Images/hor_spacer_metal_2_thin.jpg");
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}
.form {
	border: thin dashed #BC7B03;
	background-color: #FBEDBF;
	color: #000000;
	margin: 5px;
	padding: 5px;
}
.dataLayout {
	color: #FDCD72;
	background-color: #999999;
	border: thin solid #BC7B03;
}
.contentLayout {
	border: thin outset #645209;
	width: 90%;
	margin: auto;
	clear: both;
}
.contentCell {
	vertical-align: top;
}
.note {
	font-size: 9px;
	color: #FF0000;
}
.message {
	color: #FF0000;
	background-color: #F2E4C8;
}
.navBar {
	display: block;
	margin: auto;
	width: 610px;
	clear: both;
}
.navBar img {
	float: left;
}
