/*
	#####################################################################
	# COMMON CONTENT STYLES
	#####################################################################
*/
	body {
		font-family: helvetica, arial, sans-serif;
		font-size: 0.81em;
		margin: 0px;
	}

	h1 {
		color: black;
		margin: 0 0 20px 0;
		font-size: 175%;
	}

	h2 {
		color: #7A005F;
		margin: 2px 0 2px 0;
		font-size: 150%;
		font-weight: normal;
	}

	h3 {
		color: black;
		margin: 2px 0 2px 0;
		font-size: 125%;
		font-weight: normal;
	}

	img {
		border: 0;
	}

	p {
		margin-top: 0;
	}

	a {
		color: #3333AA;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	div.flashrequired {
		text-align: justify;
		margin: 20px 150px 0 150px;
		color: white;
	}

	.content {
		text-align: left;
		color: black;
	}

	#contactinfo {
		padding: 0 0 40px 95px;
		color: white;
		line-height: 1.25em;
		text-align: left;
		overflow: hidden;
	}

	#contactinfo a {
		color: white;
	}

	#textnav {
		text-align: center;
		color: #79005F;
	}

	#textnav a {
		color: #79005F;
		margin: auto 5px auto 5px;
	}

	#copyright {
		color: black;
		text-align: right;
	}

/*
	#####################################################################
	# HORIZONTAL NAV BAR STYLES
	#####################################################################
*/


/*
	#####################################################################
	# FOOTER NAV BAR STYLES
	#####################################################################
*/



/*
	#####################################################################
	# INPUT FORMS
	#####################################################################
*/

.FormElement {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.FormElement .Label {
	font-weight: bold;
	color: #444;
	margin-bottom: 2px;
}

.FormElement .SubLabel {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 2px;
}

.FormError {
	background-color: #FEE;
	border: 1px red solid;
	padding: 5px 5px 5px 25px;
	background-image: url(/images/warn.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 5px 0 5px 0;
	line-height: 16px;
}

input.text {
	font-family: sans-serif;
	font-size: 12px;
	color: #444;
	border: 1px gray solid;
	background-color: #EFEFEF;
	padding: 2px;
}

textarea.textarea {
	font-family: sans-serif;
	font-size: 12px;
	color: #444;
	border: 1px gray solid;
	background-color: #EFEFEF;
	padding: 2px;
}

input.button {

}
