body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}

#Body-Table {
	width: 100%;
	height: 100%;
}

#Main-Body {
	background-image: url(/graphics/background);
	width: 800px;
}

#Left-Margin, #Right-Margin {
	background-color: #039;
	background-image: url(/graphics/stripes);
	background-repeat: repeat-y;
}

#Left-Margin {
	background-position: right;
}

#Body-Block {
	width: 702px;
	height: 502px;
	background-image: url(/graphics/body-block);
	margin-left: auto;
	margin-right: auto;
}

h1 {
	width: 601px;
	height: 80px;
	text-indent: -10000px;
	margin: 0 auto 30px auto;
	padding-top: 40px;
	background-image: url(/graphics/title);
	background-position: bottom;
	background-repeat: no-repeat;
}

h2 {
	width: 698px;
	height: 24px;
	text-align: center;
	margin: 0 2px 0 2px;
	background-image: url(/graphics/header);
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 17px;
}

li {
	list-style-image: url(/graphics/lemon-bullet-off);
	color: #666;
	margin: 6px 0 6px 0;
	font-size: 10pt;
}

li:hover {
	list-style-image: url(/graphics/lemon-bullet-on);
}

li a {
	text-decoration: none;
	color: #000;
}

li:hover a {
	text-decoration: underline;
}

p {
	margin: 10px 16px 10px 16px;
	font-size: 8pt;
}

a {
	color: #666;
}
