/* CSS Document */

#welcome {
	text-align: center;
	padding: 10px 3px 3px 3px;
	width: 725px;
	height: 50px;
	background-color: #003399;
	border-bottom: 4px solid black;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 24px;
	color: #FFFFFF;
}

#teamcontent {
	
	height: 600px;
}

#teamleftcol {
	width: 350px;
	float: left;
	padding: 0 0 0 30px;
}

#teamrightcol {
	width: 350px;
	margin-left: 500px;
	margin-bottom: 30px;
	border: 1px solid #428EC6;
	padding: 5px 10px 10px 10px;
}

#sitemap {
	width: 200px;
	margin: 0 auto;
}
