BODY{
        font-family: Century Gothic;
        margin: 0;
        padding: 0;
        background-color: #405e78;
		  color: #f8f8f8;

/*		  background-color: #D8EBF5;
*/}

P{
        text-align: justify;
}
TABLE{
        margin: 0;
        padding: 0;
}
TD{
        margin: 0;
        padding: 0;
}

.leftMainCell{
	width: 50%;
	background-color: #0D211F;
}

.centerMainCell{
        width: 750px;
        background-color: #405e78;
        border: 0px none;
}

.headerCell{
	background-image: url(../images/header.jpg);
	height: 32px;
	text-align: center;
	font-size: 24px;
	vertical-align: top;
	letter-spacing: 15px;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
p.headerText{
	top: -3.5px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	text-align: center;
}
.subHeader{
	background-image: url("../images/sub header.jpg");
	background-repeat: no-repeat;
	width: 725px;
	height: 29px;
	color: #F8F8F8;
	vertical-align: middle;
	text-align: center;
}
.subInternalHeader{
	top: -2.5px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 22px;
	letter-spacing: 10px;
}

.dataCell{
		  width: 750px;
		  background-image: url(../images/background.jpg);
		  background-repeat: repeat-y;
        border: 0px none;
		  height: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		background-color: #405e78;
		vertical-align: top;
}

.rightMainCell{
	width: 100%;
	background-color: #5889B0;
}
.flashMenu{
        left: 0px;
        top: 0px;
        width: 750px;
        height: 207px;
        background-color: #F1FAFF;
        margin: 0;
        padding: 0;
}
.additionalMenu{
	left: 0px;
	top: 0px;
	width: 750px;
	height: 30px;
   margin: 0;
   padding: 0;
}
.splashFlash{
        left: 0px;
        top: 0px;
        width: 750px;
        height: 550px;
        background-color: #F1FAFF;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

.copyrightCell{
        vertical-align: top;
        font-size: xx-small;
        padding-top: 10px;
		  width: 750px;
		  padding: 0;
		  margin: 0;
		  background-image: url(../images/background.jpg);
		  background-repeat: repeat-y;
}
A.copyrightLink, A.copyrightLink:Visited{
		  text-decoration: none;
		  color: #f8f8f8;
}
A.copyrightLink:Hover{
		  color: #BCC9ED;
		  text-decoration: none;
}

A, A:Visited{
	color: #AAD0F7;
}
h1, h2, h3, h4, h5, h6{
	color: #f8f8f8;
}