/* comprehensive characteristics */
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	
.top_photo {
	margin-right: 6px;
	margin-bottom: 15px;
	}

/* primary font control */
p {
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	}
	
h1, h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00624a;
	background-color: #fff;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
	background-color: #FFF;
	font-size: .9em;
	font-weight: bold;
	line-height: 1em;
	margin: 15px 0 0 0;
	padding: 0;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
	background-color: #FFF;
	font-size: .7em;
	font-weight: bold;
	line-height: 1em;
	margin: 15px 0 0 0;
	padding: 0;
	}

	
h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 15px 0 0 0;
	color: #00624a;
	background-color: #fff;
	}
	
h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #d1e2de;
	}
	
h2 a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
a:link {  
	color: #00624a;
	background-color: #FFF;
	text-decoration: underline;
	}
a:visited {  
	color: #74a99c;
	background-color: #FFF;
	text-decoration: underline;
	}
a:hover {  
	text-decoration: underline; 
	background-color: #e8f1ef; 
	color: #00624a;
	}
	
ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	border: 0;
	}
	
ul li {
	font-size: .8em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	}
	
ul li ul {
	font-size: .8em;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 20px;
}

ol {
	list-style-type: decimal;
	padding: 0;
	margin: 10px 0 10px 22px;
	border: 0;
	}
	
ol li {
	font-size: .8em;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 0 0;
	}

h3 + ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 12px;
	}
	
h3 + ul li {
	background-image: url(/inside/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
	margin: 0 0 5px 10px;
	font-weight: normal;
	font-size: .8em;
	}
	
th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding:0;
	}
	
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}


/* sidebar */

.sidebar {
	width: 145px;
	padding: 0;
	margin: 10px 0 0 0;
	}

/* sidebar navigation elements */

#navbar {
	margin: 50px 0 15px 0;
	}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 15px 0;
	border: 0;
	}
	
#navbar ul li {
	text-align: center;
	border-bottom: 1px dotted #e8f1ef;
	width: 140px;
	margin: 0;
	padding: 0;
	font: 11px/25px arial, helvitica, sans-serif;
	color: #00624a;
	background: #d1e2de;
	}
	
#navbar ul li a {
	display: block;
	font-weight: normal;
	padding: 0;
	background: #d1e2de;
	color: #00624a;
	text-decoration: none;
	width: 140px; /* False value for IE4-5.x/Win. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 138px;
	}
	
html>#navbar ul li a {
	width: 138px; /* Be nice to Opera */
	}
	
#navbar ul li a:hover {
	font-weight: normal;
	background: #5d9b8c;
	color: #d1e2de;
	text-decoration: none;
	}
	
#accred {
	border-top: 1px dotted #e8f1ef;
	}

/* sidebar contact info */
.contact {
	width: 145px;
	font-size: .8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 25px 0;
	}
	
/* to highlight curriculum deadlines on curriculum calendar */

.curricdeadline {
	background-color: #FF0000;
	font-weight: bold;
	}
/* for styling standing committee calendar */

.districtmeeting {
background-color: #f6dfb9;
}