/* global settings */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C3336;
	background-color: #424D53;
	padding-top: 1em;
	padding-bottom: 1em;
}
#wholepage {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
a {
	color: #325263;
}
a:hover {
	color: #970000;
}
/* page header */
#header {
	padding-top: 6px;
	background-color: #FFFFFF;
}
#logo {
	margin-left: 6px;
	float: left;
	height: 80px;
}
#title {
	font-size: 19px;
	font-family: "Goudy Old Style", Arial, Georgia, "Times New Roman";
	padding-right: 6px;
	float: right;
	font-weight: bold;
	padding-top: 51px;
}
/* menu */
#menu {
	font-size: 14px;
	font-weight: bold;
	background-color: #252525;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #970000;
	border-bottom-color: #970000;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-family: "Goudy Old Style", Arial, Georgia, "Times New Roman";
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px;
}
#menu li {
	display: inline;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	padding-right: 14px;
	padding-left: 14px;
}
#menu a:hover {
	color: #970000;
}
#menu a.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/* main page contents */
#pagecontents {
	background-color: #FFFFFF;
	margin-right: 2em;
	margin-left: 1.5em;
	text-align: justify;
}
#pagecontents img {
	border: 1px double #970000;
}
h2 {
	font-size: 17px;
	color: #970000;
	margin-bottom: 0.7em;
	text-transform: uppercase;
	font-family: "Goudy Old Style", Arial, Georgia, "Times New Roman";
	margin-top: 14px;
}
/* Page footer */
#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #252525;
	text-align: center;
	padding: 4px;
	clear: both;
	font-family: "Goudy Old Style", Arial, Georgia, "Times New Roman";
	font-size: 12px;
}
#credit {
	text-align: right;
}
.logoline1 {
	letter-spacing: 1px;
}
.logoline3 {
	letter-spacing: 3px;
}

