﻿/* PAGE/GENERAL */
* 
{
	padding:0;
	margin:0;
}
body 
{
	background-image:url('Images/SiteBackground.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#ebf6fc;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}
.hidden 
{
	position:absolute;
	left:-10000px;}
#pageLayout
{
	width:100%;}
img
{
	border:none;}

/* BRANDING */
#headerHolder
{
	width:780px;
	height:auto;
	background-image: url('Images/HeaderBackground.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;}
#header
{
	width:100%;
	height:auto;
	background-image: url('Images/SiteBranding.gif');
	background-repeat: no-repeat;
}
#menuHolder
{
	width:100%;
	height:220px;
	padding-bottom:10px;
	padding-left:16px;
}
.menuLinks
{
	list-style:none;
	margin-top:0.5em;
	margin-left:0px;
}
.menuLinks li
{
	display:inline;
	padding-right:5px;
	padding-left:5px;
	line-height:14px;
}
.menuLinks a, .menuLinks a:visited
{
	color: #197094;
	text-decoration: none;
	padding: 2px 5px 6px 5px;
}
.menuLinks a:hover
{
	background-color: #197094;
	padding: 2px 5px 6px 5px;
	border-bottom: solid 6px #ffba00;
	color: #ffffff;
}

/* CONTENT */
#content
{
	width:100%;
	height:auto;
	background:none;
	border:none;
}
#contentTD
{
	padding-left:16px;
	padding-top:20px;
	padding-bottom:10px;
}
#mainHeader
{
	width:auto;
	padding:0px 0px 10px 8px;
}
#mainHeader h1
{
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:x-large;
	font-style:normal;
	font-weight:bold;
	color:#666666;
}
#mainContent
{
	width:532px;
	padding:0px 8px 0px 8px;
}
#mainContent p
{
	font-family: Arial, Sans-Serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 2.2em;
	margin-bottom: 2.2em;
}
#mainImage p
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 2.7em;
}
#mainContent ul.musicnote
{
	font-family: Arial, Sans-Serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 2.2em;
	margin-left: 20px;
	margin-top: -2.2em;
	margin-bottom: 2.2em;
	list-style-image: url('Images/Bullet-MusicNote.gif');
}
#mainContent a, #mainContent a:visited
{
	color: #197094;
	padding-left: 3px;
	padding-right: 3px;
}
#mainContent a:hover
{
	background-color: #ffba00;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	color: #ffffff;
}
#mainContent h2
{
	font-family: Arial, Sans-Serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #197094;
	margin-bottom: 0em;
}
#mainImage
{
	width:232px;
	padding:0px 20px 0px 0px;
}
.pageImage
{
	background-color:#ffffff;
	display:block;
	padding:5px;
	border:solid 1px #dddddd;
}
h2.seasonHeading
{
	margin-top: 1.5em;
}
h2.firstHeading
{
	margin-top: 0em;
}
.tableHeading
{
	border-bottom: solid 1px #197094;
}
.tableFooter
{
	border-top: solid 1px #197094;
	text-align: right;
}
.tableRowBG
{
	background-color: #ebf6fc;
}
table#studentResults td
{
	padding-left: 2px;
}
table#studentResults td a
{
	padding-left: 0px;
}
#bookSample
{
	width:725px;
	background-color: #ffffff;
	border: solid 1px #666666;
	padding: 5px 5px 3px 5px;
	margin-left: 4px;
}
/* FOOTER */
.bottomLinks
{
	width:780px;
	list-style: none;
	margin-top: 0.5em;
	margin-left: 0;
	padding:0px 0px 10px 0px;
}
.bottomLinks li
{
	display: inline;
	border-left: 1px solid #197094;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	font-family: Arial;
	color: #197094;
	line-height:12px;
}
.bottomLinks li.first
{
	border-left: 0 none transparent;
}
.bottomLinks li.last
{
	border-left: 0 none transparent;
	padding-left: 200px;
}
.bottomLinks a, .bottomLinks a:visited
{
	color: #197094;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial;
	color: #197094;
}
.bottomLinks a:hover
{
	color: #0e465c;
	text-decoration: underline;
	font-size: 10px;
	font-family: Arial;
	color: #197094;
}
#footer p
{
	margin-top: 1.5em;
}