@charset "utf-8";
/* Copyright Heritage Christian Online School */

<!--
body, html {
	text-align: center;
}

a {
	color: #0022DF;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #FF8844;
	text-decoration: underline;
}

a:active {
	color: #000000;
}

a:visited {
	color: #0033aa;
	text-decoration: underline;
}

#a {
	margin: 0 auto;
	padding: 0 0 0 0;

}

#b {
	padding: 0 0 14px 0;
}

#c {
	margin: 0 15px 0 15px;
	text-align: left;
}


div#header {
	display: none;
}

div#menu {
	display: none;
}

div#content {
	padding: 15px 15px 45px 15px;
	font-family: 'Lucida Sans', Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

div#breadcrumbs {
	display: none;
}

div#footer {
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	width: 100%;
	color: #222;
	background-color: #f8fafd;
	font-size: 11px;
	padding: 10px 0 10px 0;
	border-top: solid 1px #abc;
	margin: 0 0 0 0;
	text-align: center;
}

h1 {
	font-size: 26px;
	color: #ff7700;
	font-weight: normal;
	font-family: 'Franklin Gothic Medium', Arial, Trebuchet, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: -4px;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
}

noscript {
	font-family: 'Lucida Grande', Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 14px;
}

#noscript_toprow td {
	font-size: 14px;
	font-weight: bold;
	width: 120px;
	color: #ffffff;
	background-color: #333333;
	text-align: center;
}

#noscript_links {
	font-size: 12px;
	background-color: #f4f4f4;
	padding: 2px;
}

div#loginboxy {
	display: none;
}