
BODY,TD,a{ font-family: Arial, Helvetica, sans-serif;  font-size: 12px; color:white ; }
body{background:#00213c;}
h1,.title{
	font-size:16px; color:#FFFF00;
	font-weight: bold;
	letter-spacing: 1px;
	padding:0px;
	padding-bottom:5px;
	margin:0px;
}

.imgBorder{
	border:white 1px solid;
}

#main{
    position:absolute;
    margin:0px;
    padding:0px;
    width:780px;
    left:50%;
    top:0px;
    margin-left:-390px;
    background:#004483 url(../_images/spacer_left.gif) repeat-y;
    height:680px;
}
#content{position:relative;width:650px;left:130px;top:0px;
    background:url(../_images/spacer_right.gif) right repeat-y;
}

#nav{position:absolute;left:23px;top:162px;}

A:active {text-decoration: none; font-size: 12px; color: yellow;}
A:visited {text-decoration: none; font-size: 12px; color: yellow}
A:hover {text-decoration: underline; font-size: 12px; color: white}
A:link {text-decoration: none; font-size: 12px; color: yellow;}

A.nav {text-decoration: none;  color: yellow;font-weight:bold}
A.nav:hover {text-decoration: none;  color: white; font-weight:bold;}

.f75{
	border-left:yellow 1px solid;
	border-top:yellow 1px solid;
	border-right:yellow 1px solid;
	border-bottom:yellow 1px solid;
	width:300px;
	background-color: #004483;
	color:white;
}

.button{
	border:yellow 0px solid;
	color:yellow;
	font-size:12px;
	font-weight: bold;
	background-color: #004483
}
.team{
	color:yellow;
	font-size:12px;	
}

ul.nav{
    list-style: none;
    padding:0px;
    margin:0px;
    text-align:right;
    width:80px;
    padding-bottom:20px;
}

ul.nav li{
    padding-bottom:2px;
    padding-top:2px;
    padding-right:18px;
    background:url(/_images/spacer_nav.gif) no-repeat bottom right;
}


