* {
	padding: 0;
	margin: 0;
	color: inherit;
	font-size: 100%;
	font-family: inherit;
}
html {
	background: #AEBD2C url('../images/gradient.gif') repeat-x scroll top left;
	height: 100%;
}
body {
	background: transparent url('../images/stripes.gif') repeat scroll top left;
	height: 100%;
}
#site_outer {
	background: transparent url('../images/stripes.gif') repeat scroll top left;
}
#site_inner {
	margin: 0 auto;
	padding: 1em 0;
	width: 873px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 180%;
	color: #333;
}
#banner {
	height: 50px;
	width: 860px;
	background-image: url('../images/Header.jpg');
	padding-right: 13px;
	padding-top: 52px;
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-align: right;
}
#banner a {
	color: #e2ee80;
}
#top_menus {
	background: #768915 url('../images/navbar/background.jpg') repeat-x scroll top left;
}
#top_menus ul {
	height: 28px;
	margin: 0px auto;
	padding-left: 15px;
	list-style: none;
}
#top_menus li {
	float: left;
	background: transparent url('../images/navbar/spacer.gif') no-repeat scroll center left;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 11px;
	color: white;
}
#top_menus li:first-child, #top_menus li.first-child {
	background-image: none;
}
#top_menus li a {
	display: block;
	height: 28px;
	line-height: 26px;
	color: white;
	padding: 0 10px;
}
#top_menus li a:hover {
	color: #002D08;
	text-decoration: none;
}
#top_menus li ul { /* second-level lists */
	position: absolute;
	display: none;
	clear: both;
	z-index: 10;
	background-image: none;
}

#top_menus li ul li, #top_menus li ul li:first-child, #top_menus li ul li.first-child { /* second-level lists */
	background: #A7B901 url('../images/navbar/sub_menu.jpg') no-repeat scroll center center !important;
	float: none;
	margin-bottom: 0;
	padding-right: 0;
	list-style: none;
	font-size: 10px;
	color: #030;
	font-weight: normal;
	letter-spacing: 0;
}

#top_menus li ul li a {
	width: 153px;
	height: 20px;
	line-height: 20px;
	color: #030;
	padding: 0 0 0 7px;

}
#top_menus li ul li a:hover {
	background: #030 url('../images/navbar/sub_menu_selected.jpg') no-repeat scroll center center !important;
	color: white;
	text-decoration: none;
}

#top_menus li:hover ul ul, #top_menus li.hover ul ul {
	display: none;
}

#top_menus li:hover ul, #top_menus li li:hover ul, #top_menus li.hover ul, #top_menus li li.hover ul { /* lists nested under hovered list items */
	display: block;
}
#main_content {
	background: #D7DCC2 url('../images/drop-shadow.gif') repeat-y scroll 16px 0;
	border-top: 16px solid #D7DCC2;
	width: 873px;
}
#left_content {
	background-color: white;
	width: 380px;
	float: left;
	margin-left: 34px;
	padding: 10px 0;
}
#right_content {
	width: 415px;
	float: right;
	margin-right: 18px;
}
div.right_stacked_box, div.right_side_by_side_box {
	background-color: white;
	margin-top: 1em;
	padding: 4px;
}
div.right_side_by_side_box {
	float: left;
	width: 194px;
	margin-left: 11px;
}
div.right_stacked_box:first-child, div.right_stacked_box.first-child {
	margin-top: 0;
}
div.right_side_by_side_box:first-child, div.right_side_by_side_box.first-child {
	margin-left: 0;
}
div.right_stacked_box h1, div.right_side_by_side_box h1 {
	background-color: #A7BA01;
	color: white;
	font-size: 120%;
	margin: 0 -4px -8px -4px;
	padding: 3px;
	position: relative;
	top: -4px;
	text-transform: uppercase;
}
div.right_stacked_box h1 *, div.right_side_by_side_box h1 * {
	color: white;
}
#footer_container {
	background: #D7DCC2;
	padding-top: 6px;
}
#footer {
	height: 10px;
	padding: 7px 16px;
	background: transparent url('../images/FooterBackground.gif') no-repeat scroll center center;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: white;
	text-align: right;
}
#footer a {
	color: white;
}