body {
	font-family: Times New Roman, times, serif;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	text-align:center;
	background-color: #000000;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position:center; 
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	height: 99%;
}

.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: ") ";
}
