p {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

h1{
  color: #ffffff;
  margin-left: 8px;
  padding-left: 10px;
  text-align: center;
  width: 750px;
  background-color: #d9770d;
}

ul{
  margin-left: 20px;
}
ul li{
  padding-left: 10px;
}
a{
  text-decoration: none;
  color: #6c95f4;
}
body {
	background-color: #e6e2df;
}

#wrapper {
	width:850px;
	margin: 0 auto;	/*Make it align center*/
}

#head {
	width:800px;
	height:240px;
	background-color: #444444;
	margin: 0 auto;
	padding-top: 0px;
	overflow:auto;
}
#head .title{
  margin: 0 auto;
  font-family: "myriad-pro-1","myriad-pro-2";
  font-size: 80px;
  font-weight: bold;
  color:#ffffff;
  text-align: center;
  margin-top: 20px;
}
#head .subTitle{
  margin: 0 auto;
  font-family: "myriad-pro-1","myriad-pro-2";
  font-size: 30px;
  font-weight: bold;
  color:#ffffff;
  text-align: center;
}
#head .information{
	color: #ded2ce;
	text-align: center;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 5px;
}
#head .information a{
	text-decoration: none;
	color: #fff;
}


#nav {
	position: absolute;
	width:850px;
	height:50px;
	background-color: #ff8400;
	margin: 0 auto;
	margin-top: -60px;	/* Make the Navigation Bar overlap with the header*/
	margin-bottom:0px;
	z-index:2;
	/* Rounded Edge Support for CSS3*/
	-moz-border-radius: 15px;
	border-radius: 15px;
	filter:alpha(opacity=50); 
	opacity:0.8;
}

#nav table {
  width: 400px;
  margin:  0 auto;
}
#nav table tr {
	width: 400px;  /* This should be consistent with td*td_num   */
}
#nav table td {
  margin: 0 auto;	/*Make it align center*/
  text-align:center;
  color: #FFFFFF;
  /*background-color: #f6f3e2;*/
  border-color: #ffffff;
  border-width: 4px;
  height: 50px;
  font-family: "tandelle-1","tandelle-2",Helvetica,Arial,serif;
  font-size: 15px;
  min-width: 100px;
}
#nav table td a{
  margin: 0 auto;	/*Make it align center*/
  text-align:center;
  color: #FFFFFF;
  /*background-color: #f6f3e2;*/
  border-color: #ffffff;
  border-width: 4px;
  width: 100px;
  height: 50px;
  font-family: "tandelle-1","tandelle-2",Helvetica,Arial,serif;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}
#nav table td a:hover{
  margin: 0 auto;	/*Make it align center*/
  text-align:center;
  color: #ff8400;
  background-color: #f6f3e2;
  border-color: #ffffff;
  border-width: 4px;
  width: 110px;
  height: 50px;
  font-family: "tandelle-1","tandelle-2",Helvetica,Arial,serif;
  font-size: 20px;
  text-decoration: none;
}

* {
  
}
#content {
  background-color: #d9d3cf;
  width: 800px;
  margin: 0 auto;
  margin-top: 0px;
  min-height: 500px;
  overflow:auto;
}

#mainContent {
  background-color: #545352;
  color: #ffffff;
  width: 780px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 480px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
  
  /* Rounded Edge Support for CSS3*/
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.blockEntry {
  display: block;
  background-color: #444444;
  margin-left: 8px;
  padding-left: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  
  width: 750px;
  overflow:auto;
  z-index: 2;
}
.blockEntry h2{
  position: absolute;
  z-index: 1;
  margin-top: -10px;
  color: #ffffff;
  background-color:#586f82;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;

}
.blockEntry p{
  margin-top: 30px;
}

.dateMarch {
	background: #444 url('../images/calendarMarch.png') no-repeat scroll top left;
	width:50px;
	height:50px;
	color:#FFFFFF;
	text-align:center;
	float: left;
	margin-left: 180px;
	margin-right: 20px;
}
.dateMarch .date-month {
	padding-top: 5px;
	height:14px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}
.dateMarch .date-day {
	padding-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color: #000;
}

.dateMay {
	background: #444 url('../images/calendarMay.png') no-repeat scroll top left;
	width:50px;
	height:50px;
	color:#FFFFFF;
	text-align:center;
	float: left;
	margin-left: 180px;
	margin-right: 20px;
}
.dateMay .date-month {
	padding-top: 5px;
	height:14px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}
.dateMay .date-day {
	padding-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color: #000;
}

.dateJune {
	background: #444 url('../images/calendarJune.png') no-repeat scroll top left;
	width:50px;
	height:50px;
	color:#FFFFFF;
	text-align:center;
	float: left;
	margin-left: 180px;
	margin-right: 20px;
}
.dateJune .date-month {
	padding-top: 5px;
	height:14px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}
.dateJune .date-day {
	padding-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color: #000;
}
.nobulletUL {
  list-style-type: none;
  vertical-align: middle;
  margin: 0 auto;	/*Make it align center*/
}
.imageThumb {
	border-color: #545351;
	border-width: 15px;
}
.imageThumb a{
	text-decoration: none;
}
.tableofThumbnails{
	margin: 0 auto;
	text-align: center;
}
.tableofThumbnails td{
	width: 140px;
}
/*******************************************************************/

#footer {
  width: 800px;
  height: 30px;
  margin: 0 auto;
  margin-top: 5px;
  background-color: #d9d3cf;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
}
#footer:hover{
  width: 800px;
  height: 30px;
  margin: 0 auto;
  margin-top: 5px;
  background-color: #999;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
#footer a{
  text-decoration: none;
  font-size: 25px;
}
#footer #contact{
  display: none;
  color: #fff;
}


/******************************************************************/
.navSelector {
	margin-top: 20px;
}
.navSelector table{
	width: 750px;
	margin: 0 auto;
	text-align: center;
}
.navSelector td{
	width: 375px;
	margin: 0 auto;
}
.navSelector a .button{
	width: 365px;
	background-color: #ff8800;
	color:#fff;
	font-size: 40px;
	font-weight: bold;
	display: block;
	height: 320px;
	padding-top: 80px;
}
.navSelector a:hover .button{
	width: 365px;
	background-color: #fff;
	color:#ff8800;
	font-size: 40px;
	font-weight: bold;
	display: block;
	height: 320px;
	padding-top: 80px;
}






































