body {
	background-color: #FFFFAA;
	margin: 0px;
	padding: 0px;
	color: Black;
	font-size: 12px;
	font-family: "Helvetica", sans-serif;
	text-align: center;
}
html>body {
	font-size: 14px;
}


#banner {
	margin-top: 10px;
	height: 160px;
	width: 100%;
	background-color: #B30000;
}

#top_shade {
	height: 15px;
	width: 100%;
	background: url('images/shadowT.gif');
	background-repeat: repeat-x;
}

#banner_content {
	height: 130px;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	color: White;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: right;
	overflow: hidden;
}
#banner_content img {
	height: 130px;
	float: left;
}

#bottom_shade {
	height: 15px;
	width: 100%;
	background: url('images/shadowB.gif');
	background-repeat: repeat-x;
}

#content {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}

#frame {
	margin: auto;
	text-align: left;
	color: #000000;
	height: 800px;
/*	position: absolute;
	top: 25px;
	left: 65px;
	right: 50px;*/
}

#frame img {
	float: left;
}

a:link {
	color: DarkRed;
	text-decoration: none;
}

a:visited {
	color: DarkRed;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


img {
	border: 0px;
	padding: 0px;
	display: block;
}


#header {
	background: #B30000;
	color: #FFFFFF;
	height: 170px;
	padding: 1px;
	padding-left: 55px;
	padding-top: 10px;
	padding-right: 20px;
	font-family: "Papyrus", serif;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
	}
	


#menu {
	width: 130px; 
	height: 620px;
	text-align: left;
	text-indent: 4px;
	float: left;
	font-family: "Papyrus", serif;
	border-right: 1px solid LightGray;
}
	#menu p {
		font-size: 24px;
		font-weight: bold;
		padding: 1px;
		border: 2px solid #ffffaa;
		border-left: 0px;
		border-right: 0px;
	}
	
	#menu p:hover {
		/*background-color: #B30000;*/
		border-color: Black;
	}

	#menu a {
		color: DarkRed;
	}

	#menu a:hover {
		text-decoration: none;
		color: Red;
	}


#main {
	margin-left: 160px;
	padding-right: 10px;
	height: 590px;
}

	#main h1 {
		font-size: 24px;
		font-weight: bold;
		text-indent: 30px;
		margin-top: 0px;
	}

	#main h2 {
		font-size: 18px;	
		font-weight:bold;
		text-indent: 30px;
	}

	#main hr {
		background-color: #006B6B;
	}
	
	#main img {
		text-align: center;
		float: none;
	}

#dock {
	padding: 10px;
	width: 220px; 
	text-align: left;
	text-indent: 10px;
	float: right;
}


#tabs {
}
	#tabs a {
		color: DarkRed;
	}

	#tabs a:hover {
		text-decoration: none;
		color: Red;
	}
	
	.item {
		margin-right: 15px;
		border: 2px solid #ffffaa;
		border-left: 0;
		border-right: 0;
		text-indent: 0px;
		display: inline;
		font-size: 20px;
		font-weight: bold;
		text-indent: 4px;
		color: #b30000;
	}
	
	.item:hover {
		border-color: Black;
		/*background-color: #b30000;*/
	}


.category {
	display: none;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	overflow: auto;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid LightGray;
	padding-left: 4px;
	padding-right: 4px;
}

#dock td {
	border: 0px;
	padding-bottom: 4px;
}

