

/**********************
 CONTAINING CLASSES
**********************/

#pagecontainer {
	position: relative;
	width: 740px;
	margin: auto;
	text-align: left;
	background-color: #ffffff;
		
}

#pageheader {
	width: 730px;
	text-align: left;
	background-color: #ffffff;
}

	#headerbutt {
		width: 730px;
		float: left;
		background-color: #111133;
	}

/************************
 THE Pic Selector
*************************/
	

#hpfeatselector {
	width: 300px;
	margin-top: 8px;
}
	.hpfeat {
		float: left;
		padding: 0;
		margin: 0;
	}
	
#imga {
		border: 1px solid #ffffff;
		margin: 0px 14px 0px 0px;
	}
	
			#imgaon {
				border: 1px solid #DA2F2F;
				margin: 0px 14px 0px 0px;
			}

	#imgb {
		border: 1px solid #ffffff;
		margin: 0px 13px 0px 0px;
	}
	
			#imgbon {
				border: 1px solid #DA2F2F;
				margin: 0px 13px 0px 0px;
			}

	#imgc {
		border: 1px solid #ffffff;
		margin: 0px 13px 0px 0px;
	}
	
			#imgcon {
				border: 1px solid #DA2F2F;
				margin: 0px 13px 0px 0px;
			}
	
	#imgd {
		border: 1px solid #ffffff;
		margin: 0px 0px 0px 0px;
	}
	
			#imgdon {
				border: 1px solid #DA2F2F;
				margin: 0px 0px 0px 0px;
			}
			
	


/************************
 THE HEADER NAVIGATION
*************************/

#headerbutt ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

	#headerbutt ul li {
		float: left;
		display: inline;
		font-size: 11px;
		line-height: 26px;
		border-right: 1px solid #ffffff;
		text-align: center;
	}
	
		#headerbutt ul li.hb0 {
		width: 427px;
		font-size: 15px;
		font-family:"Times New Roman", Times, serif;
		font-style:oblique;
		color: #ffffff;
		text-decoration: none;
		border-left: 1px solid #ffffff;
		}
					
		
		#headerbutt ul li.hba {
			width: 50px;
		}
			
			#headerbutt ul li.hba a:hover {
				background-color: #668656;
			}
			
			#headerbutt ul li.ona {
				background-color: #668656;
			}
		
		#headerbutt ul li.hbb {
			width: 60px;
		}
		
			#headerbutt ul li.hbb a:hover {
				background-color: #D1B487;
			}
			
			#headerbutt ul li.onb {
				background-color: #D1B487;
			}			
		
		#headerbutt ul li.hbc {
			width: 88px;
		}
		
			#headerbutt ul li.hbc a:hover {
				background-color: #AC84AC;
			}
			
			#headerbutt ul li.onc {
				background-color: #AC84AC;
			}
		
		#headerbutt ul li.hbd {
			width: 63px;
		}
		
			#headerbutt ul li.hbd a:hover {
				background-color: #8D9DAA;
			}
			
			#headerbutt ul li.ond {
				background-color: #8D9DAA;
			}
		
		#headerbutt ul li.hbe {
			width: 40px;
		}

			#headerbutt ul li.hbe a:hover {
				background-color: #718471;
			}
			
			#headerbutt ul li.one {
				background-color: #718471;
			}
		
		#headerbutt ul li.hbf {
			width: 55px;
		}
		
			#headerbutt ul li.hbf a:hover {
				background-color: #B67944;
			}
			
			#headerbutt ul li.onf {
				background-color: #B67944;
			}
				
	#headerbutt ul li a:link, #headerbutt ul li a:visited {
		width: 100%;
		display: block;
		line-height: 26px;
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
	}

	#headerbutt ul li a:hover {
		width: 100%;
		display: block;
		line-height: 26px;
			font-size: 11px;
		color: #ffffff;
		text-decoration: none;
	}
	
.leftsidenorm {
	float: left;
	width: 370px;
	background-color: #ffffff;
	padding-bottom: 20px;
}

	.leftcontent {
		font-size: 0.8em;
		padding-left: 20px;
		padding-right: 20px;
	}

.rightsidenorm {
	float: right;
	width: 310px;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}


/**********************
 HEADER CLASSES
***********************/

	.leftsidenorm h1 {
		float: right;
		display: inline;
		text-align: left;
		width: 100%;
		font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
		font-weight: bold;
		font-size: 17px;
		line-height: 44px;
		color: #DA2F2F;
		padding-left: 10px;
	}

/**********************
 TEXT CLASSES
***********************/	
.spacedtext {
	line-height: 1.5em;
}

.menutext	{
	line-height: 1em;
}

/*******
LINKS UL
********/


ul.linksul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	ul.linksul li {
		font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
		font-size: 11px;
		line-height: 15px;
		color: #111133;
		padding-left: 12px;
	}
	
		ul.linksul li a:link, ul.linksul li a:visited {
			color: #111133;
			text-decoration: underline;
		}
		
		ul.linksul li a:hover {
			color: #666677;
			text-decoration: underline;
		}