html, body{
	margin:0;
	padding:0;
	background-color: #E7CDA8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #440000;
} 
 
#pagewidth{
	width:1000px;
	background-attachment: fixed;
	background-image: url(images/backing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 4px groove #DCB78D;
} 
 
#header{
	position:relative;
	height:62px;
	width:100%;
} 
 
#leftcol{
	width:120px;
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
	left: 0px;
  }
 
#twocols{
	width:860px;
	float:right;
	position:relative;
  }
 
#rightcol{
	width:90%;
	float:left;
	position:relative;
	margin: 0px;
	padding: 12px;
 }
 
#menu {
	margin: 0px;
	float: left;
	text-align: right;
	background-image: url(images/menu_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#menupad{
	padding-top: 7px;
	padding-bottom: 7px;
}
p {
	text-align: justify;
}

a.top:link, a.top:visited, a.top:hover, a.top:focus, a.top:active{
	font-weight: bold;
	text-decoration: none;
	color: #a7654f;
	padding-right: 16px;
	font-style: oblique;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 8px;
	font-size: 9pt;
}
a.top:hover{
	color: #CC0000;
}
a.large:link, a.large:visited, a.large:hover, a.large:focus, a.large:active{
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
	color: #660000;
	line-height: 8pt;
}
a.large:hover{
	color: #CC0000;
}
 
 
#footer{
	clear:both;
	text-align: center;
	border: 4px double #DAB98E;
	padding: 4px;
 } 
 
#footer a{
	text-decoration: none;
	color: #660000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCB98F;
	border-right-color: #DCB98F;
	border-bottom-color: #DCB98F;
	border-left-color: #DCB98F;
	line-height: 20pt;
} 
#footer a:hover{
	color: #A7654F;
}

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
}
#twocols2 {

	width:400px;
	float:right;
	position:relative;
}
#leftcol2 {
	width:445px;
	float:left;
	position:relative;
}
table.contact {
	font-size: 9pt;
	font-weight: bold;
}
table.school {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #440000;
	border-bottom-color: #440000;
}
a.admin:link, a.admin:visited, a.admin:hover, a.admin:focus, a.admin:active{
	font-weight: bold;
	text-decoration: none;
	color: #a7654f;
	margin: 0px;
	font-size: 10pt;
	padding: 0px;
}
a.admin:hover{
	color: #CC0000;
}.ptestbody {
	font-style: oblique;
	font-weight: bold;
}
hr {
	background-color: #BA9F78;
	color: #BA9F78;
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F3E2CB;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F3E2CB;
}
td.school {
	padding-top: 2px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #440000;
	border-right-color: #D9BA9B;
	border-bottom-color: #440000;
	border-left-color: #D9BA9B;
}
