body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial;
    background-color: #FFFFFF;
}

a:link, a:visited {
    text-decoration: none;
    color: #6699FF;
}

a:link:hover, a:visited:hover {
    text-decoration: underline;
    color: #6699FF;
}

#content {
    width: 800px;
    margin: 0 auto; /* center on page */
    text-align: left;
    background-color: #FFFFFF;
}

#header {
	clear: both;
    height: 88px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
}

#headerin {
	clear: both;
    height: 88px;
    background-image: url(../images/headerin.jpg);
    background-repeat: no-repeat;
}

#nav {
	clear: both;
    height: 28px;
    background-image: url(../images/navback.gif);
    background-repeat: repeat-x;	
    text-align: center;
}

#nav img {
	border: none;
}

#contentarea {
	clear: both;
}

#bottombar {
	clear: both;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 15px;
	font-size: 0.85em;
	color: #FFFFFF;
    background-image: url(../images/bottombarback.gif);
    background-repeat: repeat-both;		
}

#memberlinks {
	clear: both;
	text-align: center;
	color: #8F8F8F;
	font-weight: bold;
	font-size: 0.6em;;
}

#memberlinks img {
	border: none;
	vertical-align: middle;
}

.splashlinks {
	font-size: 1.4em;
	font-weight: bold;
}

.splashlinks a {
	color: #333333;
}

#bottombar a {
	color: #FFFFFF;
}

.teamholder {
	width: 780px; 
	margin: 0 auto; 
	padding-top: 25px;
	clear: both;
}

.teampic {
	float: left; 
	width: 150px;
}

.teamdesc {
	float: left; 
	width: 600px; 
	margin-left: 25px; 
	text-align: left;
}

#spacer {
	height: 30px;
}

/* news classes */ 
.newsentry {
	clear: both;	
	padding-top: 25px;
}

.entrydate {
	text-align: right;
	border-bottom: 1px solid #999999;
	color: #999999;
}

.entryholder {
	width: 100%; 
}

.entryleftcol {
	float: left; 
	width: 250px;
	text-align: center;
}

.entryrightcol {
	float: left; 
	width: 500px; 
	margin-left: 25px; 
	text-align: left;
}