.mainBox {
	background-color: #DFE5E0;
	width: 100%;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bodyTextBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	margin-left: 300px;
	position: relative;
}

.bodyTextBox a:link {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}

.bodyTextBox a:visited {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}

.bodyTextBox a:hover {
	color: #006666;
	text-decoration: underline;
	font-weight: bold;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}




body {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.enterLink {
	text-align: center;
}

.linksBoxLinks {
	width: 280px;
	margin: 10px;
}

.linksBoxLinks a:link {
	font-size: 14px;
	font-weight: bold;
	color: #003E3D;
	text-decoration: none;
}

.linksBoxLinks a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #003E3D;
	text-decoration: none;
}

.linksBoxLinks a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #CC3399;
	text-decoration: none;
}

.headerBox {
	background-color: #006666;
	height: 100px;
	width: 100%;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.headerTextBox {
	font-family: "Sylfaen", "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #006666;
	text-align: left;
	margin: 0px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.footerBox {
	background-color: #006666;
	height: 100px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
}
td {
	vertical-align: top;
}

.footerPhotoBox {
	text-align: right;
	position: absolute;
	right: -3px;
}
.blueText {
	color: #B9FFFD;
	font-style: normal;
}



.leftBox {
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #DFE5E0;
	position: absolute;
	top: 115px;
}
