
html, body, #main {
	height: 100%;
	}
body, td {
	font: 10pt normal "Verdana", "Arial", sans-serif;
	}

body {
	background: #ccc;
	margin: 0;
	padding: 0;
	text-align: center;
	}

p#tocontent {
	display: none;
	}
#main {
	width: 986px;
	margin: 0 auto;
	text-align: left;
	}
h1 {
	height: 116px;
	width: 986px;
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	background: url(/img/logo.png) right bottom no-repeat #ccc;
	font-size: 200%;
	z-index: 1;
	}
h1 a {
	display: block;
	color: #fff;
	width: 736px;
	height: 84px;
	background: #369;
	margin-top: 16px;
	text-align: center;
	padding-top: 16px;
	text-decoration: none;
	}
h1 q {
	display: block;
	font-size: 65%;
	}
h1 q:before, h1 q:after {
	content: "";
	}
#topmenu {
	background: #09c;
	list-style: none;
	position: fixed;
	top: 116px;
	margin: 0;
	padding: 0;
	width: 986px;
	z-index: 1;
	}
#topmenu li {
	display: inline;
	margin: 0 0 0 10ex;
	}
#topmenu li.first {
	margin-left: 132px;
	}
#topmenu a, #mainmenu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
#mainmenu {
	position: fixed;
	height: 100%;
	background: #369;
	top: 0;
	margin: 0;
	padding: 0;
	width: 132px;
	list-style: none;
	}
#mainmenu li {
	margin: 1em 0;
	padding: 0 1ex;
	}
#mainmenu li.first {
	margin-top: 148px;
	}
#topmenu a:hover, #mainmenu a:hover {
	color: #ccc;
	}
#content {
	min-height: 100%;
	background: #fff;
	color: #369;
	}
#content .inner {
	padding: 132px 260px 8em 148px;
	}
#content a {
	color: #069;
	font-weight: bold;
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}
#footer {
	background: #ccc;
	position: fixed;
	z-index: 1;
	bottom: 0;
	width: 986px;
	}
#footer div {
	background: #09c;
	margin-bottom: 16px;
	}
#footer div address {
	background: #369;
	margin: 0 0 0 132px;
	padding: .2em 0 .2em 600px;
	color: #fff;
	font-style: normal;
	white-space: pre;
	}
#footer a {
	color: #fff;
	}
h2 {
	font-size: 120%;
	font-weight: bold;
	}
h3 {
	font-size: 110%;
	font-weight: bold;
	}
h4 {
	font-size: 100%;
	font-weight: bold;
	}
span.shy:before {
	content: " ";
	float: right;
	font-size: 0;
	font-size: 0px;
	}

ul {
	list-style: square;
	}
li small {
	display: block;
	}
#content li img {
	float: right;
	margin-right: -252px;
	}

