body {
	margin: 0px;
	background-color: #D6E6FF;
}

.all {
	margin: auto;
	padding: 0px;
	width: 1009px;
	height: auto;
}

.main {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1009px;
	height: auto;
	background-image: url('back.png');
	background-position: center top;
	background-repeat: repeat-y;
}

.squaresLeft {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 1009px;
	height: auto;
	background-image: url('squaresLeft.png');
	background-position: 15px 0px;
	background-repeat: repeat-y;
}

.squaresRight {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 1009px;
	height: auto;
	background-image: url('squaresRight.png');
	background-position: 949px 0px;
	background-repeat: repeat-y;
}

.bottomSides {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 1009px;
	height: auto;
	background-image: url('bottomSides.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.top {
	float: left;
	padding: 0px;
	margin-left: 74px;
	margin-top: 15px;
	width: 860px;
	height: 148px;
	background-image: url('heading.png');
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.menu {
	float: left;
	padding: 0px;
	margin-left: 32px;
	margin-top: 15px;
	width: 260px;
	height: auto;
}

.menuHead {
	float: left;
	margin: 0px;
	width: 250px;
	height: 30px;
	background-color: #FFFBD6;
	background-image: url('blueSquare.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

.menu a {
	float: left;
	display: block;
	margin-left: 35px;
	width: 211px;
	height: 28px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	line-height: 28px;
	text-indent: 10px;
	color: #0017A6;
	border-right: 4px solid #fffbd6;
	border-bottom: 2px solid #fffbd6;
	background-image: url('sYellowSquare.png');
	background-position: 190px center;
	background-repeat: no-repeat;
}

.menu a.selected {
	background-color: #7c9cce;
}

.menu a:hover {
	background-image: url('sBlueSquare.png');
}

.menuHighlight {
	float: left;
	margin: 0px;
	width: 250px;
	height: 30x;
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	text-indent: 45px;
	color: #0017A6;
	background-color: #FEF783;
	background-image: url('blueSquare.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

.menuTail {
	float: left;
	margin-left: 35px;
	width: 215px;
	height: 26px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	line-height: 26px;
	text-indent: 10px;
	color: #0017A6;
	border-top: 2px solid #95b7ec;
	background-color: #fdf100;
	background-image: url('sBlueSquare.png');
	background-position: 190px center;
	background-repeat: no-repeat;
}

.page {
	float: left;
	padding: 0px;
	margin-left: 10px;
	margin-top: 15px;
	width: 630px;
	height: auto;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0017A6;
	letter-spacing: 1px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0017A6;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

p,ul,li {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	margin: 2px;
	margin-bottom: 8px;
}

img {
	border: 0px;
}

.page a {
	font-family: Arial, sans-serif;
	color: #0017A6;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bottom {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 1009px;
	height: 15px;
	background-image: url('bottom.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.copyright {
	font-family: Arial, serif;
	font-size: 10px;
	color: #003964;
	margin-right: 10px;
	margin-top: 0px;
	text-align: right;
}
