body {

	background-color: #F5E3AE;

}

#page {

	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #fff;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #646227;
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.1em;

}

#page a {

	text-decoration: none;

}

#page a:hover {

	text-decoration: underline;

}

/**********************************************

	Header Styles
	
***********************************************/

#header {

	width: 970px;
	height: 271px;
	margin-left: auto;
	margin-right: auto;

}

/**********************************************

	Left Nav Styles
	
***********************************************/

.leftNav {

	float: left;
	width: 189px;
	_width: 184px;
	#width: 184px;
	margin-bottom: 1em;

}

.leftNav ul {

	width: 139px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;

}

.leftNav li {

	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #E8B95B; 

}

.leftNav li.indent {

	width: 120px;
	padding-left: 15px;

}

.leftNav li.active {

	font-weight: bold;

}

.leftNav ul li ul {

	margin-top: .5em;
	margin-left: 10px;

}

.leftNav ul li ul li {

	border-bottom: 0px;
	font-size: .9em;

}

.leftNav a {

	color: #fff;

}

/***************************************************

	Content Styles

****************************************************/

.content {
	margin-bottom: 1em;	
	width: 746px;	
	#width: 746px;
	_width: 746px;
	margin-left: 202px;
	#margin-left: 202px;
	_margin-left: 199px;	
	padding-left: 15px;
	margin-right: 25px;
	#margin-right: 0px;
	_margin-right: 0px;
	_margin-top: -5px;

}

.content h1 {

	height: 42px;
	background-image: url('../images/title_bg.gif');
	background-repeat: repeat-x;
	margin-left: -15px;
	padding-left: 15px;
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
	padding-top: 3px;
	margin-bottom: 1em;
	line-height: 1.4em;

}

.content h2 {

	font-size: 1.3em;	
	font-weight: normal;
	margin-bottom: 1em;
	border-bottom: #fff 2px solid;
	margin-right: 15px;
	padding-bottom: 5px;
	width: 463px;
}

.content p {

	margin-bottom: 1em;
	margin-right: 15px;

}

.content hr {

	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dashed #615C25;

}

.content ul {

	margin-bottom: 1em;
	list-style-type: disc;

}

.content li {

	margin-left: 40px;
	
}

.content .whiteBorder {

	border: 2px solid #fff;

}

.content .right {

	float: right;
	margin-right: 12px;
	margin-left: 20px;
	margin-top: 24px;
	margin-bottom: 24px;

}

.content .center {

	text-align: center;

}
	
.content .callout {

	width: 400px;
	border: 2px #fff solid;
	background-color: #D1CDA3;
	padding: 8px;

}

.content .callout h2 {

	width: 250px;
	margin-top: 8px;
	margin-bottom: .6em;

}

.content .photoBlock {

	border-bottom: 2px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
	width: 80%;

}

.content .photo {

	height: 165px;
	
}

.content .photoBlock img {

	float: left;
	margin-right: 10px;

}

/*****************************************************

	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

****************************************************/

#footer {

	clear: both;
	height: 5em;
	margin-top: 1em;
	background-color: #fff;
	background-image: none;


}

#footer p {

	font-size: .9em;
	padding-top: 10px;
	padding-left: 8px;

}

