body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
}
#masthead {
	text-align: right;
	vertical-align: 50%;
	height: 50px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: .5em;
}
#masthead_home {
	text-align: right;
	vertical-align: middle;
	height: 80px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#nav {
	display: block;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	background-image: url(images/greybar.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding: 0px;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
	padding: 0px;
	float: right;
}
#nav li {
	padding: 0px;
	margin: 0px;
	display:inline;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	height: 25px;
	display: block;
	float: left;
}
#nav a:hover {
	text-decoration: underline;
	background-image: url(images/orangebar.jpg);
	background-repeat: repeat-x;
}
#container {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/shadowtop.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	position: relative;
	top: 0px;
	left: 0px;
}
#content {
	text-indent: 2em;
	line-height: 1.5em;
}
#content a {
	color: #FF6600;
	text-decoration: none;

}
#content img {
	margin: 0.5em;
	text-indent: 0em;
	
}
#content h1 {
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	text-indent: 0em;
}
#content h2 {
	text-indent: 0em;
	font-size: 1.25em;
	font-style: italic;
	
}
#content h3 {
	margin-left: 1em;
	
}
#footer {
	background-image: url(images/shadowbtm.jpg);
	background-repeat: repeat-x;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	font-size: .7em;
	color: #999999;
	text-align: center;
}
#eoc {
	clear: both;
}

