/* CSS Document */

body {
	margin: 0; padding: 0;
}
body,td,th {
	color: #333333;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	background: #F8F4E4 url(../images/interface/background.gif) repeat-y right;
}
#header {
	background: #F5E696;
	border-bottom: 1px solid #000000;
}
#navigation {
	background: #6E80C7;
	border-bottom: 1px solid #000000;
}
#sidebar_header {
	background: #A8C958;
	border-bottom: 1px solid #000000;
}
#container {
	width: 100%;
	background: #F8F4E4 url(../images/interface/background.gif) repeat-y left;
	float: right;
	margin-left: -165px;
}
#content {
	background: #FFFFFF;
	margin-left: 165px;
}
#sidebar {
	width: 164px;
	height: 28px;
	float: right;
	border-right: 1px solid #000000;
}
#sidebar h1 {
	font-size: 12px;
	line-height: 28px;
	margin: 0; padding: 0;
}
#footer {
	background: #F5E797;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
h1 {
	margin-top: 0;
}
h3 {
	font-size: 12px;
	line-height: 17px;
	color: #D9B936;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 20px;
}
.last {
	margin-bottom: 0;
}
.tableBelow {
	margin-bottom: 5px;
}
.clearing {
	height: 0;
	clear: both;
}
.padding20px {
	padding: 20px;
}
.padding10px {
	padding: 10px;
}

#navbar {
 width: 540px;
 height: 28px;
 background: url(../images/interface/navbar.gif);
 margin: 0; padding: 0;
 position: relative;
}
#navbar li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#navbar li, #navbar a {height: 28px; display: block;}
#tab1 {left: 0; width: 118px;}
#tab2 {left: 118px; width: 75px;}
#tab3 {left: 193px; width: 93px;}
#tab4 {left: 286px; width: 61px;}
#tab5 {left: 347px; width: 80px;}
#tab6 {left: 427px; width: 103px;}

#tab1 a:hover, #tab1 a.current {background: transparent url(../images/interface/navbar.gif) 0 -28px no-repeat;}
#tab2 a:hover, #tab2 a.current {background: transparent url(../images/interface/navbar.gif) -118px -28px no-repeat;}
#tab3 a:hover, #tab3 a.current {background: transparent url(../images/interface/navbar.gif) -193px -28px no-repeat;}
#tab4 a:hover, #tab4 a.current {background: transparent url(../images/interface/navbar.gif) -286px -28px no-repeat;}
#tab5 a:hover, #tab5 a.current {background: transparent url(../images/interface/navbar.gif) -347px -28px no-repeat;}
#tab6 a:hover, #tab6 a.current {background: transparent url(../images/interface/navbar.gif) -427px -28px no-repeat;}

#headerbar {
 width: 700px;
 height: 90px;
 background: url(../images/interface/header.gif);
 margin: 0; padding: 0;
 position: relative;
}
#headerbar li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}


#headerbar li, #headerbar a {height: 30px; display: block;}
#tabA {left: 450px; width: 83px;}
#tabB {left: 535px; width: 73px;}
#tabC {left: 610px; width: 87px;}

#tabhome {left: 0; width: 450px;}
#tabhome a {height: 90px; display: block;}


#tabA a:hover {background: transparent url(../images/interface/header.gif) -450px -90px no-repeat;}
#tabB a:hover {background: transparent url(../images/interface/header.gif) -535px -90px no-repeat;}
#tabC a:hover {background: transparent url(../images/interface/header.gif) -610px -90px no-repeat;}

#headerbar li a span, #navbar li a span {
	display: none;
}


#content h1 {
	font: normal 20px/24px Verdana, Helvetica, sans-serif;
	margin: 0 0 2px;
	text-align: left;
	text-transform: uppercase;
	color: #6E80C7;
	}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash #content h1	{ visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
#content div.replaced-h1	{ height: 24px; margin-bottom: -5px; }

/*]]>*/
a:link {
	color: #6E80C7;
}
a:visited {
	color: #40529A;
}
a:hover {
	color: #CCB539;
}
a:active {
	color: #CCBD6D;
}
.copyright {
	font-size: 9px;
	color: #999999;
	padding: 10px 20px;
}
.lastUpdated {
	font-size: 9px;
	color: #999999;
}

#pipe {
	padding: 20px;
	font-size: 10px;
	color: #666666;
}

#pipe ul {
        margin: 5px 0;
        padding-left: 0;
        display: block;
        } 

#pipe ul li {
        margin-left: 0;
        padding: 2px 10px;
        border-left: 1px solid #999;
        list-style: none;
        display: inline;
        }
        
                
#pipe ul li.first {
        margin-left: 0;
				padding-left: 0;
        border-left: none;
        list-style: none;
        display: inline;
        }

#sidenavigation {
	font-size: 10px;
	padding: 10px;
}
#sidenavigation ul {
	margin-left: 0; padding-left: 0;
	list-style-type: none;
}
#sidenavigation ul li {
	margin-bottom: 10px;
}
h2 {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color: #77A013;
	margin-bottom: -5px;
	margin-top: 25px;
}
blockquote {
	margin: 0;
	padding: 0 0 0 15px;
}
#breadcrumbs {
	font-size: 9px;
	color: #999;
	padding-bottom: 30px;
}
#maincontent ul li {
	margin-bottom: 10px;
	list-style-type: square;
}
#splash {
	border-bottom: 1px solid #000000;
	background: #FDF6CC;
}
#splash img {
	border-right: 1px solid #000000;
}

.linedTable td, .linedTable th {
	border-top: 1px solid #DDDDDD;
	padding: 4px 10px 4px 6px;
	vertical-align: top;
	font-size: 10px;
}
.unlinedTable td, .unlinedTable th {
	padding: 4px 10px 4px 4px;
	vertical-align: top;
	font-size: 10px;
}
.linedTable th, .unlinedTable th {
	background-color: #EFEFEF;
	text-align: left;
	font-weight: bold;
}
.linedTable tr.lastline td, .linedTable tr.lastline th {
	border-bottom: 1px solid #DDDDDD;
}
.linedTable tr.noline td, .linedTable tr.noline th {
	border-top: none;
}
input, select, textarea {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
input.fieldTiny, select.fieldTiny {
	width: 30px;
}
input.fieldShort, select.fieldShort {
	width: 130px;
}
input.fieldShorter, select.fieldShorter {
	width: 100px;
}
input.fieldMed, select.fieldMed, textarea.fieldMed {
	width: 235px;
}
input.fieldLong, textarea.fieldLong, select.fieldLong {
	width: 400px;
}

.FinePrint {
	font-size: 9px;
	color: #666666;
	line-height: 13px;
}
.ErrorLayer {
	background: #F0F0F0;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #ACACAC;
	color: #990000;
	clear: both;
}
.MessageLayer {
	background: #FFF9E2;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #C7C7C7;
	clear: both;
}
.ImageRightPadding {
	margin: 0 5px 0 0; 
}
.photo_teacher {
	margin: 3px 15px 5px 0px;
	float: left;
}
