html {
	height: 100%;
}
body {
	min-height: 100.1%;
	margin-bottom: 1px;
    font-size: 85%;
    margin: 0 auto;
    padding: 0;
    font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
    color: #B7B7B7;
    background-color:#FFFFFF;
}
#container {
	height: 100%;
    width: 950px;
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
}
a:link, a:visited {
	color: #336699;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
}
h1 {
    color: #545454;
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 110%;
}
h1.red {
	color: #cc0000;
}
h1.issue {
	font-size: 2.2em;
}
h2 {
    font-size: 1.5em;
    font-weight: 600;
	 text-align: center;
	 margin: 0;
	 padding: 0;
}
h3 {
    color: #FFFFFF;
    margin: 0 10px 0 10px;
    padding: 0;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}
h4 {
	color: #cc0000;
   margin: 6px 0 0 0;
   padding: 0;
   font-size: 1em;
   font-weight: bold;
	line-height: 120%;
	text-transform: uppercase;
}

#footer {
	width: 940px;
   height: 21px;
   margin: 0 auto;
   padding: 0;
   background-color: #FFFFFF;
	clear: both;
	float: right;
	overflow: visible;
	z-index: 100;
}
#content {
   width: 950px;
   float: right;
	color: #545454;
   background-color: #FFFFFF;
	min-height: 600px;
}
#content p {
   margin-left: 0px;
   margin-right: 0px;
}
img {
	border: none;
   margin: 0;
   padding: 0;
}
.clear  {
   clear: both;
   margin: 0;
   padding: 0;
}
#subs {
	width: 200px;
	height: 20px;
	float: right;
	font-size: 1.3em;
	margin-top: 30px;
}
#main {
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 10px;
	width: 500px;
	float: left;
}
#editorial, #publishing {
	margin-left: 8px;
	margin-top: 10px;
	width: 200px;
	float: left;
}
#copy {
	width: 92%; 
	text-align: right;
	float: left;
}
#haylogo {
	width: 72px; 
	float: right;
}
#editorial a:link, #editorial a:visited {
    color: #545454;
	text-decoration: none;
}
#editorial a:active, #editorial a:hover {
	text-decoration: underline;
}
#editmail a:link, #editmail a:visited {
	color: #336699;
	text-decoration: none;
}
#subs a:link, #subs a:visited {
	color: #336699;
	text-decoration: none;
}