body {text-align: center;}

a {text-decoration: none;
   color: #000000;}
A:hover {text-decoration: underline;}

.header {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	}
.footer {
	margin-top: 30px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border-top:medium solid #808080;
	clear:both;
}
IMG {
    border: 0;
    text-decoration: none;
    }

img.headimg {
    float:left;
    position:relative;
    left: -3px; //hack to fix some IE6 weirdness
}
.headertop {
	   padding-bottom: .2em;
	   margin-bottom: .2em;
	   border-bottom: medium solid #808080;
	   }
.alignright {
	    text-align: right;}
.alignleft {
	    text-align: left;}

.content {
	min-height:200px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear:both;
}
.content li{
	margin-bottom:10px;
}
.text{
	width:400px;
}
.attribution{
font-size:0.7em;
margin-bottom:10px;
}
.attribution a:link, .attribution a:visited{
color:#7b8c84;
}

.red{
color:red;
}
.invisible{
    display:none;
}