@charset "UTF-8";
/* CSS Document */
body {
	margin: 10px;
	border: 1px solid #000;
	padding: 10px;
	line-height: 150%;
	background-color: #FFFFCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Futura, Helvetica, Arial, sans-serif;
}
	
dt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight: bold;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 5px;
}
h1 {
	font-style: oblique;
}
.siteWideLinks {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.simpleBox {
	margin: 10px;
	padding: 10px;
	border: medium groove #000000;
}
#summary {
	border: medium outset #CCCCCC;
	width: 600px;
	float: none;
}
#contents {
	width: 800px;
}
#contents #summary h1 {
	font-style: oblique;
	text-align: center;
}
#contents #summary {
	padding: 10px;
}
#contents #summary {
	margin: 10px;
}
#contents #summary {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#LeftSidebar {
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
}
#fullPage {
	width: 780px;
}
