/*
	the gold trunk cascading style sheet
*/

BODY {
	background-color: #E0E0D6;
	overflow: auto;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

P {
	margin: 0;
	margin-bottom: 8px;
}

.HeaderImage {
/*	padding: 10px;
	padding-top: 15px; */
}
.HeaderText {
	padding: 10px;
	padding-top: 15px;
	color: #74674E;
	font-size: x-small;
}
.HeaderNav {
	padding: 10px;
	padding-top: 15px;
	font-size: x-small;
	color: #A5A485;
	width: 120px;
}

.HeaderNav A {
	color: #5B5C7B;
}
.HeaderNav A:hover {
	color: #800000;
}

.MainNavTier {
	background-color: #800000;
	color: white;
}

.SubNavTier {
	background-color: #A5A485;
	border: 1px solid #7C7B5C;
	border-top: 1px solid #D0D0BF;
}

.SubNavItem {
	display: inline;
	font-size: x-small;
	text-align: center;
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #D0D0BF;
	border-right: 1px solid #7C7B5C;
/*	background: #A5A485 url(Images/bowtiesmall.gif) left no-repeat; */
}

.SubNavItem A {
	text-decoration: none;
	color: white;
}

.SubNavItem A:hover {
	text-decoration: none;
	color: #800000;
}

.ContentSection {
	font-size: x-small;
	padding: 35px;
	border-left: 1px solid #A5A485;
	border-right: 1px solid #A5A485;
	background: white url(Images/header-shadow.gif) top left repeat-x;
}

.ItemContainer {
	width: 85%;
}

.ItemTitle {
	padding: 15px;
	padding-top: 5px;	
	padding-bottom: 5px;	
	font-weight: bold;
}

.ItemDesc {
	font-size: x-small;
	padding: 15px;	
	padding-top: 0px;	
}

.ItemInfoLabel {
	color: #A5A485;
}

.ItemInfo {
	font-size: x-small;
}

HR {
	width: 75%;
}

.FooterText {
	background: white url(Images/tab-border-bottom.gif) bottom left repeat-x;
	font-size: 9px;
	padding: 1px;
	text-align: center;
	color: #A5A485;
}

.FooterTabLeft {
	background: white url(Images/tab-border-bottom.gif) bottom left repeat-x;
	vertical-align: bottom;
}

.FooterTabRight {
	background: white url(Images/tab-border-bottom.gif) bottom left repeat-x;
	vertical-align: bottom;
}
