html, body{
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e0e0e0;
	color:#333333;
}

#main{
	position: absolute;
	border: 1px solid #000;
	width: 900px;
	top: 2%;
	left: 50%;
	margin-left: -450px;
}

.contentRegion {
	margin: 40px;
	padding: 40px;
	border: thin solid #000000;
	background-color: #FFFFFF;
}

.contentRegion * {
	line-height: 1.5em;
	letter-spacing: .1em;
	padding-left: 20px;
	text-align:left;
}

.contentRegion a{
	padding: 0;
}

.contentRegion img{
	padding: 0;
}

.contentRegion .linkList{

}

.contentRegion .linkList li a, dt a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding: 5px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F4F4F4;
}
.normal-list {
	list-style-position: inside;
}


.contentRegion li p{
	color: #333333;
	
}
.contentRegion .linkList li a:hover, dt a:hover{
	text-decoration: underline;
	color: #333333;
}

.contentRegion .linkList li{
	list-style-type: none;
	list-style-image: url(images/goldarrow.gif);
}


.scrapbookImage{
	margin: 10px;
	border: 1px solid #000;
}

.dayCampImg{
	margin-left: 45px;
}

.contentRegion span{
	display: block;
	text-align: center;
}

.contentRegion dt {
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F4F4F4;
}

.contentRegion dd{
	padding-top: 5px;
	padding-bottom: 15px;
}

.sectionHeader {
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#contentCell {
	background: #fff url(images/ContentBackground.jpg) repeat-x;
	height: 100%;
}

#copyright{
	text-align: center;
	font-size: .8em;
	padding-bottom: 20px;
}

h2{
	font-size: 1.2em;

}
#scrapbook-container {
	text-align: center;
	margin-bottom: 20px;
}
