/*Copyright 2001, Mike Tigas; All Rights Reserved.*/
/*Use of this or any document within the site is strictly prohibited, unless by permission of author.*/
/*All copyrighted material is property of it's original owner(s).  Fair use regulations have been followed and applied.*/
/*Note that all copyrighted names, places, etc. in visible, or non-visible parts of the site are within the constraints of fair use laws.*/
/*Any violations can be reported to the site author (Mike Tigas) and corrected.*/

/*Content Written By:  Mike Tigas  -  nova@orionfleet.com; htmljedi@aol.com*/
/*Bradsoft TopStyle Pro 3.0 used to create all HTML/XHTML, Javascript, and StyleSheet content*/

body{
	background-color : black;	
	color : white;
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
  font-size: 12px;
  text-decoration: none
}
h1{
	text-align: center;
}
img{
	border: 0px none;
}
/* Spacer for box edges */
.spacer {
	color: white;
	background-color: red;
	height: 5px;
}
/* Slogan for page top heading */
.slogan {
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
	width: 50%;
	font-size: 76%;
	text-align: left;
}
.slogan2 {
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
	width: 50%;
	font-size: 76%;
	text-align: right; 
}
/* Misc Headings for Menu and Sections */
.heading {
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
	background-color: #253B5B;
	color: white;
	width: 80%;
	font-size: 80%;
	text-align: center;
}

.separator {
	width: 60%;
}
.page{
	width:100%;
}
.pagetabledata{
  width: 100%;
}
.righttabledata{
  width: 220px;
}
.right {
	text-align: center;
	width: 200px;
	height: 185px;
	background-color: black;
	color: white;
	border: #FF7B7B;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px; 
	border-right-width: 1px;
	border-left-width: 1px;
}
/* Menu */
table.menu {
	background-color: black;
	color: white;
	width: 150px;
}

.table {
  background-color: #ABB9C5;
	color: black;
	border: #FF7B7B;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}

/* Link Styles */
a {
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #B6C0C8;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #F5F3E5;
	text-decoration: underline;
	background-color: transparent;
}
a:active {
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #C2FFBD;
	text-decoration: none;
	background-color: transparent;
}
:visited {
	color: #5F9EA0;
	background-color: transparent;
}

/* Big Box used on page head and "news" */
table.bigbox {
	background-color: Black;
	color: white;
	width: 100%;
	border: #FF7B7B;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px; 
	border-right-width: 1px;
	border-left-width: 1px;
}

/* Main page content box. */
table.maincontainer {
	color: white;
	background-color: black;
	width: 100%;
}

/*td{
	background-color: black;
	color: white;
}*/
.content {
	color: white;
	background-color: transparent;
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 90%;
}
.ad {
	text-align: center;
}
.footer {
	color: white;
	background-color: transparent;
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
	font-size: 85%;
}