body { color: black; text-align: center; } 

a {
	text-decoration: underline;
		color: black;
}

a.signedup {
	color: #41334d;
}

a:visited {
	color: #444;
	text-decoration: underline;
}

a:hover, active {
	text-decoration: none;
}

.bgsub { 
	background:url(images/bg_sub.jpg); 
	background-repeat: no-repeat;
	height: 523px;
	padding: 10px;
	vertical-align: top;
 }

.cmsContentArea {
	text-align: left;
	margin-left: auto; margin-right: auto;
	margin-top: 0; margin-bottom: 0;
	background:url(images/parchment-light2.jpg);
	
	min-height: 470px;
	width: 760px;
	
	border: 2px black solid;

	padding: 10 20 40 20;
}



.header {
	margin-left: auto; margin-right: auto;
	margin-top: 20; margin-bottom: 0;
	width: 800px;
	
	border: 2px black solid;

}

.calendar, .calendar-month {
	border: 1px black solid;

}
.linked-day {
	background-color: white;
	border: 1px black solid;

}

h2 {
	margin: 10 0 0 0;
	padding: 0;

}

h4 {
	margin: 0 0 10 0;
	padding: 0;

}

h5 {
	margin: 0 0 4 0;
	padding: 0;

}

.photocaption{
	font-style: italic;
	font-size: .8em;
}

.helpText{
	font-size: .8em;
}

.copyright{
	width: 800px;
	font-size: .8em;
	color:white;
	text-align: right;
	margin-left: auto; margin-right: auto;
	margin-top: 0; margin-bottom: 0;
	width: 800px;
}

.loginBox{
	background: #ccc;
	color: black; 
	text-align: center;
	vertical-align: bottom;
}
.signedup{
	font-weight: bold;
	color: #41334d;
}

.confirmed{
	font-weight: bold;
}
