html, body{min-height:100.1%;}

body {
	width: 731px;
	margin-top: 0px;
	font-size: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size: 0.7em;
}

#nav {
	width: 731px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background-color: Red;
	font-size: 0.7em;
	border-left: 1px solid Red;
	border-right: 1px solid Red;
	border-bottom: 1px solid Red;
	border-top: 1px solid Red;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#issue {
	width: 731px;
	border-left: 1px solid Red;
	border-right: 1px solid Red;
	border-bottom: 1px solid Red;
	background-image:  url("images/bg.gif");
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li { 
	display: inline; 
}

#nav ul li a {
	text-decoration: none;
	color: #fff;
	background-color: Red;
	padding: 6px 6px;
}

#nav ul li a:hover {
	color: Red;
	background-color: White;
}
	
form {
	margin-bottom: 0px;
}

.issuenum {
	margin-left: 5px;
	margin-top: 6px;
	margin-bottom: 4px;
	}

.button {
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 4px;
}

.formsearch {
	margin-right: 5px;
	margin-top: 6px;
	margin-bottom: 4px;

}

.buttonsearch {
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 4px;

}

.searchtext {
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	padding-bottom: 5px;
	}

#right {
	float: right;
	margin-right: 5px;
}

#right2 {
	float: right;
	margin-right: 65px;
	margin-top: 10px;
	font-size: 0.7em;
}

a {
	color: Red;
	text-decoration: none;
}

#main {
	background-color: White;
	width: 731px;
	border-left: 1px solid Red;
	border-right: 1px solid Red;
	border-bottom: 1px solid Red;
	border-top: 1px solid Red;
	text-align: left;
	overflow:auto;
	}
	
#main P {
	margin-left: 10px;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 0.9em;
	line-height: 1.6em;
}

#main blockquote {
	font-size: 0.8em;
}

#main H1 {
	margin-left: 10px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
	font-size: 1.1em;
}

#main H2 {
	margin-left: 10px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
	font-size: 1em;
}

#main H3 {
	margin-left: 10px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
	font-size: 0.9em;
}

#main H4 {
	margin-left: 10px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
	font-size: 0.8em;
}

#main H5 {
	margin-left: 10px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
	font-size: 0.6em;
}

#footernav {
	width: 731px;
	border-left: 1px solid Red;
	border-right: 1px solid Red;
	list-style-type: none;
	border-bottom: 1px solid Red;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/bg.gif);
	font-size: 0.6em;
	padding-bottom: 5px;
	padding-top: 5px;
}

#footernav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footernav ul li { 
	display: inline; 
}

#footernav ul li a {
	text-decoration: none;
	color: Red;
	padding: 6px 6px;
}

#footer2 {
	width: 731px;
	text-align: center;
	font-size: 0.6em;
	color: #716F64;
	padding-top: 10px;
	padding-bottom: 10px;
}
hr {
	width: 500px;
	color: #FF0000;
	height: 1px;
	margin-left: 115px;
}
#contents P{
	font-size: 0.8em;
	margin-left: 10px;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 13px;
	line-height: 1.2em;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.hilite {
	background-color: #FF4A4A;
}
