body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 5px;;
}

body {
	background-image: url(/images/headerbg.png);
	background-color:#FFF;
	background-repeat: repeat-x;
	height: 825px;

}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #333;
}

#current {
	text-decoration: underline;
}

#header {
	width: 790px;
	height: 160px;
	margin-top: -10px;
	padding-left: 15px;
}

#logo {
	margin-top: 20px;
	#margin-top: 20px;
}

.navbar {
	background-image:url(/images/navbg.jpg);
	background-repeat:no-repeat;
	position: relative;
	width: 363px;
	height: 49px;
	float:right;
	top: -28px;
	right: 5px;
}

.navbar ul {
	list-style-type:none;
	#width: 370px;
	margin-left: 15px;
	#margin-left: 4px;
	float: left;
	text-align:center;
	margin-top: 4px;
}

.navbar li {
	display: inline;
	margin-right: 17px;
	margin-left: 4px;
	text-align:center;
}

#contactfooter {
	background-image: url(/images/footerbg.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 39px;
	padding-top: 12px;
	top: -10px;
}