/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #93E7FF;
}.
leftmargingraphic {
	background-color: #4BB6FE;
	background-image: url(IMAGES/leftmargin.png);
	background-repeat: repeat-y;
	position: absolute;
}

a:link, {
	color: #FFFFFF;
	text-decoration: none;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font: bold 140% Arial,sans-serif;
	color: #312D2E;
	margin: 0 px;
	padding: 0 px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

.maincell {
	background-color: #45B7FF;
	width: 766px;
}
.bottomgraphic {
	position: relative;
	height: 100px;
	width: 766px;
	background-color: #FF66FF;
	left: 104px;
}
.bottomhoriz {

	position: relative;
	height: 100%;
	width: 108px;
	background-color: #93E7FF;
}
.topgraphic {
	height: 75px;
	width: 766px;
	background-color: #FF66FF;
	left: 104px;
	position: relative;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #312D2E;
	text-align: left;
	background-color: #45B7FF;
}
.footer {
	width: 766px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.imagecell {
	width: 360px;
}
.logo {
	position: absolute;
	top: 15px;
	left: 300px;
}
.leftmargingraphic {
	background-image: url(../IMAGES/leftmargin.gif);
	width: 6px;
	position: absolute;
	top: 0px;
	height: 800px;
}
.rtmargingraphicCopy {
	background-image: url(../IMAGES/rtMARGIN.gif);
	background-repeat: repeat-y;
	width: 6px;
	height: 800px;
	position: relative;
	top: 0px;
}

