﻿.banner {
	text-align: center;
	background-color: #769AC2;
	position: absolute;
	width: 500px;
	height: 95px;
	top: 0px;
	left: 375px;
}
.leftside {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	width: 150px;
	top: 109px;
	height: 1700px;
	left: 172px;
	background-color: #CCC4B2;
}
.rightside {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CCC4B2;
	position: absolute;
	width: 150px;
	height: 1700px;
	top: 109px;
	left: 928px;
	color: #000000;
	right: 1125px;
}
.content {
	background-color: #CCC4B2;
	text-align: center;
	position: absolute;
	width: 600px;
	height: 1700px;
	top: 110px;
	left: 325px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color: #FF0000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #000080;
}
.newStyle2 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
