body {
	background-color: #808080;
	background-image: url(images/tile_background_test3.png);
	background-repeat: repeat-x;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 165%;
}

div#canvas {
	width: 800px;
	border: 1px solid black;
	margin: 10px auto auto auto;
	background: white;
	padding: 0;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	padding-top: 64px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

div#body {
	min-height: 800px;
}

img {
	border: none;
	overflow: hidden;
}

form {
	font-size: 80%;
	font-family: Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 150%;
	line-height: 150%;
}

h2 {
	font-size: 125%;
	line-height: 125%;
	margin-top: 5ex;
}

h3 {
	font-size: 110%;
	line-height: 110%;
	margin-top: 3ex;
	font-weight: bold;
}

div#toc {
	float: left;
	width: 250px;
}

div#main {
	max-width: 800px;
	padding: 4px 20px 20px 290px;
}

ul.toc {
	list-style-type: none;
}

ul.toc li {
	  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

ul.toc li a {
	text-decoration: none;
	display: block;
	padding-top: 0.5ex;
	padding-right: 1em;
	padding-bottom: 0.5ex;
	padding-left: 1em;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	color: black;
}

ul.toc a:hover {
	text-decoration: underline;
}

ul.toc > li {
	margin-bottom: 1.5ex;
}

ul.toc ul {
	list-style-type: none;
}

div.question p {
	cursor: pointer;
	color: blue;
}

div.answer {
	display: none;
	padding-left: 2em;
	padding-bottom: 3ex;
}

p.answer {
	padding-left: 3em;
	margin: 0;
	padding-bottom: 3ex;
}


div.announcement {
	border: 2px solid #0b0;
	color: #0a0;
	padding: 0.5ex 1em;
	margin: 2ex auto;
	font-size: 100%;
	background: #fcfffc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div.announcement h1 {
	font-size: 150%;
	text-align: center;
}

div.announcement p {
	text-align: justify;
}

div.announcement > p > a, div.announcement > p > a:visited {
	color: #0b0;
}

div.announcement_red {
	border: 2px solid #b00;
	color: #a00;
	padding: 0.5ex 1em;
	margin: 2ex auto;
	font-size: 100%;
	background: #fff0f0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div.announcement_red h1 {
	font-size: 150%;
	text-align: center;
}

div.announcement_red p {
	text-align: justify;
}

table.members th, table.members td {
	text-align: left;
	vertical-align: top;
	padding: 0.5ex 1em;
	background: #eee;
}

table.schedule td {
	padding: 1ex 1em;
}

div#footer {
	clear: both;
}

div#footer p {
	margin: 0;
	padding: 0;
	font-size: 75%;
	color: #222;
}

p.sms {
	margin-top: 3ex;
	font-family: consolas, courier-new, courier, monospace;
	line-height: 150%;
	font-weight: bold; border: 1px solid #AAA;
	padding: 1ex 1em;
	color: #AAA;
}

p.sms span.highlight {
	color: darkred;
}

ul.links > li {
	margin-bottom: 3ex;
	list-style: square;
}

ul.links > li li {
	margin-bottom: 1ex;
	list-style: square;
}

ul.links {
	padding-left: 1.5em;
}

ul.links ul {
	padding-top: 1ex;
	padding-left: 2em;
}

table.schedule ul {
	margin-left: 0;
	padding-left: 1em;
}
