h1,h2,h3
{
	font-family: Arial, Helvetica, sans-serif;
}

/* link style */
a:link{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 12px;
	/* text-decoration: none; */
	color: Blue;
}

a:visited{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 12px;
	/* text-decoration: none; */
	color: Blue;
}

a:hover{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 12px;
	/* text-decoration: none; */
	color: Blue;
}

#linkText
{
	padding-top: 33px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	position: relative;
	z-index: +6;
}
#linkText2
{
	padding-top: 25px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	position: relative;
	z-index: +6;
}

#thePage
{
	margin-left: -400px;
	position: absolute;
	left: 50%;
	width: 800px;
	z-index: 0;
}

.logo
{
/*	margin-left: middle; */
}

.linkButton
{
	position: absolute;
	background-image: url("./images/button.png");
	margin-left: 10px;
	width: 85px;
	height: 87px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	text-decoration: none;
	z-index: auto;
}

.pageImage
{
	/* position: absolute; */
	/* margin-left: 5%; */
	width: 764px;
	height: 1060px;
	background-image: url("./images/Page-Background.jpg");
	border: none;
	background-repeat: no-repeat;
}


.mainTextBox
{
	position: absolute;
	background-image: url("./images/Text-Background.png");
	width: 575px;
	height: 775px;
	margin-top: 185px;
	margin-left: 100px;
	background-repeat: no-repeat;
	border: thin solid Black;
	color: Black;
	font-family: Comic Sans MS;
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	z-index: auto;
}

p.textBoxTitle
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

p.textBox
{
	padding: 2px 5px 2px 5px;
	font-size: 10pt;
	position: relative;
	z-index: +6;
}

li
{
	position: relative;
	z-index: +6;
}

table.textBoxTable
{
	font-size: 12px;
	table-layout: auto;
	position: relative;
	width: 95%;
	border-color: Black;
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
}

tr,th,td
{
	font-size: 12px;
	border-color: Black;
	border-style: solid;
	border-width: 2px;
	padding: 0px;
}

.forms
{
	color: black;
	font-family: Comic Sans MS;
	font-size: 10pt;
	position: relative; /* text-align: center; */
	z-index: +6;
}

font.fontB
{
	font-size: 12pt;
	font-weight: bold;
}

font.fontBU
{
	font-weight: bold;
	text-decoration: underline;
}

.footerText
{
	color: black;
	font-family: Comic Sans MS;
	font-size: 8pt;
	padding-top: 910px;
	text-align: center;
	position: relative;
	z-index: +2;
}

.creditFooter
{
	color: black;
	font-family: Comic Sans MS;
	font-size: 8pt;
	padding-top: 110px;
	text-align: center;
	position: relative;
}

