body, td { 
  font-family: arial; 
  font-size: 13px; 
  color: black; 
  margin: 0px 0px 0px 0px;
}

#container {
	position: relative;
	z-index: 1;
}

/*** BODY FRAME ***/

table.frame {
  border-width: 1px;
  border-color: maroon;
  border-style: solid;
  border-collapse: collapse;
  width: 800px;
}

table.body td {
  padding: 5px;    
}
table.body a {
  text-decoration: underline;
  color: firebrick;
}

/*** TABLE MENU ***/

table.menu {
  border-width: 0px;
  border-spacing: 0px;
}

.mainEntry {
	color:#FFFFFF;
	text-align:right;
}

.mainData {
	background-color:#FFFFFF;
	padding-top: 20px;
	width: 110px;
}

.title {
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
}

.date {
	font-size:11px;
	letter-spacing: 1px;
	color:#000099;
}

.newsEntry {
	margin-top:-0.5em;
	margin-left: 1em;
	text-align:justify;
}

.signUpForm {
	margin-left: 3em;
	margin-top: 2em;
}

.signUpTitle {
	text-align:right;
	padding-right: 1em;
}

.signUpNotice {
	font-size: 10px;
	text-align:right;
	margin-right: 2em;
}

.information {
	padding-left: 1em;
	padding-top: 1em;
}

.menuBG {
  border-width: 0px;
  border-spacing: 0px;
  background-image:url(../../images/menu.png);
  background-repeat:no-repeat;
  height: 600px;

}

table.menu td {
  padding: 5px;
  color: white;
  font-weight: normal;
  font-size: 14px;

}
table.menu a {
  color: white;
  text-decoration: none;
}

table.menu a:hover {
	text-decoration: underline;
}

/*** HEADINGS ***/

h1 {
	margin: 0px 0px 30px 0px;
	font-size: 24px;
	font-weight: bold;
	color: maroon;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	zoom: 1;
	text-align:center;
	text-transform:uppercase;
	text-shadow:#666666 5px 5px 5px
}

h2 {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: maroon;
	border-bottom: 1px dotted #000000;
	zoom: 1;
	text-align:left;
}

.miniQuote {
	font-size: 10px; 
	border-left: 1px dotted white; 
	padding-left: 10px;
}

/*** LINKS ***/
img {
	border: none;
}

/*** FORMS ***/

input.login {
	border: black;
	color:#FFFFFF;
	background-color:#990000;
}

input.btn {
	border: black 1px;
	border-bottom-style:solid;
	border-right-style:solid;
	color:#FFFFFF;
	background-color:#990000;
}

/*** ALTERNATING TABLE ROWS ***/

tr.r1 {
  background-color: indianred;
  color: black;
}

tr.r2 {
  background-color: #FFFFFF;
	color: black;
}

tr.r1 a{
  color: white;
}

tr.r2 a{
  color: maroon;
}

table.data {
  border-width: 2px;
  border-color: #000051;
  border-collapse: collapse;
  width: 598px;
}

table.data th {
  font-size: 13px;
}

table.randTestimonial {
	margin-left: -5px;
}

div.top {
	background-color:maroon;
	width: 800px;
	height: 65px;
	overflow: hidden;	
}

.testimonial {
	max-width: 500px;
}

.banner {
	border: 2px solid maroon;
	background-color:#F4D0D1;
	width: 300px;
	font-size:11px;
	height: 115px;
}