body {
	background-color: #C9D8EF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h1 {
	color: #EC8A25;
}
h2 {
	color: #5B87C6;
}
body,td,th {
	font-family: Trebuchet MS;
}
h3,h4,h5,h6 {
	color: #5B87C6;
	font-size: 18px;
}
.green {
	color: #5AC75E;
	font-weight: bold;
}
#menu a {
	font:12px Verdana;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:20px;
	display:block;
	text-align: center;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	}
	
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.copyright {
	font-size: 10px;
}
.left { float:left}
.right { float:right}
