/* Default format for the entire page */
body {
background-color: #000000;
color: #eeeeee;
}


/* The banner blocks at the top and bottom of the page */
div.Banner {
vertical-align: middle;
text-align: center;
background-image: url(../images/starfield.gif);
background-color: #000000;
color: #cccccc;
font-size: 105%;
width: 100%;
border: thin solid #bbbbbb;
}

/* This is used only for the main page login table */
.Login {
vertical-align: middle;
text-align: center;
background-image: url(http://www.star-fleet.com/images/starfield.gif);
background-color: #000000;
border: thin solid #bbbbbb;
width: 225px;
}

/* The Page Title */
h1 {
color: #ffd833;
background-color: transparent;
text-align: center;
font-family: Verdana, Arial, sans-serif;
}

/* SubTitle for the page, if applicable */
p.SubTitle {
text-align: center;
color: #5588ee;
background-color: transparent;
font-size: 150%;
}

/* Dept Dirs */
p.DeptDir {
text-align: center;
color: #ffd833;
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
font-weight: bold;
}

/* Section Header */
h2 {
color: #dfb833;
background-color: transparent;
text-align: center;
font-family: Verdana, Arial, sans-serif;
}


/* Subsection Header */
h3 {
color: #cfa833;
background-color: transparent;
text-align: left;
font-family: Verdana, Arial, sans-serif;
}

/* Fourth level Header */
h4 {
color: #cfa833;
background-color: transparent;
/* text-align: center; Removed by order of the Prez, whoever keeps putting it back in, stop doing that! */
font-family: Verdana, Arial, sans-serif; }

h5 {
color: #5588ee;
background-color: transparent;
text-align: center;
font-family: Verdana, Arial, sans-serif; }


/* The table cell with the title information, and its pieces */
table.BannerTable { width: 100%; }
td.TitleCell { text-align: center; color: #eeeeee; background-color: transparent; }
td.LogoCell { text-align: center; width: 20%; }


/* Colorize all anchors */
a:link { color: #5588ee; background-color: transparent; }
a:visited { color: #5588ee; background-color: transparent; }


/* The Signoff at the bottom
p.Date { text-align: center; }
p.Author { text-align: center; }
p.AuthorEmail { text-align: center; }


/* Default paragraph */
p {
color: #eeeeee;
background-color: transparent;
text-align: left;
}


/* The Paragraph with the quote at the top of the page */
p.Quote { 
color: #eeeeee; 
background-color: transparent;
font-style: italic; 
text-align: center; 
}


/* The link back to the top of the page */
p.TopLink { text-align: right; }


/* Default List (needed to keep Netscape happy) */
li {
color: #eeeeee;
background-color: transparent;
text-align: left;
}




/* Use this on images used as links, to get rid of the ugly border */
img.NoBorder { border: none; }


/* The "paragraph" containing the horizontal rule */
p.HBar { text-align: center; }

/* added for superscripts on the past prez page */
.sup { color: #ff0000; }

/* This is mainly for citations that you want to stand out a bit */
.cite { color: #5588ee; background-color: transparent; }

span.comm { color: #5588ee; background-color: transparent; }


/* Stuff to make Netscape work properly. */
/* Breaks the login page, need to edit login page to specify colors 
exactly, then uncomment these
td {
color: #eeeeee;
}

th {
color: #eeeeee;
}

li {
color: #eeeeee;
}
*/

