body {
	font-family: "Open Sans", sans-serif; 
	font-size : 10pt;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 13pt;
}
header {
	position: relative;
	width: 760px;
	height: 100px;
	margin: auto;
}
header #menubar {
	background-color: #003399;
	width: 100%;
	height: 17px;
	position: absolute;
	top: 55px;
	right: 0;
	z-index: -1;
}
th {
	text-align: left;
	width: 180px;
	padding-right: 20px;
}
#main {
	width: 1000px;
	margin: auto;
	padding-bottom: 30px;
}
footer {
	height: 60px;
	padding-top: 10px;
	width: 760px;
	margin: auto;
	text-align: center;
}
li {
	padding-bottom: 5px;
}

.candystrip {
	background-color: #F7F7F7;
}