/* @group Standard */

head {
	display: none
}

body {
	margin: 8px;
	font: .9em/1.4em "Calisto MT", "Gill Sans", Lucida, Verdana, sans-serif;
}

html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre {
	display: block
}



/* @end */

/* @group Tables */

table {
	display: table
}

tr {
	display: table-row
}

thead {
	display: table-header-group
}

tbody {
	display: table-row-group
}

tfoot {
	display: table-footer-group
}

col {
	display: table-column
}

colgroup {
	display: table-column-group
}

td, th {
	display: table-cell
}

th {
	font-weight: bolder;
	text-align: center
}

table {
	border-spacing: 2px;
}

thead, tbody, tfoot {
	vertical-align: middle
}

td, th, tr {
	vertical-align: inherit
}



/* @end */

/* @group Headings */

h1 {
	margin: .67em 0;
	font: normal normal 2em "Cooper Black";
}

h2 {
	margin: .75em 0;
	font: normal normal 1.5em "Cooper Black";
}

h3 {
	margin: .83em 0;
	font: normal normal 1.17em "Cooper Black";
}

h5 {
	font-size: .83em;
	margin: 1.5em 0;
	font-weight: normal;
	font-style: normal;
}

h6 {
	font-size: .75em;
	margin: 1.67em 0;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group Lists */

ol, ul, dir, menu, dd {
	margin-left: 40px
}

ol {
	list-style-type: decimal
}

ol ul, ul ol, ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0
}

li {
	display: list-item
}

u, ins {
	text-decoration: underline
}

ul, ol, dl {
		page-break-before: avoid
	}

ul.pagelinks {
	list-style-type: none;
	margin: 15px 0 0;
	padding: 0;
	font-family: Calibri;
}

ul.pagelinks a, ul.pagelinks:visited {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	margin: 1px;
}

ul.pagelinks a:hover {
	display: block;
	text-decoration: none;
	color: #c86613;
	background-color: #eee;
}

ul.pagelinks a:active {
	color: #ffffff;
	background-color: #c86613;
}

ul.pagelinks .selected a, ul.pagelinks .selected a:visited {
	display: block;
	text-decoration: none;
	color: #fffeff;
	background-color: #8697b2;
	font-weight: bold;
}



/* @end */

/* @group Other */

hr {
	border: 1px inset
}

br:before {
	content: "\A";
	white-space: pre-line
}

h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu {
	margin: 1.12em 0
}

img {
	border-width: 0;
}



/* @end */

@media print {

	h1 {
		page-break-before: always
	}

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid
	}
}

/* @group Font Styles */

pre, tt, code, kbd, samp {
	font-family: monospace
}

caption {
	display: table-caption;
	text-align: center
}

b, strong {
	font-weight: bolder
}

big {
	font-size: 1.17em
}

small, sub, sup {
	font-size: .83em
}

sub {
	vertical-align: sub
}

sup {
	vertical-align: super
}

s, strike, del {
	text-decoration: line-through
}

pre {
	white-space: pre
}

blockquote {
	margin-left: 40px;
	margin-right: 40px
}

center {
	text-align: center
}

i, cite, em, var, address {
	font-style: italic
}

.daft {
	margin: 8px;
	font-family: Casual, "Charcoal CY", "Comic Sans MS", "Cooper Black", "Gill Sans", "Lucida Grande", "Marker Felt", Zapfino;
}

.onmypc {
	font-family: Calibri, "Calisto MT", "Comic Sans MS", "Cooper Black", "Gill Sans";
}



/* @end */

/* @group Forms */

button, textarea, input, select {
	display: inline-block
}

label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

input, select {
	margin-top: 5px;
	margin-bottom: 5px;
}



/* @end */

/* @group Links */

:link, :visited {
	text-decoration: underline;
	color: #c86613;
}

:focus {
	outline: thin dotted invert
}

h3 a, h3 a:visited, h3 a:link {
	text-decoration: none;
}



/* @end */

/* @group Page Layout */

.ninesixty {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.leftcolumn {
	width: 650px;
}

.rightcolumn {
	width: 250px;
}

.leftcolumn p img {
	margin-bottom: 15px;
}



/* @end */

/* @group Padding */

.standard {
	padding-right: 15px;
	padding-left: 15px;
}



/* @end */