@charset "UTF-8";
/* CSS Document */
a:hover{
	text-decoration: underline;
	color: #090909;
	}

.border {
	position: absolute;
	height: 600px;
	width: 1000px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
	top: 50%;
	bottom: auto;
//	border: 2px solid #CCCCCC;
	left: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.sitemaptext {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	


}
/*.site_text {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	width: 1000px;
	margin-left: -500px; 
	
}
*/