body {
	font-size       : 1em;
	font-family     : Georgia, "Times New Roman", times, serif;
	color           : #000000;
	background-color: #B0C4DE;
	margin          : 0px;
}
/*** Multi-column ***/
.page {
	display         : block;
	width           : 800px;
	padding         : 0px;
	background-color: white;
}
#header, #footer {
	clear           : both;
	background-color: #B0C4DE;
}
#datetime {
	font		: 10px "Helvetica Neue Narrow", Arial, Helvetica, sans-serif;
}
#navigation {
	float           : left;
	width           : 30%;
	max-width       : 250px;
	min-width       : 100px;
	font            : 12px "Helvetica Neue Narrow", Arial, Helvetica, sans-serif;
}
#content {
	float           : left;
	width           : 65%;
	padding         : 2%;
	max-width       : 756px;
	min-width       : 200px;
	border-left     : 2px solid #999;
	background-color: #fff;
}
#heading {
	font            : 24px "Helvetica Neue Narrow", Arial, Helvetica, sans-serif;
	border-bottom	: 4px solid black;
}
#subheading {
	font            : 18px "Helvetica Neue Narrow", Arial, Helvetica, sans-serif;
}
#content .copy {
	margin-top      : 24px;
}
#content .copy p {
	font-size       : smaller;
	line-height     : 1.5;
	margin          : 0px;
	text-indent     : 2em;
}
.dropBox {
	float           : left;
	padding         : 4px;
	margin          : 4px;
	background-color: white;
	border          : none;
}
.dropBox img {
	display         : block;
	float           : right;
}
.dropBox p {
	margin          : 0px;
	padding         : 0px;
	width           : 175px;
	font            : x-large "Party Let", "Comic Sans MS", Helvetica, Arial, sans-serif;
}
/*** Headers ***/
h1, h2, h3 {
	padding-bottom  : 0px;
	margin-bottom   : 0px;
}
h1 {
	font-size       : 28px;
}
h2 {
	color           : #666;
}
h3 {
	margin-left     : 8px;
	font            : small-caps bold 18px "Helvetica Neue Narrow", Arial, Helvetica, sans-serif;
}
#headerold {
	height          : 100px;
	color           : #fff;
	border          : 1px solid RGB(255,204,204);
	border-bottom   : 2px solid #999;
	background      : #B0C4DE;
	padding         : 0px 8px;
}
#header {
	clear		: both;
	font		: 16px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color		: black;
	background-color: #B0C4DE;
}
.address {
	font            : 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h2.pageTitle {
	display         : block;
	font-size       : smaller;
	color           : black;
}
/*** Navigation and Links ***/
p a {
	color           : black;
	text-decoration : none;
	padding-bottom  : 0px;
}
p a:link {
	color           : black;
	border-bottom   : 2px dotted #fcc;
}
p a:visited {
	color           : black;
	border-bottom   : 2px dotted #fcc;
}
p a:hover {
	color           : #f00;
	border-bottom   : 2px solid #f99;
}
p a:active {
	color           : black;
	border-bottom   : 2px double #f66;
}
#navigation ol {
	list-style-type : none;
	margin          : 0px;
	padding         : 0px;
}
#navigation ol li {
	margin          : 0px;
	margin-bottom   : 0px;
	padding-bottom  : 0px;
}
#navigation a {
	padding         : 2px 2px 8px 16px;
	border-top      : 3px solid white;
	text-decoration : none;
	display         : block;
}
#navigation a:link {
	color           : black;
}
#navigation a:visited {
	color           : black;
}
#navigation a:hover {
	background-color: #B0C4DE;
	border-top      : 3px solid white;
	color           : black;
}
#navigation a:active {
	background-color: white;
	border-top      : 3px solid #B0C4DE;
	color           : black;
}
#page00 #pg00,
#page01 #pg01,
#page02 #pg02,
#page03 #pg03,
#page04 #pg04,
#page05 #pg05,
#page06 #pg06,
#page07 #pg07,
#page08 #pg08,
#page09 #pg09,
#page10 #pg10,
"Helvetica Neue Narrow",
Helvetica, Arial, sans-serif;
}
#footer p {
	color          : black;
	font-size      : small;
	text-align     : center;
}
table {
	font           : 1em helvetica, arial, sans-serif;
}
#dataTable {
	width          : 400px;
}
tr {
	color          : #333;
	background     : #eee;
}
tr.oddRow {
	background     : #ccc;
}
#dataTable tr:hover {
	color          : #000;
	background     : #87ceeb;
	cursor         : pointer;
}
th {
	color          : #fff;
	background-color:#f99;
	text-align     : left;
	padding        : 5px;
	border-bottom  : 1px solid #000;
}
td {
	padding        : 5px;
	border-bottom  : 1px solid #000;
}
