﻿/* Default Formatting */

body {
	background-color: navy;
	background-image: url('../imgs/background.gif');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%;
	margin: 0px;
	overflow: auto;
	padding: 0px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

li {
	list-style-type: square;
	padding-bottom: 15px;
}


/* Content Formatting */

.edudate {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.edudoc {
	color: #000000;
}

.footcpy {
	font-size: 10px;
}

.front {
	color: #000066;
	font-weight: bold;
	margin: 50px auto;
	padding: 0px;
	text-align: center;
}

.fronthead {
	font-size: 30px;
}

.frontimg {
	margin: 25px auto 10px auto;
	padding: 0px;
}

.fronttitle {
	font-size: 16px;
}

.front p {
	border: 1px #000000 solid;
	font-size: 0.9em;
	margin: 5px auto;
	padding: 5px;
	width: 600px;		
}
.front p span {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2em;
}

.note {
	font-style: italic;
}

.pagectr {
	text-align: center;
}

.pagetitle {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 75px 0px 0px 0px;
	padding: 0px;
	text-decoration: underline overline;
}

.subtitle {
	font-weight: bold;
}

/* About Us and Parent + Families Page */

.abouthead {
	background-color: #0066FF;
	color: #FFFFFF;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0px;
	padding: 15px;
	text-align: center;
}

.hilite {
	color: #CCCC00;
	font-weight: bold;
}

.c1title {
	color: #CCCC00;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
}

.c2title {
	color: #800000;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
}

.c3title {
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
}

/* Conference Page */

.event {
	line-height: 32px;
	text-align: center;
}

.eventtitle {
	font-size: 20px;
	font-weight: bold;
}


/* Education Page */

.crsleader {
	font-weight: bold;
}

.edunote {
	border: 2px solid #FF0000;
	margin: 0px;
	padding: 5px;
}

.important {
	border: 2px red solid;
	margin: 0px;
	padding: 2px;
}