@charset "UTF-8";
body {
	font: 90%/1.5em 'Century Gothic', 'Helvetica Neue', Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #583c83;
}
p, h1, h2, ul, li, ol {
	border: 0;
	margin: 0;
	padding: 0;
	color: #7b519e;
}
#container {
	width: 870px;
	background: url(images/index-lav-box.jpg) no-repeat;
	margin: 70px auto 0;
	text-align: left;
	position: relative;
	height: 445px;
}
#maincontent {
	padding: 0;
}
#navcontainer {
	background: #FFFFF9;
	position: absolute;
	width: 180px;
	top: 90px;
	left: 41px;
}
#navcontainer ul {
	text-align: right;
	list-style-type: none;
	font-size: 90%;
	color: #008D21;
}
#navcontainer li a {
	color: #008D21;
	text-decoration: none;
	display: block;
	padding: 4px 7px 4px 0;
}
#navcontainer li a:hover {
	color: #7C23B9;
	text-decoration: none;
	background: url(images/nav-hover-bg.jpg) no-repeat;
}
#mainbox {
	position: absolute;
	width: 390px;
	left: 255px;
	top: -29px;
	background: url(images/index-main-box-bg.jpg) repeat;
	padding-bottom: 8px;
}
#mainbox p {
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 10px;
}
#mainbox a {
	color: #008D21;
	decoration: none;
	text-decoration: none;
	font-weight: bold;
}
#mainbox a:hover {
	color: #7C23B9;
	text-decoration: underline;
	font-weight: bold;
}
#mainbox  ul {
	list-style-type: none;
	background: #E1E0DA;
	padding: 5px;
}
#mainbox li {
	display: inline;
}
#twolinks  {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#footerleft {
	left: 0px;
	font-size: 80%;
	color: #1F3F11;
	position: relative;
	top: 450px;
	width: 250px;
	line-height: 1.4em;
	padding-left: 2px;
}
#footerright {
	right: 0px;
	font-size: 70%;
	color: #1F3F11;
	position: relative;
	top: 400px;
	text-align: right;
	padding-right: 2px;
}
#footerright a{
	color: #008D21;
	text-deocoration: none;
	text-decoration: none;
}
#footerright a:hover{
	color: #7C23B9;
	text-deocoration: underline;
	text-decoration: underline;
}
.smallprint {
	font-size: 80%;
	font-weight: bold;
	color: #008D21;
}
