@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #9900FF;
	font-family: Arial;
	font-size: 12pt;
}
#container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/mudback.jpg);
	background-repeat: repeat-y;
}
#toptag {
	background-color: #FFFFFF;
	width: 990px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	padding-left: 10px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9900FF;
	border-bottom-color: #9900FF;
}
#header {
	background-color: #FFFFFF;
	float: left;
	width: 990px;
	border: 5px solid #DDDDDD;
}
#headleft {
	font-family: Arial;
	letter-spacing: 2pt;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 245px;
	background-color: #FFFFFF;
}
#headright {
	float: right;
	height: 90px;
	width: 730px;
	margin-top: 10px;
	margin-right: 10px;
}
#header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	display: inline;
}
#sidebar1 {
	float: left;
	width: 120pt;
	padding: 5px;
	background-color: #FFFFFF;
	margin-right: 5px;
	min-height: 800px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9900FF;
}
#sidebar2 {
	float: right;
	width: 120pt;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	min-height: 800px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9900FF;
}
 #sidebar1 h3, #sidebar1 p, .#sidebar2 p, #sidebar2 h3 {
 margin-left: 10px;
 margin-right: 10px;
 display: inline;
}
#mainContent {
	background-color: #FFFFFF;
	float: left;
	width: 640px;
	min-height: 800px;
	padding: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9900FF;
}
#mainwrap {
}
#topgoolinks {
	width: 610px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer {
	padding-left: 10px;
	float: left;
	width: 990px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9900FF;
}
#footer2 {
	background:#FFFFFF;
	float: left;
	width: 1000px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9900FF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 24px;
	display: inline;
}
h2 {
	font-size: 18px;
	display: inline;
}
h3 {
	font-size: 16px;
	display: inline;
	color: #9900FF;
}
