/* CSS layout */
#nameplate {
	width: 100%;
	position: relative;
	height: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}
#left_col {
	width: 267px;
	height: 100px;
	position: absolute;
	top: 3px;
	background-image: url(logo.jpg);
	left: 0px;
	float: left;
}

#header {
	margin-left: 270px;
	margin-right: 0px;
	clear: right;
	margin-bottom: 10px;
}
#search {
	margin: 0px;
	padding-top: 1px;
	padding-right: 2px;
}
#search form{
	float: right;
	text-align: right;
	#: ;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	line-height: normal;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}
#header h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: center;
	line-height: normal;
	margin: 0;
	color: #E9E9E9;
}
#dividerbar {
	background-color: #003399;
	padding: 2px;
	width: 100%;
	margin-top: 4px;
	position: relative;
	clear: both;
	overflow: auto;
	clip: rect(inherit, inherit, inherit, inherit);
	vertical-align: bottom;
	background-position: center center;
}

#pagebody {
	width: 98%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#index {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-variant: normal;
	font-size: 85%;
	width: 175px;
	height: 100%;
	float: left;
	padding-right: 5px;
}
#index dl dt a{
	color: #FFFFFF;
	text-decoration: none;
	border: thin outset #003399;
	display: block;
	padding: 5px;
	background-color: #003399;
}
#index dl dd a{
	color: #FFFFFF;
	text-decoration: none;
	border: thin outset #003399;
	display: block;
	background-color: #003399;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: -25px;
}
#index a:hover {
	color: #66CCFF;
	background-color: #000066;
	border: thin inset #003399;
	text-decoration: underline;
}

.document {
	padding: 10px;
	background-color: #FFFFCC;
	border: thin solid #FFFF99;
	float: none;
	margin: 5px;
}
.content {
	padding: 10px;
	background-color: #FFFFFF;
	float: none;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.content .introduction h1 {
	font-family: "Times New Roman", Times, serif;
}
.RomanNumeralList {text-align: right;
}
.AlignRight {list-style-type: upper-roman;
}
#NavBar {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 20px;
	font-variant: normal;
	font-weight: lighter;
	font-size: 85%;
}
#NavBar ul li {
	display: inline;
}
#NavBar ul li a {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	color: #FFFFFF;
	background-color: #003399;
	text-decoration: none;
	border: thin outset #003399;
	vertical-align: middle;
}
#NavBar ul li a:hover {
	color: #66CCFF;
	background-color: #000066;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	text-decoration: underline;
}

#LeftNav ul li a {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	border: thin outset #003399;
	vertical-align: middle;
}
