﻿body {
font-family: nice, Arial;
}
div.top {
background-image: url('topBG.png');
background-repeat: repeat-x;
min-width: 1044;

}
div.button {
min-width: 98px;
height: 10px;
margin: 5px 5px 10px 5px;
padding: 6px 5px 12px 5px;
float: left;
text-align: center;
cursor: pointer;
text-decoration: none;
font-size: 14px;
}

div.button:hover {
min-width: 98px;
height: 10px;
margin: 5px 5px 10px 5px;
padding: 6px 5px 12px 5px;
float: left;
text-align: center;
cursor: pointer;
text-decoration: none;
font-size: 14px;
}

a.button:visited {
color: #ffffff;
text-decoration: none;
}

div.border {
margin: 7px;
}

div.newsHeader {
text-size: 40px;
height: 20px;
text-align: left;
text-align: center;
font-weight: bold;
padding: 12px 0px 6px 0px;
}
