body {
	font-family: Calibri,Verdana,Arial,sans-serif;
	margin: 0 1% 0 1%;
	padding: 0;
	line-spacing: 110%;
	text-aligh: left;
	font-size: 10pt;
	background-color: #FFF;
	color: #00498C;
}
#mainTable {
	margin: 0 auto;
	border: 1px solid #00498C;
	line-height: 110%;
	text-align: left;
	border-collapse: collapse;
}

#mainTable td {
	padding: 2px;/*Pads each table cell in modern browsers*/
	border: 1px solid #00498C;
}

#maincontent {
	border-left: 1px solid #333;
	font-size: 100%;
}
#sidebar {
	width: 200px;
	font-size: 85%;

}
#header {
	background-color: #fff;
	color: #CCCCCC;
	background-image: url('background-image:%20url(%22http://www.missioncharter.org/_images/gradient-greenblack-1400x16.jpg%22');
}
#footer {
	background-color: #fff;
	color: #CCCCCC;
	background-image: url("../csst_bg.gif");
}
td, p, ul {
	font-family: Calibri,Verdana,Arial,sans-serif;
	font-size: 1em;
	color: #000;
	margin-top: 20;
	margin-bottom: 20;
}

h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }

#sidebar a {
	padding: 2px;
	display: block;
	border: 2px solid #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 200px;
}
#sidebar a:link, #sidebar a:visited {
	color: #00498C;
}
#sidebar a:hover, #sidebar a:active {
	color: #00498C;
	background-color: #CC0000;
	border: 2px solid #000;
}
#current a {
	color: #00498C !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: square;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}