@charset "utf-8";

/* CSS for print */

/* General Rules
--------------------------------------------------*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	text-align: center;
	}

a img {
	border: 0;
	}

/* Layout Rules
--------------------------------------------------*/
div#wrapper {
	margin: auto;
	}

div#sidebar {
	border-bottom: 1px solid #b1b0a1;
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
	}

div#sidebar h1 {
	margin: 1em 0 0 0;
	padding: 0;
	}

div#content_wrapper {
	text-align: left;
	}

div#content_wrapper a {
	text-decoration: underline;
	color: #cc0000;
	}

/*
div#content_wrapper a:after {
	content: " (http://www.halfmoon.com/" attr( href ) ")";
	font-style: italic;
	}
*/

div.inset {
	float: right;
	width: 24em;
	margin: 0 0 0 3em;
	}

div.inset blockquote {
	margin: 0;
	padding: 0;
	}

div.inset blockquote h3 {
	margin: 0.75em 0 0 0;
	padding: 0;
	font-size: 9pt;
	font-weight: bold;
	line-height: 14pt;
	}

div.inset blockquote p {
	margin: 0.3em 0;
	padding: 0;
	font-size: 9pt;
	line-height: 14pt;
	}

div#content_wrapper h2 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 16pt;
	font-weight: normal;
	}

div#content_wrapper h2 em {
	font-style: normal;
	}

div#content h3 {
	margin: 1.75em 0 0.25em 0;
	padding: 0;
	font-size: 13pt;
	font-weight: normal;
	}

div#content p {
	margin: 0 0 1.5em 0.5em;
	font-size: 9pt;
	line-height: 17pt;
	}

div#content ul, div#content dl {
	font-size: 9pt;
	line-height: 17pt;
	}

div#content table {
	font-size: 9pt;
	}

div#content table col.first_col {
	text-align: right;
	}

div#content table th, div#content table td {
	vertical-align: top;
	padding-right: 10pt;
	}

div#content dl dt {
	font-size: 1.2em;
	font-weight: bold;
	}

div#content dl dd {
	margin-bottom: 1.5em;
	}

div#wrapper address {
	clear: both;
	page-break-before: avoid;
	border-top: 1px solid #b1b0a1;
	margin: 0;
	padding: 1em 0 0 0;
	font-size: 8pt;
	font-style: normal;
	}

div#wrapper address a {
	text-decoration: none;
	color: #b1b0a1;
	}

div#sidebar ul, div#header, ul#tert_nav {
	display: none;
	}