body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: x-small;
	background: #ddd;
	color: #000;
	text-align: center;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
}
/* dummy rule for IE5 cause of voice-family hack */
.dummy {}
img { border: 0; }
#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	background: #fff;
}
#banner {
	width: 800px;
	height: 75px;
	background: url(/images/banner-bg.jpg) no-repeat;
}
#banner img {
	float: left;
	width: 253px;
}
#banner .nav {
	float: right;
}
#banner ul {
	margin: 45px 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	color: #fff;
		text-align: right;
}
#banner li {
	float: left;
	padding: 0 .5em 0 .5em;
	border-right: 1px solid #fff;
}
#banner li.last { border-right: none; }
#banner a {
	text-decoration: none;
	color: #fff;
}
#banner a:hover { text-decoration: underline; }
#content {
	clear: left;
	width: 100%;
	min-height: 400px;
	margin: 4px 0;
	text-align: left;
	background: #fff;
}
#content .pod {
	float: left;
	min-height: 260px;
	width: 203px;
	margin: 5px 0 0 37px;
	border: 1px solid #c6c6c6;
}
* html #content .pod { height: 260px; }

#content .pod p img { float: right; }
#content h1 {
	margin: 0;
	color: #606;
	font-size: 150%;
}
#content h2 {
	margin: 0 0 0 .5em;
	padding: 0;
	color: #606;
}
#content p {
	margin: 0;
	padding: 1em;
}
#content .nav {
	float: left;
	width: 250px;
}

#content .nav .graphic {
	margin: 1em 0 0 20px;
}
#content #page {	
	float: right;
	width: 530px;
}
#content #page p {
	margin: 0 1em 0 0;
	padding: 1em 0 1em 0;
}
#content #page ul.split {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}
#content #page ul.split li {
	float: left;
	width: 50%;
}
#content #page p strong { color: #066; }
.moduletable_menu {
	width: 205px;
	margin-left: 20px;
	color: #fff;
	background: url(/images/leftnav-bg.gif) bottom repeat-y;
}
.moduletable_menu ul {
	width: 205px;
	margin: 0;
	padding: 1em 0 1em 0;
	background: url(/images/leftnav-top.gif) top no-repeat;
	list-style: none;
}
.moduletable_menu li {
	color: #fff;
	margin: 0 0 0 2em;
	line-height: 2em;
	background: url(/images/leftnav-arrow.gif) left no-repeat;
	border-bottom: 1px solid #fff;
}
.moduletable_menu a {
	display: block;
	margin: 0 0 0 1em;
	color: #fff;
	text-decoration: none;
}
.moduletable_menu a:hover {
	color: #606;
}
#footer {
	clear: both;
	width: 98%;
	margin: 0 0 0 2%;
	text-align: left;
	min-height: 1em;
	background: #fff;
}

