@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.topbanner {
	background-color: #FFFFFF;
	background-image: url(images/banner.jpg);
	height: 113px;
	width: 853px;
	left: 100px;
	top: 50px;
	position: absolute;
}
.diamond {
	background-image: url(images/diamond.png);
	background-repeat: no-repeat;
	height: 255px;
	width: 157px;
	left: 20px;
	top: 10px;
	position: absolute;
}
.leftbanner {
	background-color: #FFFFFF;
	background-image: url(images/sideleft.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50px;
	top: 160px;
	height: 443px;
	width: 147px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.leftbanner  ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: circle;
}
.leftbanner h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}
.leftbanner li {
	margin-top: 10px;
}


.navbar {
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 756px;
	top: 160px;
	position: absolute;
	left: 195px;
	background-color: #FFFFFF;
	background-position: center center;
}
.mainbody {
	background-color: #FFFFFF;
	width: 750px;
	position: absolute;
	left: 197px;
	top: 211px;
	border: 1px ridge #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.mainbody h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #59037A;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}
.mainbody h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #7E03AB;
	text-decoration: none;
	text-align: left;
}

.mainbody .footer {
	position: relative;
	top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: 750px;
	right: 0px;
	left: 0px;
}

.navbar table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	top: 15px;
	margin-top: 14px;
	margin-left: 10px;
}
.navbar a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.navbar a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.navbar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7E05AC;
	text-decoration: none;
}
.navbar a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}



.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
