body {
	background-color: white;
	text-align: center;
}
img {
	border: none;
}
.invisible {
	display: none;
}
div.south {
	clear: both;
}
div.west {
	clear: left;
}
img.liame {
	position: relative;
	top: 2px;
}
a.liame {
	display: none;
}

div#canvas {
	width: 800px;
	margin-left: auto; margin-right: auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}
div#topLogo {
	background-image: url(topStripe.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}
div#topLogo h1 {
	margin: 0;
	font-size: 0;
	text-align: right;
}

div#topBox {
	background-image: url(menuStripe.gif);
}
div#topBox div.menuBox {
	background-image: url(menuStart.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
div#topBox ul.menu {
	float: right;
	margin: 0; padding: 0;
	list-style: none;
	font-size: 7pt;
}
div#topBox ul.menu li {
	float: left; height: 15px;
	padding-left: 8px; padding-right: 7px;
	background-image: url(pipeBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
div#topBox ul.menu li.first {
	background-image: none;
}
div#topBox ul.menu li a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
div#topBox ul.menu li a.selected, div#topBox ul.menu li a:hover {
	text-decoration: underline;
}

div#topStrap {
	padding-bottom: 3px;
	padding-left: 20px;
	font-size : 7pt;
	font-weight: bold;
	color: #3d5682;
}

div#depthBox {
	margin-left: 199px;
}
div#depthBox ul.menu {
	float: left; width: 100%;
	margin: 0; padding: 0;
	list-style: none;
	font-size: 7pt;
	background-color: #f8f7fc;
	border-left: 1px solid #cdd5e8;
}
div#depthBox ul.menu li {
	float: left; height: 15px;
	padding-left: 13px;
	white-space: nowrap;
	background-image: url(dottedRight.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}
div#depthBox ul.menu li.first {
	padding-left: 4px;
	background-image: none;
}
div#depthBox ul.menu li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #3d5682;
}
div#depthBox ul.menu li a:hover {
	text-decoration: underline;
}

div#baseBox {
	float: left; width: 100%;
	background-image: url(sideBg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #cdd5e8;
}

div#sideBox {
	float: left; width: 200px;
}
div#sideBox div.menuBox {
	padding: 5px;
}
div#sideBox div.menuBox h2 {
	position: relative; top: -13px;
	margin: 0; padding: .1em 5px .2em 5px;
	font-size: 9pt;
	text-align: center;
	background-color: white;
	color: #813d3d;
	border: 1px solid #cdd5e8;
}
div#sideBox dl.menu {
	margin: 0; padding: 0;
	min-height: 28em;
	list-style: none;
}
div#sideBox dl.menu dt, div#sideBox dl.menu dd {
	margin: 0; padding-left: 5px; padding-right: 5px;
}
div#sideBox dl.menu dt.lone, div#sideBox dl.menu dd {
	padding-bottom: 4px;
	background-image: url(dotted.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
div#sideBox dl.menu dt.last, div#sideBox dl.menu dd.last {
	background: none;
}
div#sideBox dl.menu dt {
	padding-top: 4px;
	font-size: 9pt;
}
div#sideBox dl.menu dt a {
	display: block; width: 173px;
	padding-right: 7px;
	font-weight: bold;
	color: #3d5682;
	text-decoration: none;
	background-image: url(vinousAngle.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
div#sideBox dl.menu dt a.selected, div#sideBox dl.menu dt a:hover {
	color: #813d3d;
}
div#sideBox dl.menu dd {
	font-size: 7pt;
	color: #3d5682;
}

div#sideBox dl.menu dt, div#sideBox dl.menu dd {
	padding-right: 0px;
}
div#sideBox dl.menu dd dl.subMenu dt {
	font-size: 8pt;
}
div#sideBox dl.menu dd dl.subMenu dt a {
	width: 168px;
}

div#sideBox div.note {
	margin: 3em 5px 1em 5px;
	font-size: 8pt;
}
div#sideBox div.note h2 {
	margin: 0; padding: 0 5px 2px 5px;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	background-color: #9fb0cf;
	color: #273f69;
	border-top: 1px solid #9fb0cf;
}
div#sideBox div.note ul {
	margin: 0; padding: 0;
	list-style: none;
	background-color: white;
	border-bottom: 1px solid #9fb0cf;
}
div#sideBox div.note ul li {
	padding: .3em .5em;
}
div#sideBox div.note ul li a {
	color: #3d5682;
	text-decoration: none;
}
div#sideBox div.note ul li a:hover {
	text-decoration: underline;
}

div#pageBox {
	float: left; width: 594px;
	padding: 0 0 6px 6px;
}

div#pageBox h1.page {
	margin: 0; padding: .5em 0;
	font-size: 11pt;
	text-align: center;
	color: #3d5682;
}

div#counters {
	clear: both; height: 36px;
	padding-top: .3em;
	text-align: right;
	border-top: 1px solid #cdd5e8;
}

div#copyright {
	font-size : 8pt;
	color: #3d5682;
	text-align: center;
}
