@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #919191;
	text-align: center;
	
	margin: 0px;

	background-color: #fefefe;
	background-image:url(../images/template/body_background.jpg);
	background-repeat:repeat-x;
	background-position: 0 78;
}

table {
	font-size: 11px;
}

td, th {
	vertical-align: top;
}

p {
	line-height: 1.5em;
	margin: 0px 0px 16px 0px;
}

a {
	font-weight: bold;
	color: #426ead;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #6a6a6a;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-family: "myriad pro", "century gothic";
	font-size: 17px;
	
	padding: 13px 0px 16px 48px;
	
	background-image: url(../images/template/icon_default.gif);
	background-repeat: no-repeat;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

h1.school { background-image:url(../images/template/icon_ourschool.gif) }
h1.homework { background-image:url(../images/template/icon_homework.gif) }
h1.events { background-image:url(../images/template/icon_events.gif) }
h1.newsletter { background-image:url(../images/template/icon_newsletter.gif) }
h1.whatsnew { background-image:url(../images/template/icon_whatsnew.gif) }
h1.partners { background-image:url(../images/template/icon_partners.gif) }
h1.sponsors { background-image:url(../images/template/icon_sponsors.gif) }


ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}

ul li {
	list-style: none;
	
	line-height: 1.5em;
	
	margin: 0px;
	padding: 0px;
}

ol li {
	line-height: 1.5em;
}

img {
	border: none;
}
