.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.bold {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	color: #000;
}
.boldPurple {
	font-size: 13px;
	color: #694596;
	font-weight: bold;
}
body {
	background-attachment: fixed;
	background-color: #EBDEE8;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../im_base/starTile.gif);
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.purpSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #BDAFD1;
	text-decoration: none;
}
.bottext {
	margin-top: 900px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #339;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	list-style-type: square;
	list-style-position: outside;
	white-space: normal;
	text-indent: 0pt;
}
.YelHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
	text-decoration: none;
}
.BigPurpHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #639;
	text-decoration: none;
}

.PurHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #694596;
	text-decoration: none;
}
.WhiteHeadings {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #E8DDE8;
	margin-top: 20px;
	border: 2px double #FFCC00;
}
.address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #639;
	text-decoration: none;
	margin-right: 5px;
}
*
{
	border: 0;
	margin: 0;
	padding: 0;
}




/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: #FC0;
	padding: 5px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	border: 1px solid #F90;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

