@charset "utf-8";

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #153430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #999999;
}
a:link {
	color: #745224;
}
a:visited {
	color: #330066;
}


.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	background-image: url(InsertedImages/bgEntireTemplatepageMid.png);
	margin: auto;
} 
.twoColFixLtHdr #container #globalnav img {
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #CFCAB2;
	border-right-color: #383A35;
	border-bottom-color: #E2C158;
	border-left-color: #383A35;
}
.twoColFixLtHdr #container #localhoriz {
	margin-left: 58px;
	margin-right: 58px;
	background-color: #BFA077;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 25px;
	text-align: center;
}
.twoColFixLtHdr #container #localhoriz a {
	text-decoration: none;
	padding: 1px;
	color: #000000;
	font-size: 15px;
}
.twoColFixLtHdr #container #localhoriz a:hover {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #Fadediv {
	background-image: url(InsertedImages/bgBottomfadeup.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 1px;
}
.twoColFixLtHdr #mainContent {
	padding-right: 45px;
	padding-left: 45px;
	margin-top: 10px;
} 
.twoColFixLtHdr #container #Fadediv #mainContent #housepicj {
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D7C4AA;
	padding-bottom: 5px;
	font-size: 24px;
}
h2 {
	text-align: center;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D7C4AA;
	font-size: 18px;
}
h3 {
	font-size: 14px;

}
.twoColFixLtHdr #container #Fadediv #mainContent h3 {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #D7C4AA;
	padding-left: 5px;
}



.twoColFixLtHdr #container #footer {
	background-image: url(InsertedImages/bgEntireTemplatepageFooter.png);
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	background-repeat: no-repeat;
	padding: 15px;
}
.twoColFixLtHdr #container #footer a {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #footer #contact {
	float: right;
}
#tableofcontent      {
	background-color: #DFDFDF;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 25px;
	float: left;
}
.twoColFixLtHdr #container #Fadediv #mainContent #schedule {
	clear: both;
	border: thin solid #353430;
	padding-left: 5px;
}
.twoColFixLtHdr #container #Fadediv #mainContent #curriculum {
	border: thin solid #666;
}
.twoColFixLtHdr #container #Fadediv #mainContent p img {
}
