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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #D7E8E8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	padding:0px;
	margin:0px;
	color:#00A5BE;
	line-height:56px;
	}
p {
	line-height:1.4;
	padding:0px;
	margin: 8px 0px 8px 0px;
	}
li {
	line-height:1.4;
	}
#menu {
	margin-top:30px;
	margin-left:15px;
	margin-bottom:20px;
	}
#menu ul, #menu li {
	margin:0px;
	display:inline;
	padding:0px;
	border:0px;
	list-style:none;
	}
#menu a {
	color:#000000;
	font-size:15px;
	margin-right:20px;
	text-decoration:none;
	background-image:url(interface/bluesqare.jpg);
	background-repeat:no-repeat;
	padding-left:11px;
	}
#menu a:hover {
	color:#00A5BE;
	background-image:url(interface/bluesqare_ovr.jpg);
	background-repeat:no-repeat;
	}
.container {
	background-image:url(interface/bg.jpg); background-repeat:repeat-y; width:875px; margin:auto; margin:auto;
	}
.footer {
	background-image:url(interface/footer.jpg); background-repeat:no-repeat; background-position:bottom left; padding-bottom:40px; 
	}
.header {
	background-image:url(interface/header.jpg); background-position:top left; background-repeat:no-repeat; padding-top:200px;
	}
.page {
	width:800px; padding:10px;
	}
#menu {
	height:30px;
	}
	
a:link {
	color: #00A5BE;
}
a:visited {
	color: #00A5BE;
}
a:hover {
	color: #76D3C0;
}
a:active {
	color: #00A5BE;
}
