body {
	color: #440128;
}

.title {
	font-weight: bold;
	font-style: italic;
	color: #cb0414;
}

img {
	border: 1px solid #440128;
}

.ifleft {
	float: left;
	width: 100px;
	margin: 10px 10px 0px 10px;
}

.ifright {
	float: right;
	width: 100px;
	margin: 10px 10px 0px 10px;
}

#header {
	display: block;
	border: 1px solid #270010;
	width: 698px;
	background-image: url(headerpic.jpg)
}

#header h2 {
	position: relative;
	left: 10px;
	top: 5px;
	text-align: left;
	font-family: sans-serif;
	color: #fff3f3;
}

h3 {
	text-align: center;
	font-family: sans-serif;
}

#nav {
	width: 698px;
	height: 35px;
	text-align: left;
	display: block;
	padding-left: 10px;
	border-top: 2px solid #270010;
	border-bottom: 5px solid #440128;
	background-color: #ffddb0;
}

#inav {
	width: 698px;
	height: 35px;
	text-align: left;
	display: block;
	padding-left: 10px;
	border-top: 2px solid #270010;
	border-bottom: 5px solid #440128;
	background-color: #cb0414;
}

.navitem, .navitem a {
	border: 1px solid #66f;
	position: relative;
	top: 5px;
	width: 25px;
	height: 20px;
	background-color: #fff3f3;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 8px;
	color: #66f;
}

a:hover {
	border: 1px solid #440128;
	background-color: #66f;
	color: #fff3f3;
}

#logintable {
	position: relative;
	width: 400px;
	height: 15px;
	float: right;
	text-align: right;
}

#logintable .textinput {
	width: 75px;
	height: 18px;
	margin-right: 8px;
}

#logintable #formsubmit {
	width: 30px;
	height: 20px;
	font-size: 8px;
}

#content {
	display: block;
	border: 1px solid #270010;
	width: 700px;
	min-height: 500px;
	padding: 15px 10px 15px 10px;
}

#logo {
	display: block;
	border: 2px solid #f00;
	width: 75px;
	height: 75px;
	text-align: center;
	float: left;
}

#footer {
	display: block;
	border: 1px solid #270010;
	width: 698px;
	background-color: #cb0414;
	font-size: 6pt;
}

#footnav {
	width: 698px;
	height: 27px;
	text-align: center;
	display: block;
	border-top: 2px solid #270010;
	border-bottom: 5px solid #440128;
	background-color: #ffddb0;
	margin-top: 5px;
}

.fnavitem, .fnavitem a {
	border: 1px solid #66f;
	position: relative;
	top: 5px;
	background-color: #fff3f3;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	color: #66f;
}

#footleft {
	float: left;
	margin-left: 15px;
}

#footright {
	float: right;
	margin-right: 15px;
}