/*
Document: CSS2 Document
Author: Andrew Kern, Crew 357
(C) Copyright 2006 Crew 357, Miamisburg, Ohio
All Rights Reserved
*/

body
{
background-color: #5b5a90;
color: #ffffff;
font-family: "TW Cen MT","Trebuchet MS","Tahoma","Arial";
font-size: 11pt;
}

table
{
background-color: #80a59c;
color: inherit;
float: left;
}

table#content
{
background-color: #5b5a90;
}

table#comments
{
background-color: #EEEEEE;
color: #AAAAAA;
}

table#archive
{
background-color: #FFFFFF;
color: inherit;
float: left;
}

table#xtra
{
background-color: #AABBAA;
color: inherit;
float: left;
}

tr.maint
{
background-image: url("images/corners_main_top.gif");
background-repeat: no-repeat;
background-position: top;
}

tr.mainm
{
background-image: url("images/rails_main.gif");
margin: 0;
padding: 3;
}

tr.mainb
{
background-image: url("images/corners_main_bot.gif");
background-repeat: no-repeat;
background-position: bottom;
}

tr.mainx
{
background-image: url("images/rails_main.gif");
background-color: #EEEEEE;
}

tr.archt
{
background-image: url("images/corners_archive_top.gif");
background-repeat: no-repeat;
background-position: top;
}

tr.archm
{
margin: 0;
padding: 6px;
}

tr.archb
{
background-image: url("images/corners_archive_bot.gif");
background-repeat: no-repeat;
background-position: bottom;
}

tr.headert
{
background-image: url("images/corners_header_top.gif");
background-repeat: no-repeat;
background-position: top;
}

tr.headerm
{
background-image: url("images/rails_header.gif");
margin: 0;
padding: 0;
}

tr.headerb
{
background-image: url("images/corners_header_bot.gif");
background-repeat: no-repeat;
background-position: bottom;
}

.hdate
{
margin:0 28px 0 20px; font-size:85%; line-height:2em; text-transform:uppercase; letter-spacing:.2em; color:#FFF; 
}

.hmain
{
margin: 0;
font-size: 135%;
line-height: 1.5em;
background: url("images/icon_arrow.gif") no-repeat 10px .5em;
display: block;
border: 1px dotted #000;
border-width: 0 0px 1px;
padding: 2px 14px 2px 29px;
}

.hmain2
{
margin: 0;
font-size: 135%;
line-height: 1.5em;
background: url("images/icon_arrow.gif") no-repeat 10px .5em;
display: block;
border: 1px dotted #000;
border-width: 0 0px 1px;
padding: 2px 14px 2px 29px;
color: #666666;
}

.sub 
{
margin: 0;
padding: 0 0 .2em;
border-bottom: 1px dotted #000;
font-size: 115%;
line-height: 1.5em;
color: #666666;
}

.headertitle
{
text-align: center;
font-size: 150%;
color: #FFFFFF;
}

.u
{
text-decoration: underline;
}

.headertitle a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.headertitle a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.headertitle a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.headertitle a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}