@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
a, a:active, a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF6600;
}
.header {
	background-color: #494440;
	height: 140px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.created_by {
	font-size: 11px;
	text-align: right;
}

.header_divs_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.header_left {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.header_right {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.school_name {
	float: left;
	height: auto;
	width: 510px;
}

.clear {
	clear: both;
}
.header_text_white_bold {
	font-family: Tahoma, "Trebuchet MS", Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.links {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.content_container {
	background-color: #678FC2;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}.content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 15px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 15px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 15px 0px 15px;
}
#content_left {
	float: left;
	height: auto;
	width: 675px;
}

#content_right{
	float: right;
	height: auto;
	width: 300px;
}
#content_bottom_links {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, "Trebuchet MS", Georgia;
	font-size: 13px;
}
.heading {
	font-family: Tahoma, "Trebuchet MS", Georgia;
	font-size: 24px;
	font-weight: lighter;
	font-variant: small-caps;
	line-height: 1.5em;
	color: #CD3401;
}
.text {
	font-family: Tahoma, "Trebuchet MS", Georgia;
	font-size: 13px;
	line-height: 1.5em;
	text-align: justify;
}
.sidebar_text {
	font-family: Tahoma, "Trebuchet MS", Georgia;
	font-size: 13px;
}
.sidebar_text_bold {
	font-family: Tahoma, "Trebuchet MS", Georgia;
	font-size: 13px;
	font-weight: bold;
}
.blue_dino_spacer {
	padding-left: 12px;
}
.giraffe_spacer {
	padding-right: 12px;
}
.zebra_spacer {
	padding-left: 12px;
}
.2gals_spacer {
	margin-left: 100px;
}
.2boys_spacer {
	padding-left: 20px;
}
.img_border {
	border: 1px solid #678FC2;
}
.bottom_links {
	list-style-image: none;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}.bottom_links li {
	float: left;
	font-family: Tahoma, "Trebuchet MS", Georgia;
	font-size: 13px;
}
