@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
	background-repeat: repeat;
	margin: 0px;
	background-color: #61168C;
}
.topfade {
	background-image: url(images/topfade.gif);
	background-repeat: repeat-x;
	height: 45px;
}
.content {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bottomfade {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	background-position: center top;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFD768;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 40px;
	padding-top: 10px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #DEA214;
}
.left-column-pic {
	background-image: url(images/leftcolmpic.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100%;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #DEA214;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F7EAFD;
	align: justify;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #DEA214;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #DEA214;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #481069;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #DEA214;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #DEA214;
	text-decoration: underline;
}
.content-area {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FC6;
}
.left-column {
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
}
.left-column-fade {
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.link-boxes {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DEA214;
	padding-left: 15px;
	height: 25px;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F5EAFD;
	font-weight: bold;
}
.text-area {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: repeat-y;
	background-image: url(images/contentarea.jpg);
}
a.mainlink:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #DEA214;
	text-decoration: none;
}
a.mainlink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F7DEA4;
	text-decoration: none;
}
a.mainlink:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #DEA214;
	text-decoration: none;
}
a.mainlink:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #DEA214;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F5DB9C;
}
.banner {
	height: 130px;
	vertical-align: bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #DEA214;
	font-weight: bold;
	border: 1px dashed #521377;
	text-align: center;
	padding: 5px;
	width: 130px;
	margin-top: 150px;
}
