@charset "utf-8";
/* CSS Document */

a {color: #666666; text-decoration:none;}
a:visited {color:#666666; text-decoration:none;}
a:hover {color: #444444; text-decoration:underline;}
a:active { color:#666666; text-decoration:none;}

body {
	background-color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 14px;
	background-image:url(STEW_logo_repeat.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat-x;
}

.header {
	background-image: url(STEW_logo.JPG);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 100%;
	border-right-width: 100%;
	border-bottom-width: 100%;
	border-left-width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 250px;
}

body p {
	font-family: Calibri, Arial;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.menu {	font-family: Calibri, Arial;
	text-align:center;
	font-weight: bold;
	
}

.heading {	font-family: Calibri, Arial;
	text-align:left;
	font-weight: bold;
	font-size: 20px;
	
}