* max width of elements to be contained in the main content area is 560 pixels */

body {
	background: rgb(0%,0%,0%) ;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
table.normal {
	background: rgb(0%,0%,0%);
	border: 1px;
	color: rgb(100%,100%,100%)
	padding: 2px;
	spacing: 1px;
}

td.normal {
	background: rgb(0%,0%,0%) ;
	color: rgb(100%,100%,100%);
	border: 2px solid white;
	margin-left: 0px;
	margin-right: 0px;
}


h1 {
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
}

.smallcaps {
	font-variant: small-caps;
}

/* link style for text links in main content area */

a.text {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

a.text:hover {
	color: #ffaa00;
	text-decoration: underline;
	font-weight: bold;
}

/* link style for main menu items */

a.mainmenu {
	color: white;
	background: rgb(0%,0%,0%);
	text-decoration: none;     
}
a.mainmenu.hover {
	color: white;
	background: rgb(100%,58%,20%);
	text-decoration: none;     
}

/* link style for sub menu items */

a.list {
	color: #000000;
	text-decoration: none;     
}

a.list:hover {
	color: #ff0000;
	background: rgb(0%,0%,0%);
	text-decoration: none;
}

/* the main table */

table.main { 
	border-collapse: separate;
	width: 764px;
	empty-cells: show;
}

/* the cell containing the top portion of the logo */

td.top {
	border-left: 2px solid black;
}

/* the cell containing the bottom portion of the logo through to the end of the bulletin table */

td.second {
	background: rgb(100%,100%,100%);
	text-align: center;
}

/* the cell containing the navigation menu */

td.left {
	background: rgb(0%,0%,0%);
	padding: 0px;
	vertical-align: top;
	width: 156px;
}

/* the cell containing the main content */

td.right {
	background: rgb(0%,0%,0%);
	padding: 5px;
	vertical-align: top;
}

/* the cell containing the footer contact info */

td.foot {
	border-left: 2px solid red;
	border-right: 2px solid red;
	text-align: center;
	background: rgb(0%,0,0);
}

/* the bulletin table */

table.bulletin {
	background: rgb(100%,100%,90%);
	border: 1px ;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	width: 600px;
}

/* the navigation menu table */

table.buttons { 
	background: rgb(0%,0%,0%);
	width: 156px;
}

td.button {
	padding: 5;
	background: rgb(0%,0,0);
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	width: 150px;
}

td.fire {
	border: 3px double black;
	padding: 5;
	background: rgb(100%,50%,0) url(buttons/fire.gif);
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	width: 150px;
}

td.sub {
	border: 1px;
	padding: 1;
	background: rgb(100%,100%,100%);
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: left;
}

li.submenu {
	border: 0;
	padding: 5;
	background: rgb(100%,100%,100%);
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: left;
}

/* the contact form table */

table.contactform { 
	border: 0;
	width: 500px;
	padding: 0;
	spacing: 5px;
	font-weight: bold;
	text-align: left;
}

