#header {
  height:164px;
  background-image: url(/images/headerbackground.gif);
}
#header #header-left {float:left;margin:0;width:512px;height:164px;background-image: url(/images/header-left.gif);}
#header #header-right {float:left;margin:0;width:448px;height:164px;background-image: url(/images/header-right.jpg);}
#header-right .signin {float:right;color:white;}
#navigation {
  height:43px;
  background-color: #fff;
  background-image: url(/images/navigationbackground-tile.gif);
}
#navigation ul.nav-links {
  list-style: none inside;
  margin:0;
  padding:0;
  display:inline;
  float:left
}  
#navigation ul.nav-links li {padding:0;margin:0;float:left;display:block;}
#content {
  border: 1px solid #D4D6C9;
  background-color: #fff;
}
#wrapper {
  width:1246px;
  background-image: url(/images/bg.gif);
  background-repeat: repeat-y;
  margin:0 auto;
  padding-top:10px;
}
#body {
  width:980px;
  padding-top:10px;
  padding-bottom:10px;
  margin: 0 auto;
  background-color: #e9ebdd;
  border: 1px solid #D4D6C9;
}
.sub-header {
	background-image: url(/images/subheader.jpg);
	height:336px;
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#1F2021;
	margin-top:10px;
	margin-bottom:30px;
}
.even {
  background-color: #C7E4EA;
  border: 1px solid #6AC5DE;
  margin-top:20px;
  padding:10px;
}
.odd {
  background-color: #BDD9DF;
  border: 1px solid #6AC5DE;
  margin-top:20px;
  padding:10px;
}
.sidebar {
  background-color: #E9EADC;
  margin-top:20px;
}
.sidebar .header {
  background-color: #B6BD8E;
  padding:10px;
  margin-bottom:10px;
  color:white;
}
.sidebar .sidebar-body {
  padding:10px;
  color: #205161;
  font-family: Times, serif;
}
.form {padding-left:10px;float: left;}
form p {width:100%; float:left;}
form p label {float:left;margin-top:10px;width:150px;}
form p label.inverted {
  float: none;
  margin-top: 0;
  width: auto
}
form p input {
  float:left;
}

#parent, #student {display:none;}
#divisions {margin-top:20px;}

div.errors {
  background-color:#FEACA9;
  border: 1px solid #FE3012;
  margin-top:20px;
  padding:10px;
  float:left;
 }

.errorExplanation ul {float:left;}

.margin-top20 {margin-top:20px}

.content-div {
	margin-bottom:10px;
	margin-top:10px;
}

.content-div .content-header {
  height:40px;
  background-color: #e9ebdd;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
.content-header.left {background-image: url(/images/left-blank.gif)}
.content-header.right {background-image: url(/images/right-blank.gif)}
.content-header h2 {
  margin-left:10px;
  font-family: "Lucida", "Trebuchey MS", serif;
}
.content-div .content-body {
	background-color: #e9ebdd;
	color: #1b1b1d;
	padding:10px;
	font: 12px "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

.content-body h1, h2, h3, h4 {font-family: "Georgia", "Lucida", Serif;}
.content-body h2 {font-size:1.9em}
.content-body a {color:#911E1E;text-decoration:none;}
