/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #8FA5BC;
}
.header {
	background: url(images/header-bkgd-repeat.gif) repeat-x top left #003366;
	height: 97px;
	white-space: nowrap;
	padding: 0 10px 0 0;
	margin: 0;
}
.header div {
	white-space: nowrap;
	height: 97px;
	overflow: hidden;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	color: #FFCC00;
	background-color: #000000;
	white-space: nowrap;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.left-border {
	background: url(images/content-left-bkgd.gif) repeat-y right;
}
.content-area {
	background: url(images/header-shadow.gif) repeat-x top #FFFFFF;
	padding: 15px;
	border-bottom: 1px solid #333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #BBA977;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0 0 0;
	padding: 0;
}
h6 {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	background-color:#BBA977; 
	color:#BBA977; 
	height:1px; 
	border:none;
	margin: 0;
	padding: 0;
	clear:both;
}
a {
	color: #0000FF;
}
.inline-image {
	float: right;
	text-align: center;
	padding: 5px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #333333
}
.project_description_section {
	clear: both;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #003366;
	margin-top: 2em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.proj_desc_sect_subLI_1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.proj_desc_sect_subLI_2 {
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
ul {
	margin-bottom: 1em;
}
.categories {
	margin: 5px 0 1em 0;
	padding: 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.categories ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
.categories li {
	display: inline;
	padding: 0 8px 0 8px;
	border-right: 1px solid #000000;
}
.categories li.first {
	padding-left: 0;
}
.categories li.last {
	border-right: 0px;
}
.table_black-bkgd {
	background-color: #000000;
	margin-left: 25px;
	margin-right: 25px;
}
.table_black-bkgd td {
	background-color: #FFFFFF;
}
.table_black-bkgd th {
	background-color: #BBA977;
}
.table_black-bkgd .numbered_item {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
