*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #58255b;
	font-size: 12px;
	font-family: "verdana";
}

a
{
	text-decoration:none;
}

/* Start 404 Error Form Styles */

.errorform fieldset
{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

.errorform fieldset input { border: 0; background: #DDD; color #111: padding: 5px; }

/* End 404 Error Form Styles */



img
{
	border: 0;
}

#keywords
{
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	width: 400px;
	height: 15px;
}

#header
{
	margin: 0 auto;
	text-align: center;
}

#menu
{
	margin: 0 auto;
	width: 860px;
	height: 30px;
	line-height: 30px;
	border-bottom: 4px solid #58255b;
	background: url('../images/menubg.jpg') no-repeat;
}

#menu ul
{
	list-style-type: none;
	float: right;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	color: #58255b;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu ul li a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: #58255b;
}

.current
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: #8a5b8d;
}

#body
{
	margin: 0 auto;
	width: 860px;
	line-height: 35px;
	border-bottom: 4px solid #58255b;
}

#body a
{
	color: #000000;
}

h1
{
	color: #58255b;
	font-size: 14px;	
}

#bodyleft
{
	width: 260px;
	padding: 10px;
	float: left;
	color: #ffffff;
	background: #58255b;
}

.list
{
	list-style-type: square;
	margin-left: 20px;
	font-weight: bold;

}

#bodyright
{
	width: 560px;
	padding: 10px;
	float: right;
	color: #58255b;
}

.picleft
{
	float: left;
	padding: 0px 10px 10px 0px;
}

.picright
{
	float: right;
	padding: 0px 0px 10px 10px;
}

.gifs
{
	margin: 0 auto;
	width: 860px;
	margin-bottom: 20px;
	text-align: center;
}

.gifimage
{
	margin-left: 40px;
	margin-right: 40px;
}

.contactimage
{
	padding: 10px 10px 10px 10px;
}

fieldset
{
	border: 0px;
}

#copyright
{
	line-height: 20px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 780px;
	height: 40px;
	color: #58255b;
	text-transform: capitalize;
	text-decoration: none;
}

.red
{
	color: #ff0000;
}

.clear
{
	clear: both;
}

#copyright a
{
	color: #58255b;
	text-decoration: none;
}
