/* ===== LAYOUT ===== */

body
{
	background: #E1F4BF url(/images/bg_gradient_green.gif) repeat-x;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #344336;
	margin: 0px;
}

#outer
{
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;    
	padding: 0px;
	width: 800px;
	background-color:#FFFFFF;
	border: 1px solid #344336;
}

#header
{    
	width: 800px;
}

#nav
{
	background-color: #83AF5A;
	width: 800px;
	height: 27px;
}

#tab
{
	text-align:right;
	padding-right: 10px;
}

#main 
{
	text-align: left;
	padding: 15px;
}

#footer 
{
	text-align: center;	
	margin-bottom: 10px;
	font-size: 8pt;
	clear:both; 
}


/* ===== NAV ===== */

#nav ul 
{
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}

#nav ul li 
{
	display: inline;
	white-space: nowrap;
	float: left;
}

#nav ul li img
{
	border: 0px;
	vertical-align: middle;
}

#header img
{
	vertical-align: middle;
}


/* ===== TEXT ===== */

h1
{
	font-size: 18px;
	font-weight: bold;
	color: #5A8B2D;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	color: #344336;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #83AF5A;
}


.mediumText 
{
	font-size: 10pt; 
}

.mediumTextBold 
{
	font-size: 10pt; 
	font-weight: bold;
}

.smallText 
{
	font-size: 8pt; 
}

.smallTextBold
{
	font-size: 8pt; 
	font-weight: bold;
}

A:link {color: #5A8B2D}
A:visited {color: #5A8B2D}
A:active {color: #5A8B2D}
A:hover {color: #5A8B2D}

.PageBullets
{
	margin-left:150px;
}

.PageBullets li
{
	padding: 3px; 
	color: #344336;
}

.Indent
{
	margin-left: 20px;
}

.BigIndent
{
	margin-left:150px;
}



/* ===== IMAGES ===== */

.LeftFloatImage
{
	float:left; 
	margin: 5px 10px 5px 0px; 
	border: solid 1px #344336;
}

.RightFloatImage
{
	float:right;
	margin: 5px 0px 5px 10px;
	border: solid 1px #344336;
}

.CenterImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #344336;
}



/* ===== TABLE ===== */

.SPTable table
{
	margin-left:auto;
	margin-right:auto;
	border: solid 1px #344336;
}

.SPTable table th
{
	background-color: #5A8B2D;
	color: White;
	text-align:center;
	font-weight: bold;
	padding: 5px;
	border: none;
}

.SPTable table th a
{
	color: White;
}

.SPTable table tr td
{
	padding: 5px 10px 5px 10px;
	border: none;
}

.SPTable .AltRow
{
	background-color: #f3f3f3 /*f3fbe5*/;	
}

/* ===== BOXES ===== */

.greenBox 
{
	border-style: solid; 
	border-width: 1px; 
	border-color: #83AF5A; 
	background-color:#CAE57A;
	padding: 5px;
}

.whiteBox 
{
	border-style: solid; 
	border-width: 1px; 
	border-color: #83AF5A; 
	background-color:#FFFFFF;
	padding: 5px;
}

/* ===== HOME PAGE ===== */

#homePage
{
	background-color: #E1F4BF;
	margin:0px; 
	padding;0px;
}

#homePage #outer
{
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 20px;    
	padding: 0px;
	width: 950px;
	border: none;
	background-color:transparent;
}

#homePage #main 
{
	text-align: left;
	padding: 0px;
}

#homePage #nav
{
	background-color: #83AF5A;
	height: 27px;
	width: 680px;
}

#homePage .header td img 
{
	display: block;
}


.captionhover {font-size:10px; text-align:left;}
.captionhover a:link {text-decoration: none; color: #344336;}
.captionhover a:visited {text-decoration: none; color: #344336}
.captionhover a:active {text-decoration: none; color: #344336}
.captionhover a:hover {text-decoration: underline; color: #344336}

#homePage a:link {color: #344336}
#homePage a:visited {color: #344336}
#homePage a:active {color: #344336}
#homePage a:hover {color: #344336}

.spreadbullets {padding: 3px; color: #344336}
.spreadbullets a:link {text-decoration: none; color: #344336}
.spreadbullets a:visited {text-decoration: none; color: #344336}
.spreadbullets a:active {text-decoration: none; color: #344336}
.spreadbullets a:hover {text-decoration: underline; color: #344336}

.AdminWYSIWYG
{
	background: #FFFFFF;
	padding: 10px;
}

/* ===== SCHOOL SITE ===== */

#schoolNav
{
	background-color: #1A4F52;
	width: 800px;
	height: 27px;
}

/* ===== SCHOOL NAV ===== */

#schoolNav ul 
{
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}

#schoolNav ul li 
{
	display: inline;
	white-space: nowrap;
	float: left;
}

#schoolNav ul li img
{
	border: 0px;
	vertical-align: middle;
}
