table.team
{
	border-collapse:collapse;
	font-size:small;
}

table.team td#photo
{
	background-color:#00386B;
}
table.team td#name
{
	background-color:#00386B;
	color:White;
	text-align:center;
	font-size:x-small;
	border-bottom:solid 10px white;
}

table.team td#role
{
	color:White;
	background-color:#ff7f00;
	vertical-align:top;
	width:300px;
}

table.team td#blank
{
	border-bottom:solid 10px white;
}

table.profile
{
	border-collapse:collapse;
	font-size:small;
}

table.profile tr
{
	height:50px;
}

table.profile td#date
{
	background-color:#ff7f00;
	color:White;
	border-right:solid #00386B 2px;
	border-bottom:none;
	border-left:none;
	border-top:none;
}

table.profile td#nodate
{
	border-right:solid #00386B 2px;
	border-bottom:none;
	border-left:none;
	border-top:none;
}

#logo
{
background-color:#ff7f00;
position: absolute;
top: 0px;
left: 0px;
width: 808px;
height: 85px;
}

#navigation
{
	font-family:Arial;
	font-size:12;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
}

#text
{
   background-color:white;
   color:black;
   font-family:Arial;
   font-size:14;
   position: absolute;
   left: 2;
   top: 0;
   width:620px; 
   border-right:solid 0px black;
   border-bottom:solid 0px black;
   border-left:solid 0px black;
}

#redtext
{
   color:red;
}

#text a:link, #text a:visited {
   color: #00386B;
   font-weight:bold;
   text-decoration: none;
}

#text a:hover, #text a:active {
   color: #ff7f00;
}

#navigation a:link, #navigation a:visited {
   color: white;
   background-color:#ff7f00;
   text-decoration: none;
}

#navigation a:hover, #navigation a:active {
   background-color: #00386B;
   color: white;
}

#navheader
{
	background-color: #ff7f00;
	color: #FFFF00;
	font-size: 18px;
}

#navigation ul
{
   list-style-type: none;
   width: 180px;
   background-color: #ff7f00;
   margin: 0px;
}

#navigation ul li
{
   width: 180px;
}

#navigation ul li a
{
   width: 180px;
}
