body {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	margin: 10px 10% 0% 10%;
	padding: 0;
	font-size: small;
	text-align: center;
	background-color: white;
	background-image: url("../images/background.jpg");
	background-position: top center;	
	background-repeat: repeat-x;
}

#wrapper { width: 602px; text-align: left; margin: 0;  }

#banner {
	height: 120px;
	background-image: url("../images/banner_top.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333; 
}

#lowerwrapper { 
	border-left: 1px solid #666;
	border-right: 1px solid #666; 
	border-bottom: 1px solid #666;
	background-image: url("../images/banner_bottom.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
}

#banner h1 { display: none; }

h2 {
	font-family: georgia, "times new roman", serif;
	font-size: 1.6em;
	color: #c90;
	font-weight: normal;
}

a {
	color: #933;
	border-bottom: 1px dotted #933;
	text-decoration: none;
	padding: 0; margin: 0;
}

a:visited {
	color: #666;
	border-bottom: 1px dotted #666;
}

a:hover {
	color: #c60;
	border-bottom: 1px dotted #c60;

}

#menu { 
		float: right;  
		margin-right: 0px;
		margin-top: -0.8em;
		background-image: url("../images/80percent.png");  
		border-top: 1px dotted #999;
}

#menu a {
		margin: 0px 0px 10px 0px;	
		padding: 0.5em 1em 0.5em 1em;
		text-decoration: none;
		line-height: 230%;
		color: #933;
		border: 0px;
}


#menu a:hover {  background-image: url("../images/80percent.png"); }

#menu .separator { display: none; }

#content {
	padding: 1em 4em 1em 4em; 
	background-color: white;
	line-height: 1.5em;
	clear: both;	
	font-size: 100%;
}

.dotdotdot { margin-top: 20px; float: right; }

#team {
	margin-left: 20px;
}

td, th { vertical-align: top; }
.externalnum { color: #666; }

#twocolwrapper { text-align: center; border-top: 1px solid white; }
#col_left {
	text-align: left;
	width: 48%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#col_right {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left: 48%;
}


#footer {
	border-top: 1px dotted #ccc;
	margin-top: 60px;
	font-size: 90%;
	color: #999;
}

#footer a { color: #999; border-bottom: 1px dotted #999; }
.heightindicator { clear: both; }
