body {

	background-color: #BCBDBF;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;	

}

#page {

	width: 929px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	font-size: 1.2em;
	margin-bottom: 0px;

}

#page a {

	text-decoration: none;
	color: #000FA2;

}

#page a:hover {

	text-decoration: underline;

}

/**********************************************

	Header Styles
	
***********************************************/

	#header {
	
		color: #6C4444;
		height: 300px;
		padding-left: 0px;
	
	} 
	
	#header h1 {
	
		padding-top: 60px;
		line-height: 1.5em;
	
	}

/**********************************************

	Top Nav Styles
	
***********************************************/

	#topNav img {
	
		display: inline;
		margin-right: -5px;
		
	}

/**********************************************

	Testimonial Styles
	
***********************************************/
	
	#testimonial p {
	
		width: 568px;
		_width: 575px;
		#width: 575px;
		border-bottom: 1px solid #B1A5A5;	
		text-align: center;
		padding: 8px;
		padding-bottom: 17px;
		margin-bottom: 1.5em;	
		margin-left: 20px;
	}

/***************************************************

	Left Panel Styles

****************************************************/
	
	#leftPanel {
	
		float: right;
		padding-left: 20px;
		margin-right: 20px;
		border-left: 1px solid #777;
	
	}


/***************************************************

	Content Styles

****************************************************/

	
	.content .headline p {
	
		text-align: center;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.0em;
		color: #2D7E8F;
	
	}
	
	.content .bodyText {
	
		width: 650px;
		margin-left: 30px;
		font-size: .9em;
	
	}
	
	.content .bodyText h1 {
	
		text-transform: uppercase;
		font-weight: bold;
	
	}

	.content .bodyText p {
	
		margin-bottom: 1em;
		line-height: 1.2em;
	
	}	

	.content .bodyText ul {
	
		margin-bottom: 1em;
		list-style-type: disc;
	
	}
	
	.content .bodyText li {
	
		margin-bottom: .2em;
		margin-left: 25px;
	
	}

	.content #sponsorFooter {
	
		width: 100%;
		text-align: center;
	
	}	
	
	.content a {
	
		
	
	}
	
/*****************************************************

	Table Styles

*******************************************************/

.content table {

	width: 100%;
	_width: 99%;
	margin-bottom: 1em;
	border: 1px solid #77A09B;
	
}

.content td {

	padding: 2px;
	border-right: 1px solid #77A09B;
	text-align: center;
}

.content tr td {

	background-color: #fff;

}

.content tr.shaded  td{
	
	background-color: #DAE5E3;

}

.content th {

	text-align: center;
	color: #fff;
	background-color: #4D5B71;
	padding: 2px;
	font-weight: normal;

}

.content .contact {

	border: none;

}

.content .contact td {

	border: none;
	vertical-align: top;
	text-align: left;
	padding: 4px;

}

.content .contact td p {

	line-height: 1.2em;

}

.content .contact td.alignRight {

	text-align: right;
}

/****************************************************************

	Alert Styles: These are for error messages for the user to see, such as inappropriately filling out a form
	
*****************************************************************/

	.content #alert {

		padding: 4px;
		border: 1px solid #cacaca;
		margin-bottom: 1em;
		text-align: center;
	}

	.content #alert p {

		margin-top: 4px;
		margin-bottom: 4px;

	}
	
/**************************************************

	Form Styles

***************************************************/

.content fieldset {

	margin-bottom: .5em;

}

.content input {

	margin-left: 5px;
	height: 1.2em;
	font-size: .9em;
	margin-bottom: 2px;
	border: 1px solid #B9B9B9;
	
}

.content select {
	margin-left: 5px;
}

.content .dependentFields {

	padding: 4px;
	border: 1px dashed #CCC;
	margin-bottom: 1em;

}

.content .required {

	background-color: #F0F8FE;
	border: 1px solid #B9B9B9;
	

}

.content .submit {
	
	height: 2em;

}

.content label {

	width: 200px;
	float: left;
	padding-top: 3px;

}

.content .indent {

	padding-left: 10px;
	width: 190px;

}

.content textarea {

	width: 375px;
	height: 175px;
	margin-left: 0px;
	padding-left: 0px;

}

.content .error {

	border: 1px solid #F19D65; 
	background-color: #FCDBC6; 
	text-align: center; 
	padding: 4px

}

/***************************************************

	Cap styles: This div allows for the appearance of a two column layout without tables or a repeating background

****************************************************/

#cap {

	clear: both;
	height: 2em;
	background-color: #fff;
	padding: 10px;

}

#cap p {

	text-align: right;
	margin-bottom: 1em;
	padding-bottom: 1em;

}