﻿body {
	background-repeat: repeat-x;
	background-color: black;
}
.centerTable {
	background-image: url('images/BottomBackDrop.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	width: 750px;
	margin: auto;
}
.boxTitle {
	width: inherit;
	height: 190px;
	background-image: url('images/TopBackDrop.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.logoBox {
	float: left;
	width: 241px;
	height: 190px;
}
.logoBoxImages {
	width: 509px;
	float: right;
	text-align: center;
}
.boxText {
	color: white;
	width: 510px;
	height: auto;
	float: right;
}
.boxContent {
	width: inherit;
	height: auto;
}
.subTitle {
	font-size: medium;
	font-family: Arial;
	font-weight:bold;
}
p {
	font-size: small;
	font-family: Arial;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
}
.squared {
	border:1px;
	border-color:#780000;
	border-style:solid;
	margin:0px 6px 0px 6px;
}

.content {
	text-align: justify;
}
.centered {
	text-align: center;
}
.rightJust {
	text-align: right;
}
.bulletPoint {
	text-indent: -.25in;
	margin-left: 33.0pt;
}
.siteTitle {
	float:right;
	font-size: xx-large;
	font-family: Arial;
	color: #CC0000;
}
a:link {
	text-decoration: none;
	color: #FFBE00;
}
a:link.style2 {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #BBBBBB;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFBE00;
}
.boxNav {
	height:auto;
	width:auto;
	color: white;
	font-family: Arial;
	text-align: center;
}

.sideCell {
	background-color: #9C8043;
	color: white;
	font-family: Arial;
	text-align: left;
	width: 240px;
	height: 600px;
	float: left;
}
.border {
	border: 2px solid #000000;
	margin: 4px;
}
.noborder {
	border: 0px;
}
.rightfloat {
	float: right;
	width: auto;
}
.leftfloat {
	float: left;
	width: auto;
}
ul{
	font-family:Arial;
	font-size: small;
}
li {
	color: white;
}

img {
	margin:5px;
}

