body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	text-align:center;
	background: url(redwater_splash.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #020202;
}

.enternow {
	text-align:center;
	font-size: 18pt;
	color: #4a76ff;
	padding-top: 360px;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

div#container		
{
	margin: 1em auto;
	width: 400px;
	border: 1px solid #000;
	padding: 1em;
	background-color: #000000;
	text-align: center;
}
		
.thelink {
	font-size:150%;
}

a {
	color:#4a76ff;
	text-decoration: none;
}

a:visited {
	color:#4a76ff;
}

a:hover {
	color: #4a76ff;
	text-decoration: underline;
}

.jdSlideshow {
width: 500px;
height: 500px;
z-index:5;
}

.timedSlideshow
{
width: 500px;
height: 500px;
z-index:5;
}

.homeworkListHeader  p {
	font-weight:900;
	font-size: 120%;
	border-bottom: 1px solid black;
}

.homeworkListDetail {
	margin-left: 50px;
}

.homeworkListDetail p {
	font-weight:normal;
	font-size: 100%;
	border-bottom: 0px;
}

.homeworkListDetailAttachment {
	font-style: normal;
	font-size: 90%;
}

.homeworkListDetailDateDue {
	font-style: normal;
	font-size: 90%;
}
.homeworkListDetailDateDue::before
{
    content: " (";
}
.homeworkListDetailDateDue::after
{
    content: ") ";
}

.homeworkListDetailDateAssigned {
	font-size: 70%;
}

.eventTitle {
	font-weight:900;
	font-size: 120%;
}

.eventDetails {
	font-size: 100%;
	font-weight:normal;
}

.eventAttachment {
	font-weight:900;
	font-size: 120%;
}

.eventDate, .eventTime {
	font-weight: normal;
	font-size: 100%;
}

.eventTime::before
{
    content: " (";
}
.eventTime::after
{
    content: ") ";
}
