﻿/*
    page background: white (#ffffff)
    link color: lightish blue (#0000ff)
    header background: dark cyan (#0099cc) bfd0ec  
    borders: dark blue (#0013ce)
    font color in header and footer: yellow (#ffff00) #cc0000
*/

body
{
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-size: small;
}

a
{
    color: #0000ff;
    text-decoration: none;
}

a.visited
{
    color: #0000ff;
    text-decoration: none;
}

#container
{
    width: 800px;
}

#header
{
	background-color: #bfd0ec;
	border: solid 2px #0013ce;
	border-bottom-color: #bfd0ec;
	color: #cc0000;
	font-size: 200%;
	margin: 10px 10px 0px 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}



#navbar  
{
    background-color: #bfd0ec;
    border: solid 2px #0013ce;
    border-bottom-width: 1px;
    margin: 0px 10px 0px 10px;
    padding: 4px 4px 4px 4px;
}

.navlist
{
    vertical-align: middle;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.navlist li 
{
    display: inline;
    list-style-type: none;
    color: #0000ff;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}

.navlist a:hover 
{
    background-color: #000066;
    color: #bfd0ec;
}

.navsep
{
    font-size: 125%;
    color: #FFFFFF;
}

#bulletintitle
{
    color: #0013ce;
    font-size: 145%;
    font-weight: bold;
    text-align: center;
}

.bulletindate
{
    font-size: 80%;
}

.bulletinsubtitle
{
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
}

.bulletinmidtitle
{
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}

.teamtitle
{
    color: #0013ce;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
}

.teamsubtitle
{
    font-size: 125%;
    font-weight: bold;
}

.teamsubsubtitle
{
    font-size: 110%;
    font-weight: bold;
}

.teamsep
{
    
	text-align: center;
	height: 2px;
	width: 80%;
	color: #0013ce;
}

.smalltext
{
    font-size: 60%;
}

.midtext
{
    font-size: 85%;
}

.lefttext
{
    text-align: left;
}

.normal
{
    font-size: 90%;
    font-weight: normal;
    text-transform: none;
}

.bulletinnav
{
    color: #0013ce;
    font-size: 60%;
    text-align: center;
}

.bulletinnav > a 
{
    text-decoration: underline;
}

.spectext
{
    color: #0013ce; 
    font-style: italic;
    font-weight: bold;
}

#crosslink
{
    background-color: #dcdcda;
    border: solid 1px #0013ce;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    font-size: 90%;
    float: right;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 5px 5px;
    color: #0013ce;
    width: 160px;
}

#cltext
{
    padding: 5px;
}

#proImage 
{
    height: 110px;
    float: right;
}

#main
{
	background-color: #ffffff;
	border: solid 2px #0013ce;
	border-bottom-width: 1px;
	border-top-width: 1px;
	margin: 0px 10px 0px 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#maincenter
{
	background-color: #ffffff;
	border: solid 2px #0013ce;
	border-bottom-width: 1px;
	border-top-width: 1px;
	margin: 0px 10px 0px 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#main em
{
	font-weight: bold;
	font-style: normal;
}

.parahead
{
    font-weight: bold;
}

.quote
{
    font-style: italic;
}

.signature
{
    font-weight: bold;
}

.listing 
{
	list-style-type: square;
}

th
{
    font-size: 125%;
    font-weight: bold;
    text-decoration: underline;   
}

.tabsubhead
{
    font-weight: bold;
    text-decoration: underline;   
}

.evenrow
{
}

.oddrow
{
    background-color: #add8e6;
}

#footer
{
    background-color: #bfd0ec;
    border: solid 2px #0013ce;
    border-top-width: 1px;
    color: #cc0000;
    font-size: 95%;
    text-align: center;
    margin: 0px 10px 0px 10px;
}

.sitework
{
	font-size: 75%;
}

.center
{
   text-align: center;
}
