@charset "utf-8";
.tilebackimage {
	background-image: url(../images/tile_backimage.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tilebackimage2 {
	background-image: url(../images/tile_backimage2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tile_footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.dotshome {
	background-image: url(../images/dots_vert.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.tile_topnav {
	background-image: url(../images/topnav_backimage.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.topnavtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.newstitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
	text-decoration: none;
}
.flashbackimage {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* nav hover state */
a.nav {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
    text-decoration: none;
	}

a.nav:link  {
    color: #000;
    text-decoration: none;
	}

a.nav:visited  {
    	color:#000;
    	text-decoration: none
	}

a.nav:active  {
    color: #000;
    text-decoration: none
}

a.nav:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #003366;
    text-decoration: underline;
 	background-color: none;
}

.blackboarder1 {
	border: 1px solid #000;
}

