/* Silver Lake Soccer Camp */
body {
	font-family: Arial, Helvetica;
	background-color: silver;
	}
#header {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}
#header .title {
	text-align: center;
	font-size: 24px;
	color: #0000AA;
	font-weight: bold;
	}
#header .subtitle {
	text-align: center;
	font-size: 16px;
	color: #007700;
	font-weight: bold;
	}
#header #menu td {
	text-align: center;
	color: #000000;
	padding: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial;
	font-size: 10px;
	}
#main {
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 12px;
	}
.photo {
	}
.caption {
	font-family: Verdana, Arial;
	font-size: 9px;
	text-align: center;
	}
.section {
	font-size: 12px;
	}
.section .title {
	/* background-color: #DDEEDD; */
	color: #007700;
	font-family: Verdana, Arial;
	padding: 5px;
	/* text-align: center; */
	font-weight: bold;
	font-size: 12px;
	}
.section .body {
	padding: 5px;
	font-size: 12px;
	}
.logosmall {
	background-color: #FFFFFF;
	padding: 0px;
	width: 55px;
	}
#footer {
	color: #000000;
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}
