/*
	#####################################################################
	# BASIC ELEMENT STYLES
	#####################################################################
*/
	body {
		font-family: arial,helvetica,sans-serif;
		font-size: 0.69em;
		background-color: white;
	}

	img {
		border: 0;
	}

	a, a:link, a:active, a:visited {
		text-decoration: none;
		color: #0066CC;
	}

	a:hover {
		text-decoration: underline;
	}

	h2 {
		font-size: 1.25em;
		margin: 10px 0 5px 0;
	}

	fieldset {
		border: 1px gray dotted;
	}

	fieldset legend {
		font-weight: bold;
		color: gray;
		text-transform: uppercase;
		padding-left: 4px;
		padding-right: 4px;
		border-left: 1px gray dotted;
		border-right: 1px gray dotted;
	}

	table th {
		text-decoration: underline;
	}

/*
	#####################################################################
	# NAVIGATION STYLES
	#####################################################################
*/
	#navigation img {
		float: left;
	}

	div.subMenuBox {
		background-color: #CDCDCD;
		padding: 5px;
		margin: 0 10px 0 10px;
		width: 135px;
	}

	div.subNavRow {
		border-top: 3px double white;
		padding: 5px;
	}

	a.subNavItem {
		font-size: 100%;
		font-weight: bold;
		color: #555;
	}


/*
	#####################################################################
	# FOOTER STYLES
	#####################################################################
*/
	#footer {
		color: #333;
		text-align: center;
		padding-top: 130px;
	}

	#footer a {
		color: #333;
	}


/*
	#####################################################################
	# BANNER COLUMN STYLES
	#####################################################################
*/
	#banners .content {
		text-align: justify;
		padding: 0 10px 0 10px;
		color: white;
	}

	#music-player {
		text-align: center;
	}


/*
	#####################################################################
	# INPUT FORMS
	#####################################################################
*/
	form {
		margin: 0;
		padding: 0;
	}

	label {
		display: block;
		float: left;
	}

	.FormBox {
		width: 474px;
		text-align: left;
		float: left;
	}

	.FormHelpBox {
		width: 300px;
		float: right;
	}

	.FormHelpBox .Label {
		font-weight: bold;
		margin: 0 0 2px 0;
	}

	.OnePerRow, .FullSize {
		width: 462px;
	}

	.TwoPerRow, .HalfSize {
		width: 225px;
	}

	.ThreePerRow, .ThirdSize {
		width: 150px;
	}

	.FormElement {
		text-align: left;
		float: left;
		margin: 0 3px 10px 3px;
	}

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

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

	.ButtonRow {
		margin-top: 25px;
		text-align: center;
	}

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

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

	input.checkbox, input.radio {
		margin-top: 1px;
		float: left;
	}

	input.button {

	}