/* CSS Document */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
}

A,A:Hover {
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #DDF823;
}

.H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.topleft {
	background-color: #000000;
	background-image: url(./images/roundbacktopleft.gif);
	background-position: top left;
	/*background-attachment: fixed;*/
	height: 170;
}

.topright {
	background-color: #000000;
	background-image: url(./images/roundbacktopright.gif);
	background-position: top right;
	/*background-attachment: fixed;*/
	text-align: center;
	vertical-align: middle;
}

.nav {
	background-color: #000000;
	text-align: left;
}

.news {
  text-align: center;
  font-size: 25px;
  text-decoration: underline;
  color: #EFF741;
}

.center {
	background-color:#000000;
}

.centertable {
	background-color: #000000;
	text-align: left;
}

.states {
	background-color: #000000;
	background-image: url(./images/roundbackbottom.gif);
	background-position: bottom;
	font-weight: bold;
	text-align: center;
}

.footer {
	background-color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size: 14px;
}