body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: black;
	background-color: white;
}

td {
	font-size: 12px;
	vertical-align: top;
}	

img {
	border: none;
	margin: 0;
	padding: 0;
}

a { color: blue;	text-decoration: underline; background-color: white; }
a:visited { color: darkblue; }
a:hover {  }

ul {
	list-style-image: url(images/listitem.gif);
	margin-top: 0;
}

li {
	margin: 2px 0;
}

#wrapper {
	width:750px;
	margin: 0 auto;
	text-align:left;
	position: relative;
	background-color: white;
}

#header {
	width: 100%;
	height:100px;
	margin: 0;
	color: white;
	background: royalblue url(images/header.jpg) top left no-repeat;
}

#header span { display: none; }

#subheader {
	width: 100%;
	height: 20px;
	color: white;
	background-color: darkblue;
}

#leftpane {
	width: 180px;
	position: absolute;
	left: 0;
	background-color: white;
}

#rightpane {
	width: 570px;
	margin-left: 180px;
	background-color: white;
	overflow: visible;
}

#footer {
	width: 100%;
	height: 20px;
	clear: both;
	margin-top: 20px;
	color: white;
	background-color: darkblue;;
	text-align: center;
}

h1, h2, h3 {
	color: darkblue;
	background-color: #def;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height:0.8em;
	padding: 0;
}

h1 span, h2 span, h3 span {
	background-color: white;
	padding: 0 8px;
	margin: 0 0 0 22px;
}

h1 {
	margin: 20px 0 16px 0;
	font-size: 250%;
	clear: both;
}

h2 {
	margin: 20px 0 16px 0;
	font-size: 200%;
	clear: both;
}

h3 {
	margin: 20px 0 16px 0;
	font-size: 150%;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
}

.datum {
	color: #888;;
	font-size: 0.8em;
}

.code {
	font-size: 0.8em;
	font-family: 'Courier', monospace;
	line-height: 1.6em;
	margin-left: +20px;
}

body#navdoc { background-color: white; }

#navframe {
	margin: 0;
	padding: 0;
	height: 500px;
	background-color: white;
}

div.navigation {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: white;
	overflow: visible;
}

.navigation h4 {
	text-transform: none;
	font-size: 120%;
	color: royalblue;
	background-color: white;
	padding: 4px;
	margin: 20px 20px 8px 0px;
	border: 1px dashed #aaa;
	border-width: 1px 0px;
}

.navigation a {
	display: block;
	margin-right: 20px;
	padding: 2px 0 2px 12px;
	color: #555;
	background-color: white;
	background: white url(images/navdoc.gif) top left no-repeat;
	text-decoration: none;
}

.navigation a:visited { color: #555; }
.navigation a:hover { color: black; background-color: #def; text-decoration: none; }

#subheader span {
	display: block;
	padding-top: 2px;
	margin-left:180px;
	font-weight: bold;
	color: white;
	background-color: transparent;
}

#subheader a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: transparent;
}
#subhaeder a:visited { }
#subheader a:hover { text-decoration: underline; }

div.clearer {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 1px;
	overflow: hidden;
}


