/*[fmt]1A90-1A0B-1*/
* {
	outline: none;
}

BODY {
	/*[disabled]background-color:#FF7AD7;*/
	background: #29882E url(images/grass_100.jpg) repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

A:active, A:hover, A:link, A:visited {
	color: #FF7AD7;
}

FIELDSET {
	background-color: #4B68E0;
}

H1, H2, H2 A {
	color: #FF7AD7;
	margin: 0;
	text-align: center;
}

IMG {
	border: none;
}

LABEL {
	color: #CCC;
	display: block;
	float: left;
	font-weight: 900;
	margin-right: 20px;
	text-align: right;
	width: 150px;
}

LEGEND {
	color: #FF7AD7;
	font-weight: 900;
	font-variant: small-caps;
}

UL {
	list-style-image: url(images/pinkbullet.gif);
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.errormsg {
	background-color: #FFF;
	border: 1px dashed #FF0000;
	color: #FF0000;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}

.required {
	color: #FF0000;
}

.picsection A, .thumblinks {
	display: inline-block;
	border: 1px solid transparent;
}

.picsection A:hover, .thumblinks A:hover {
	border: 1px solid #FF7AD7;
}

.sectionheader {
	text-align: center;
	margin: 10px 0;
}

.textlinks {
	background: #4B68E0;
	border: 1px solid #FF7AD7;
	margin: 0 auto;
	margin-top: 20px;
	overflow: auto;
	width: 950px;
	text-align: left;
}

.textlinks .leftside {
	float: left;
	margin: 0;
	width: 450px;
}

.textlinks .rightside {
	float: left;
	margin: 0;
	width: 450px;
}

#content {
	background: #29882E url(images/grass_100.jpg) repeat;
	margin: 0;
	width: 100%;
}

#disclaimer {
	font-size: 10px;
}

#header {
	margin: 0 auto 15px;
	width: 800px;
	text-align: center;
}

#header #dude {
	float: left;
	margin: 15px 10px 10px 35px;
}

#headertext {
	font: normal normal 900 16px/20px "trebuchet","helvetica",sans-serif;
	margin-bottom: 10px;
}

#headertext H1 {
	margin: 20px 20px 5px;
}

#headertext IMG {
	float: none;
}

#footer {
	margin-top: 10px;
	text-align: center;
}

#morecopy {
/*position:absolute;
top:7100px;
left:0px;
*/
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

#poweredby DIV {
	font-weight: normal !important;
	text-align: center;
	text-transform: lowercase;
}

#poweredby A {
	color: #FFF;
	text-decoration: none !important;
}

#team {
	background: transparent url(images/grass_100.jpg) repeat;
	margin: 20px auto;
	width: 908px;
	clear: both;
}

#team H1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

#team TABLE {
	width: 100%;
}

#team TABLE A {
	border: none;
	color: #FF7AD7;
	display: inline;
	font: bold 10pt Arial;
	height: auto;
}

#team TABLE A:hover {
	border: none;
	text-decoration: underline;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	position: relative;
	width: auto;
}

#team TABLE TD {
	width: 33%;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}

#team .desc, #team .desc SPAN {
	color: #FFF;
	font: normal 10pt Arial;
	text-decoration: none;
}

#team .desc:hover {
	color: #FF7AD7;
	text-decoration: underline;
}


