@charset "utf-8";
/* CSS Document */

a {
	color: grey;
	text-decoration: none;
}

#centercon {
  	margin: 0 auto;
  	width: 800px;
  	text-align: left;
}

#grad {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(blue, #00A859); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(blue, #00A859); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(blue, #00A859); /* For Firefox 3.6 to 15 */
    background: linear-gradient(blue, #00A859); /* Standard syntax */
	height:36px;
} 

.topnav {
	padding-left: 8px;
	font-size:18px; 
	font-weight:normal; 
	font-style:normal; 
	font-family:"Tahoma", "Geneva", Arial, sans-serif;
	color: #ffffff;
}

body {
	font-family: "Eras ITC", "Eras Light ITC",  sans-serif ;
	font-size: 16px;
	color: #000000;
}

.slogan {
	font-family: "Eras ITC", "Eras Light ITC",  sans-serif ;
	font-size: 36px;	
}

.topnav {
	font-family: "Eras ITC", "Eras Light ITC",  sans-serif ;
	font-size: 18px;	
}



