* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	background: #f0f0f0;
	color: black;
}
#main {
	max-width: 800pt;
	margin-left: auto;
	margin-right: auto;
	background: white;
	color: black;
}
#content {
	padding: 1em 1.5em;
}


h1, h2, h3, h4, h5, h6 {
	margin: 14pt 0pt;
	font-family: Futura, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 22pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
h6 {
	font-size: 10pt;
}


p, pre, ul, ol, table, blockquote {
	margin: 12pt 0pt;
}
pre, code, kbd, samp, tt {
	font-family: Courier, monospace;
	font-size: 10pt;
}
ul.simple {
	list-style-type: none;
}
li {
	margin: 4pt 0pt;
	margin-left: 2em;
}
ul.simple li {
	margin-left: 0;
}
th, td {
	padding: 1pt 12pt 1pt 0pt;
	text-align: left;
}
table.unpadded th,
table.unpadded td {
	padding: 2px;
	text-align: left;
}
blockquote {
	padding-left: 4em;
	padding-right: 6em;
}
dl {
	margin: 12pt 0pt 16pt 0pt;
}
dt {
	padding-left: 2em;
	padding-right: 3em;
	font-weight: bold;
	margin: 4pt 0pt;
}
dd {
	padding-left: 4em;
	padding-right: 6em;
	margin: 4pt 0pt 8pt 0pt;
}


a:link {
	color: #9900cc;
	text-decoration: none;
}
a:visited {
	color: #cc00ff;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	color: #ff00ff;
	text-decoration: underline;
}


input[type=text],
input[type=password],
input[type=email],
input[type=url] {
	padding: 3px;
	width: 200px;
}
input[type=date],
input[type=time] {
	padding: 1px;
	width: 120px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
input[type=datetime],
input[type=datetime-local] {
	padding: 1px;
	width: 180px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
input[type=number] {
	padding: 3px;
	width: 116px;
}
input[type=checkbox],
input[type=radio] {
	position: relative;
	top: -1px;
}
textarea {
	padding: 3px;
	width: 300px;
	height: 60px;
}
button, input[type=submit] {
	border: solid 3px gray;
	-webkit-border-image: url(button.png) 3 3 fill;
	-moz-border-image: url(button.png) 3 3 fill;
	-o-border-image: url(button.png) 3 3 fill;
	border-image: url(button.png) 3 3 fill;
	padding: 1px 4px;
	font-family: "Gill Sans", Futura, Helvetica, sans-serif;
	font-size: 10pt;
	text-shadow: 1px 1px #fff;
}
button:active, input[type=submit]:active {
	-webkit-border-image: url(button-active.png) 3 3 fill;
	-moz-border-image: url(button-active.png) 3 3 fill;
	-o-border-image: url(button-active.png) 3 3 fill;
	border-image: url(button-active.png) 3 3 fill;
	text-shadow: 1px 1px #ddd;
}
select {
	background: #f8f8f8;
	padding: 4px 8px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	height: 24px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}


.readme {
	border: solid 1px #ccccff;
	padding: 1em;
	background: #eeeeff;
}
.iconpanel {
	margin: 12pt;
}
.icon {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin: 8px 0px;
}
.icon, .iconimage, .iconlabel {
	text-align: center;
	font-size: 9pt;
	line-height: 11pt;
}
.icon img {
	border: solid 3px #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
}
.icon:hover img {
	border: solid 3px #cccccc;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #cccccc;
}
.icon .iconlabel {
	border: solid 2px #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	color: black;
}
.icon:hover .iconlabel {
	border: solid 2px #9966cc;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #9966cc;
	color: white;
}
.icon a, .icon a:link, .icon a:visited, .icon a:active, .icon a:hover,
a.icon, a.icon:link, a.icon:visited, a.icon:active, a.icon:hover {
	color: inherit;
	text-decoration: none;
}
.icon .ziplink {
	font-family: "FreeSerif", "Apple Symbols", "Segoe UI Symbol", "Cambria", sans-serif;
}


#header * {
	margin: 0;
	padding: 0;
}
#header {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: groove 2px #dddddd;
	font-family: "Gill Sans", Futura, Helvetica, sans-serif;
	font-size: 13pt;
}
#header .navlink {
	display: table-cell;
	vertical-align: middle;
	padding: 4px;
	min-width: 16.66%;
	width: 16.66%;
	max-width: 16.66%;
	border-left: groove 2px #dddddd;
	text-align: center;
}
#header #navhome {
	min-width: 240px;
	width: 240px;
	max-width: 240px;
	border-left: solid 0px white;
}
#header #navhome img {
	border: solid 0px white;
	position: relative;
	top: 3pt;
}
#header .navlink:link {
	background: white;
	color: #666666;
	text-decoration: none;
}
#header .navlink:visited {
	background: white;
	color: #666666;
	text-decoration: none;
}
#header .navlink:active {
	background: #ffeeee;
	color: black;
	text-decoration: none;
}
#header .navlink:hover {
	background: #eeddff;
	color: black;
	text-decoration: none;
}


#footer * {
	margin: 0;
	padding: 0;
}
#footer {
	border-top: groove 2px #dddddd;
	padding: 12pt 0pt;
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
#footer p {
	margin: 6pt 0pt;
	text-align: center;
}
#footer #copyright {
	max-width: 320pt;
	margin-left: auto;
	margin-right: auto;
}