	body
	{
		background-image: url('img/splashBG.jpg');
		background-repeat: repeat-x repeat-y;
		margin-top: 0px;
		padding-top:0px;
	}
	.main_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#6F6E6E;
	}
	.link_text
	{
		font-family:Tahoma;
		font-size:9px;
		line-height:14px;
		color:#8C8B8B;
	}
	.adv_search
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:15px;
		color:#625E5E;
	}
	.yellow_text
	{
		font-family:Tahoma;
		font-size:9px;
		line-height:12px;
		color:#F3B33B;
	}
	.yellow_big_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#F3B33B;
	}
	.red_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#C2262E;
	}
	.copyright_grey
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:15px;
		color:#8E8C8C;
	}
	.copyright_red
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:15px;
		color:#C2262E;
	}
	a.link_text:link {text-decoration:none;}	
	a.link_text:hover {text-decoration:none;}
	a.link_text:active {text-decoration:none;}
	a.link_text:visited {text-decoration:none;}
	
	a.red_text:link {text-decoration:none;}	
	a.red_text:hover {text-decoration:none;}
	a.red_text:active {text-decoration:none;}
	a.red_text:visited {text-decoration:none;}
	
	.form
	{
		border-color:#A0A0A0;
		border-width:1px;
	}
	
	body{
		font-family: verdana, arial, sans-serif;
		}
		
		h1 {
  font-size: 16px;
  font-weight: bold;
  color: #004a39;
}

h2 {
  font-size: 10px;
  font-weight: bold;
  color: #D0AD67;
}

h3 {
  font-size: 10px;
  font-weight: bold;
  color: #069;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #690;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
}

.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
}

div.heading {
  background-color: #f7c500;
  font-size: 12px;
  font-weight: bold;
  color: #004a39;
  text-align: left;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-bottom: 0px;
}

#mission {
	font-size: 9px;
	
}

a:link {
	color:#b9242a;
	font-weight: normal;
	text-decoration:none;
	font-size: 12px;
  }
a:visited {
	color:#b9242a;
	font-weight: normal;
	text-decoration:none; 
	font-size: 12px;
 }

a:hover {
	color:#f1b145;
	font-weight: normal;
	text-decoration:none;
	font-size: 12px;
  }	
  
  .alpha{
	background: #ddd;
  }
  
  .beta{
 
  }
  
  .staff{
	font-size: 12px;
  }
  
  #wrapper{
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width: 500px;
	text-align: center;
}

#timeSpan {
	font-size: 14pt;
	font-family: verdana,tahoma,arial,sans-serif;
	color: #b9242a;
	margin-left:73px;
	margin-top:5px;
}
#dateSpan {
	font-size: 14pt;
	font-family: verdana,tahoma,arial,sans-serif;
	color: #b9242a;
	margin-left:73px;
	margin-top:20px;
}

.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: ") ";
}