/* general attributes */
body {
	font-family: "times new roman", arial, serif;
	color: #000000;
	background-color: #ffffff;
}
table.layout {
	border-style: none;
	background-color: transparent;
	width: 750px;
}
td.layout {
	vertical-align: top;
	margin: 2px;
}
table.contentlayout {
	border-style: none;
	background-color: transparent;
	background-repeat: repeat;
	width: 100%;
	margin: 2px;
}
td.contentlayout {
	vertical-align: top;
	margin: 2px;
}
/* Links on the Page */
a {
/*	color: #000000; */
	background-color: transparent;
	font-weight: bold;
}
/* page header */
table {
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #ffffff;
	background-color: #3399ff;
	width: 100%;
	white-space: normal;
}
h1.pageheader {
	font-style: oblique;
}
h2.pageheader {
	font-style: oblique;
}
td.pageheader {
	text-align: center;
}
/* generic block */
table.block {
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	background-color: transparent;
	width: 100%;
}
th.selected {
	text-align: center;
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #ffffcc;
	background-color: #3399ff;
}
th.block {
	text-align: center;
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	background-color: #ffffcc;
}
td.block {
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	background-color: transparent;
	font-size: small;
	text-align: left;
	margin: 15px;
}
ul.block {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: small;
}
td.button {
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	background-color: #ffffcc;
	font-size: small;
	text-align: center;
	margin: 15px;
}
/* menu block */
th.menu {
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #ffffff;
	background-color: #3399ff;
	font-size: small;
	text-align: center;
}
td.menu {
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	background-color: #ffffcc;
	font-size: small;
}
ul.menu {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: small;
	font-weight: bold;
}
ul.submenu {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-position: outside;
	list-style-type: disc;
	font-weight: bold;
	font-size: small;
}
/* Error Block */
th.error {
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	background-color: red;
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
td.error {
	border-width: thin;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	background-color: #ffffcc;
	font-size: small;
	font-weight: bold;
}

/* page footer */
table.pagefooter {
	border-width: thin;
	border-style: solid;
	color: #ffffff;
	border-color: #000000;
	background-color: #3399ff;
	border-collapse: collapse;
	width: 100%;
}
td.pagefooter {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: small;
}
/* quote styles */
.quote {
	text-align: left;
	margin: 10px;
	font-size: small;
	font-style: italic;
}
/* paragraph styles */
p.byline {
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-style: italic;
}
p.storytitle {
	text-align: left;
	margin: 5px;
	font-size: large;
	font-weight: bold;
}
p.storypage {
	margin: 10px;
}
p.officertitle {
	font-size: medium;
	font-style: italic;
	text-align: center;
}
p.officername {
	text-align: center;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
}
p.error {
	font-size: large;
	font-style: italic;
	background-color: transparent;
	color: red;
}
p.blockheader {
	font-size: medium;
	text-align: center;
	margin: 2px;
}
p.score {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin: 5px;
}
p.searchform {
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}
p.block {
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}
p.address {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 10px;
}
p.email {
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}
img.officer {
	text-align: center;
}
a.navlink {
	margin-left: 10px;
	margin-right: 10px;
}
select.navlink {
	margin-left: 10px;
	margin-right: 10px;
}