body {
	font: 11pt verdana;
	background-color: #ebebeb;
	color: black;
	margin: 0;
	padding: 0;
}

#page {
	max-width: 43em;
	margin-left: auto;
	margin-right: auto;
	padding: 1.2em;
	background-color: white;
}

#header #logopanel img {
	max-width: 43em;
	display: block;
}

#header #logopanel {
	float: left;
}

#header #tagline {
	text-align: right;
	margin: 0.2em 0 0 0;
}

#header #nav {
	text-align: right;
	line-height: 30px;
}

#header #nav h1, #header #nav h2 {
	display: none;
}

#nav ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12pt;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 1.2em;
}

#nav ul a, #subnav ul a {
	color: #484848;
	text-decoration: none;
}

#nav ul a:hover, #subnav ul a:hover {
	border-bottom: 1px solid #0099ff;
}

#nav ul .sel, #subnav ul .sel {
	color: #0099ff;
}

#afterhdr {
	clear: both;
	height: 0.8em;
}

#subnav {
	margin-top: 2em;
	float: left;
	width: 12em;
}

#subnav h2 {
	color: black;
	font-size: 11pt;
}

#subnav ul {
	padding: 0;
	margin: 0;
	font-size: 11pt;
	font-weight: bold;
	list-style-type: none;
}

#subnav ul li {
	margin: 1em 0 0 0;
	padding-left: 20px;
	background: white url(../images/subnav_arrow.png) no-repeat left center;
}

#subnav ul li.sel {
	background: white url(../images/subnav_arrow_sel.png) no-repeat left center;
}

#main {
	margin-left: 12em;
}

#copy {
	text-align: right;
	font-size: 9pt;
	margin-top: 2em;
	color: #cccccc;
	clear: both;
}

h1 {
	font: 20pt arial;
	color: #0099ff;
	font-weight: normal;
	letter-spacing: 0.07em;
	margin-bottom: 0.8em;
}

h2 {
	color: #0099ff;
	font: 16pt arial;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin-bottom: 0.5em;
}

img {
	border: 0;
}

a {
	color: #484848;
}

a:hover {
	color: #0099ff;
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.fullwidth {
	width: 100%;
}

th, td {
	text-align: left;
	border-left: 1px solid #eeeeee;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

td {
	border-top: 1px solid #eeeeee;
}

td.firstcol, th.firstcol {
	padding-left: 0;
	border-left: 0;
}

input, select, textarea {
	font: 11pt verdana;
}

textarea {
	width: 99%;
	max-width: 99%;
}

form table td {
	border: 0;
	padding-left: 0;
}

form input.submit {
	margin-top: 0.35em;
	padding: 0.25em 0.5em 0.25em 0.5em;
	margin-right: 0.5em;
}

form input.submit.default {
	font-weight: bold;
}
