﻿body {
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background: url("../images/MainFade.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f2f2f2;
	margin: 0px 0px 0px 0px;
	background-color: #8760AF;
}
td {
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.maintopleft {
	width: 20px;
	height: 20px;
	background: url("../images/cornertopleft.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.maintopright {
	width: 20px;
	height: 20px;
	background: url("../images/cornertopright.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
.mainbotleft {
	width: 20px;
	height: 20px;
	background: url("../images/cornerbotleft.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.mainbotright {
	width: 20px;
	height: 20px;
	background: url("../images/cornerbotright.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.mainbody {
	background-color: #ffffff;
}
.mainleft {
	width: 20px;
	background: url("../images/left.gif");
	background-repeat: repeat-y;
	background-position: left;
}
.mainright {
	width: 20px;
	background: url("../images/right.gif");
	background-repeat: repeat-y;
	background-position: right;
}
.maintop {
	height: 20px;
	background: url("../images/top.gif");
	background-repeat: repeat-x;
	background-position: top;
}

.mainbottom {
	height: 20px;
	background: url("../images/bottom.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.box2topleft{
	height: 10px;
	width: 10px;
	background: url("../images/box2topleft.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ECE6D8;
}
.box2topright {
	height: 10px;
	width: 10px;
	background: url("../images/box2topright.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #ECE6D8;
}
.box2botleft {
	height: 10px;
	width: 10px;
	background: url("../images/box2botleft.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #ECE6D8;
}
.box2botright {
	height: 10px;
	width: 10px;
	background: url("../images/box2botright.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #ECE6D8;
}
.box2main {
	background-color: #ECE6D8;
}
.box3main {
	background-color: #C7C2BE;
}
.box3topleft{
	height: 10px;
	width: 10px;
	background: url("../images/box3topleft.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #C7C2BE;
}
.box3topright {
	height: 10px;
	width: 10px;
	background: url("../images/box3topright.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #C7C2BE;
}
.box3botleft {
	height: 10px;
	width: 10px;
	background: url("../images/box3botleft.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #C7C2BE;
}
.box3botright {
	height: 10px;
	width: 10px;
	background: url("../images/box3botright.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #C7C2BE;
}
.navmenu {
	list-style-image: url("../images/bullet1.jpg");
	font-weight: bold;
	padding-bottom: 10px;
}
.logotext1 {
	font-family: Century Gothic, Futura, Futura CT, Twentieth Century;
	font-size: 72pt;
	font-weight: normal;
	text-align: center;
	color: #471D77;
}
.logotext2 {
	font-family: Century Gothic, Futura, Futura CT, Twentieth Century;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: -15px;
	color: #471D77;
}
a.navlink {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a.navlink:hover {
	text-decoration: underline;
}