﻿@charset "utf-8";
/* CSS Document */

body	{
	background-color: #009; /*Temporary Background Color*/
	width:750px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper	{
	width:750px;
	margin:auto;
	padding:5px 5px 5px 5px;
}
#masthead	{
	height:40px;
	width:750px;
	background-color:#039; 
}
#main_nav	{
	height:40px;
	width:750px;
	background-color:#fff; /*Temporary Background Color*/
}
#main_nav2	{
	height:35px;
	width:740px;
	background-color:#333;
	color: #000;
	padding-left:10px;
	float:left;
	text-align:center;
}
#banner	{
	height:100px;
	width:750px;
	float:left;
}
#school {
	text-align:center;
}
#content	{
	color: #000;
	background-color: #FFF;
	width:750px;
	clear:both;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#breadcrumbs	{
	float:right;
	width:740px;
	height:20px;
	background-color:#fff; /*Temporary Background Color*/
	color:#710;
	font-family:Arial, Helvetica, sans-serif;
}
#mission	{
	float:left;
	width:350px;
	height: 225px;
}
#vision	{
	float:right;
	width: 350px;
	height: 225px;
}
#leaps	{
	margin-left:175px;
	margin-bottom: 10px;
}
#footer	{
	height:40px;
	width:750px;
	background-color:#FFF; /*Temporary Background Color*/
	color:#000;
	font-size:75%;
	text-align:center;
}
#external_links	{
	color:#fff;
	width:740px;
	height:27px;
}
#numbers	{
	text-align:center;
}
a	{
	color:#000;
}
a:hover	{
	color:#FFF;
}
td	{
	clear:both;
	padding: 5px 5px 15px 5px;
	vertical-align:text-top;
	text-align:left;
	font-size:80%;
}
table img	{
	vertical-align:text-top;
}
.tabbedpanels	{
}

