body {
	font-family: "Comic Sans MS", Arial, sans-serif;
	margin: 0px;
	height: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	width: auto;
	background-color: #5C72A6;
}

td {
}

th {
}

li {
	line-height: normal;
}


/************************ #Font Styles ************************/
h1 {
	color: #B0DFF6;
	font-size: 175%;
	font-weight: bold;
	font-family: "Britannic Bold", Copperplate, Capitals, "Times New Roman";
	text-align: center;
}

h2 {
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: normal;
	color: #474D74;
	font-style: normal;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #294294;
}

h5 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #294294;
}

h6 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 65%;
	font-weight: normal;
	color: #B0DFF6;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#FFFFFF;
}

/************************ #Anchor Styles ************************/
a {
	color: #990000;
}

a:link {
	color: #3300CC;
}

a:visited {
	color: #6600CC;
}

a:hover {
	color: #B0DFF6;
}

/************************ #Class Styles ************************/

.blackText {
	color: #000000;
	font-family: "Comic Sans MS", Arial, Verdana;
}

.italicized {
	font-style: italic;
}


.navbar {
	font-family: Broadway, "Comic Sans MS", Verdana, sans-serif;
	text-align: right;
}
.NavBkgd {
	background-color: #87A1D1;
}

