body {

	margin: 0px;

	padding: 0px;

	font-size: 13px;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	background-color: #015e9e;

	background-image: url(images/bg.jpg);

	background-repeat: repeat-x;

}

#mainContent {

	padding-left: 10px;

	padding-top: 10px;

	padding-right: 10px;

}

h1 {

	font-size: 24px;

}

h2 {

	font-size: 18px;

}

#welcome {

	padding-right: 12px;

	padding-left: 8px;

}

#reminders {

	font-size: 11px;

}



#header {

	background-image: url(images/header.jpg);

	height: 216px;

	background-repeat: no-repeat;

}

#footer {

	background-image: url(images/footer.jpg);

	background-repeat: no-repeat;

	text-align: center;

	color: #FFFFFF;

}

#footer a {

	color: #FFFFFF;

	text-decoration: none;

}

#sidebar {

	margin: 0px;

	padding: 0px;

}

#footerMenu {

	padding-top: 20px;

	font-size: 10px;

	padding-bottom: 8px;

}

#container {

	background-image: url(images/content_bg.jpg);

	background-repeat: repeat-y;

	border-right-width: medium;

	border-bottom-width: medium;

	border-left-width: medium;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-right-color: #0078C8;

	border-bottom-color: #0078C8;

	border-left-color: #0078C8;

	border-top-width: medium;

	border-top-style: solid;

	border-top-color: #0078C8;

}

.imgSchool {

	border: medium solid #FF7E1E;

	padding: 4px;

}

.imgSchoolCenter {

	border: medium solid #FF7E1E;

	padding: 4px;

	margin-right: 10px;

	margin-left: 10px;

}

a {

	color: #FF7E1E;

}

#remindersContainer {

	background-image: url(images/reminders-middle.gif);

	background-repeat: repeat-y;

	color: #666666;

}

#remindersContent {

	width: 190px;

	padding-right: 10px;

	padding-left: 10px;

	text-align: justify;



}

