body {
	background-image: url(../Files/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
 	line-height: 16px;
  	color: black;
   	margin: 0;
  	padding: 0;
	text-decoration: none;
	border-collapse: collapse;
}


p {
	margin-top: 0px;
	margin-bottom: 12px;
}

select {
	font-family: Arial, Helv, sans-serif;
	font-size: 11px;
	margin-left: 10px;
}

input {
	font-family: Arial, Helv, sans-serif;
	font-size: 11px;
	border: 1px solid #303030;
}

textarea {
	font-family: Arial, Helv, sans-serif;
	font-size: 11px;
	border: 1px solid #303030;
}

.schoolText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  	color: #555;
}


.captionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 8px;
	text-align: center;
}


.captionTextRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 2px;
	text-align: right;
}


.captionTextLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 2px;
	text-align: left;
}


/* LAYOUT STYLES */

.mainContent {
	background-image: url(../Files/mainContentBackground.gif);
	margin-bottom: 0px;
	width: 800px;
	border: 0px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}


.topTitleBar {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 12px;
	line-height: 24px;
	margin: 0px;
	width: 718px;
	height: 48px;
	border-top: 10px solid #808080;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	text-align: right;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}


.topTitleBarHomePage {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-top: 8px;
	/*padding-right: 12px;*/
	line-height: 24px;
	margin: 0px;
	width: 730px;
	height: 48px;
	border-top: 10px solid #808080;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	text-align: right;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}


.topImageBanner {
	background-color: white;
	margin: 0px;
	width: 730px;
	height: 120px;
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}


.bodyContent {
	background-color: white;
	margin: 0px;
	/*width: 730px;*/
	width: 676px;
	/*height: 60px;*/
	border: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 27px;
	padding-right: 27px;
	text-align: right;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}


.bodyContentImagePage {
	background-color: white;
	margin: 0px;
	width: 676px;
	/*width: 690px;*/
	/*height: 60px;*/
	border: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 27px;
	padding-right: 27px;
	text-align: right;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}


.oneColumnImagePage {
	border: 1px solid #EEEEEE;
	margin: 0px;
	width: 100%;
	padding: 12px;
	text-align: left;
}


.leftColumn {
	background-color: #FBFBFB;
	border: 1px solid #EEEEEE;
	margin: 0px;
	width: 406px;
	padding: 12px;
	text-align: left;
}


.leftColumnTemplate {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin: 0px;
	width: 146px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}

.rightColumnTemplate {
	background-color: #FBFBFB;
	border: 1px solid #EEEEEE;
	margin: 0px;
	width: 463px;
	padding: 12px;
	text-align: left;
}

.rightColumn {
	background-color: #FBFBFB;
	border: 1px solid #EEEEEE;
	margin: 0px;
	width: 191px;
	padding: 12px;
	text-align: left;
}


.leftColumnNoTable {
	background-color: #FBFBFB;
	border: 1px solid #EEEEEE;
	margin: 0px;
	width: 406px;
	padding: 12px;
	text-align: left;
	float: left;
}


.rightColumnNoTable {
	background-color: #FBFBFB;
	border: 1px solid #EEEEEE;
	margin: 0px;
	width: 191px;
	padding: 12px;
	text-align: left;
	float: right;
}

.bodyFooter {
	background-color: #F6F8F9;
	margin: 0px;
	color: #999999;
	font-size: 10px;
	width: 718px;
	/*width: 100%;*/
	height: 18px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #D4D0C8;
	text-align: right;
	padding-right: 12px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.cellBottomRight {
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.cellBottomOnly {
	border-bottom: 1px solid #EEEEEE;
}

.cellRightOnly {
	border-right: 1px solid #EEEEEE;
}


/* FONT STYLES */

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin-bottom: 14px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 13px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
}



/* MENUS - Menus modified from CSS coding at http://automaticlabs.com */


#menu {
  margin: 0;
  padding: 0;
  font-size: 10px;
	font-weight: normal;
	line-height: 19px;
	width: 730px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  border: 0;
}

#menu ul li {
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  display: block;
}

#menu ul li a {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #ddd;
	width: 119px;
	height: 18px;
	color: #555;
	display: block;
	text-decoration: none;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#menu ul li#features a	{
  width: 120px;
}

#menu ul li#tour a	{
  width: 120px;
}

#menu ul li#apply a	{
  width: 120px;
}

#menu ul li#search a	{
  width: 120px;
}

#menu ul li#courses a	{
  width: 120px;
}

#menu ul li#calendar a	{
  width: 120px;
}

#menu ul li#images a	{
  width: 120px;
}

#menu ul li#downloads a	{
  width: 120px;
}

#menu ul li a:hover,
#menu ul li a:hover.current
{
  background: #D2DEE5;
  color: #333;
}

#menu ul li a.current {
  background: #D2DEE5;
}


/* LINK STYLES */

a:link {
	color: maroon;
	text-decoration: underline;
}

a:visited {
	color: maroon;
	text-decoration: underline;
}

a:active {
	color: maroon;
	text-decoration: underline;
}

a:hover {
	color: #C42D34;
	text-decoration: underline;
}

a.noevent:link {
	font-family  Verdana, Arial; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
	text-decoration: none;
}

a.noevent:visited {
	font-family: Verdana, Arial; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
	text-decoration: none;
}

a.noevent:active {
	font-family: Verdana, Arial; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
	text-decoration: none;
}

a.noevent:hover {
	font-family  Verdana, Arial; 
	font-size:10px; 
	color: maroon; 
	font-weight:normal; 
	text-decoration: none;
}


/* CALENDAR STYLES */

/* SECTION FROM THE OLDER JAVASCRIPT MENU
.calendarMain {
width:184px;
border:1px solid #808080;
border-collapse: collapse;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.month {
background-color:#808080;
font: bold 12px verdana;
color:white;
padding: 2px;
}

.daysofweek {
background-color:silver;
font:bold 10px verdana;
color:#808080;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
padding: 1px;
}

.days {
font-size: 10px;
font-family:verdana;
color:black;
background-color: white;
padding: 0px;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
}

.days #today{
font-weight: bold;
color: red;
}

.days a {
  color: black;
  text-decoration: none;
}

.days a:hover {
  color: maroon;
  text-decoration: none;
}

.days a:active {
  color: black;
  text-decoration: none;
}

.days a:visitied {
  color: black;
  text-decoration: none;
}

*/

td.non {
	width: 25px;
	height: 12px;
	text-align: center;
	font-family : Verdana, Arial; 
	font-size :10px; 
	color :#C0C0C0; 
	font-weight :normal;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

td.top {
	width: 25px;
	height: 12px;
	text-align: center;
	font-family : Verdana, Arial; 
	font-size :10px; 
	color :#0000FF; 
	font-weight :bold;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

td.some {
	width: 25px;
	height: 12px;
	text-align: center;
	font-family : Verdana, Arial; 
	font-size :10px; 
	color :#000000; 
	font-weight :normal; 
	padding: 0px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

td.someDay {
	width: 25px;
	height: 12px;
	text-align: center;
	font-family : Verdana, Arial; 
	font-size :10px; 
	background-color:#D5D3D3; 
	font-weight: bold; 
	color: #808080;
	padding: 0px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}


/* CALENDAR PAGE SPACING STYLES */

.calendarDayHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	padding-top: 14px;
}

.calendarHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	margin-left: 10px;
	padding-top: 12px;
}

.calendarDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 8px;
}


