@import url("import.css");

html, body {
	margin: 0em;
	padding: 0em;
	
	width: 100%;
	
	background-color: #D6FFEB;
	height: 100%;

	/* used to fix bug in IE 4 & 5 where margin: auto on contain won't center img */
	text-align: center;
}

#logo {
	padding-bottom: 0.9375em;
}

#logo h1{
	font-family: "Street Bold";
	font-weight: normal;
	font-size: 1em;

	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	
	padding: 0em;
	
	overflow: visible;
}

#logo_img {
	display: block;
	position: relative;

	width: 23.25em;
	height: 15.375em;

	margin-left: -1.375em;
	margin-right: -0.875em;;
}

#contain {
	/* fixes IE4 & 5 center fix so all text isn't centered */
	text-align: left;

	width: 21em;
	background-color: #FFF;
	
	overflow: visible;
	
	border-left: solid 0.5em #000;
	border-right: solid 0.5em #000;
	min-height: 100%;

	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;

}
*html #contain {
	height: 100%;
}
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:hover {
	color: #000;
	text-decoration: none;
}

#navigation {
	border-top: solid 0.25em #000;
	border-bottom: solid 0.25em #000;
	
	font-weight: bold;
	font-family: "Street Slab Bold", Courier, "Courier New", monospace;
	
	font-size: 1em;
	
	text-transform: uppercase;
}
#navigation ul {
	padding-left: 0em;
	padding-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-left: 0em;
	margin-right: 0em;

	width: 100%;
}

#navigation li {
	padding-left: 0.25em;
	padding-right: 0.25em;
}
#content {
	font-family: "New York", Georgia, Times, "Times New Roman", serif;
	padding-left: 1.6875em;
	padding-right: 1.6875em;
	
	padding-top: 1.910em;
	
	margin-bottom: 0em;
	padding-bottom: 4em;
}

#content ul {
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0.8125em;
	
	margin-top: -0.05em;
	margin-bottom: 0.90em;
	margin-left: 0.8125em;
	margin-right: 0em;
}

#content li {
	margin-top: 0em;
	margin-bottom: 0em;
	
	padding-top: 0em;
	padding-bottom: 0.02em;
}

#content ol li {
	padding-bottom: 0em;
}

#content ol {
	margin-top: 0em;
	margin-bottom: 0.96em;
	
	padding-top: 0.4em;
}

#content ul ul {
	font-size: 1em;
	margin-left: 0em;
	
	margin-top: 0.45em;
	margin-bottom: 0.35em;
}

#content ul li {
	list-style-type: square;
	margin-left: 0em;
	padding-left: 0.40625em;
}

#content ol ol{
	padding-left: 1.2188em;
	margin-left: 0em;
	
	margin-top: 0em;
	margin-bottom: 0.89em;
	
	font-size: 1em;
}
#content ol li {
	margin-left: 0em;
	padding-left: 0em;
}


#content h1, #content h2, #content h3, #content p, #content address, #content dt, #content dd p, #content ul, #content ol, #content h4, #content h5, #content h6 {
	font-size: 1.125em;
	line-height: 1.335em;
}

#content p {

	margin-top: 0em;
	margin-bottom: 0.91em;
	margin-left: 0em;
	margin-right: 0em;

	padding: 0em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top: 0em;
	margin-bottom: 0.44em;
	margin-left: 0em;
	margin-right: 0em;
	
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
}

#content p + h1, #content p + h2, #content p + h3, #content p + h4, #content p + h5, #content p + h6 {
	padding-top:0.42em;
}

#content ol + p {
	margin-top: -0.03em;
}


#content hr {
	margin-top: 1em;
	margin-bottom: 1.9em;

	background-color: #000;
	color: #000;

}


#content blockquote {
	margin-left: 0.8125em;
	margin-right: 0.8125em;
	margin-bottom: 1.2em;
	
	padding-top: 0.2em;
	line-height: 1em;
}

#content dl {
	margin-bottom: 1.5em;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0.45em;
}

#content thead tr + th {
	text-align: left;
}

#content tfoot {
	display: none;
}

#content table caption:before {
	content: "TABLE: "
}

#content a, #content a:link, #content a:visited, #content a:active, #content a:hover {
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}

#content a:hover {
	border-top: solid 1px #000;
}

#content form, #content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content tbody th {
	font-weight: normal;
	text-align: left;
}

img {
	border-style: none;
	display:block;
}

abbr {
	text-decoration: none;
	border-style: none;
}

#content address {
	font-style: normal;
	font-weight: bold;
	
	line-height: 1.5em;
	
	padding-top: 0.05em;
	margin-bottom: 1.45em;
	
}

.access {
	display: none;
	speak: normal;
}

em {
	font-style: normal;
	font-weight: bolder;
}

strong {
	font-style: normal;
	font-weight: 900;
}

q:before {
	content: open-quote;
	display: inline;
}
q:after {
	content: close-quote;
	display: inline;
}

#content big {
	font-size: 1.2em;
	vertical-align: bottom;
}

#content small {
	vertical-align: bottom;
}

#content sub {
	vertical-align: baseline;
}

#content sup {
	vertical-align: text-top;
}

#content form label {
	padding-right: 1em;
}

#content form fieldset {
	padding-top: 1em;
	border-style: none;
	border: solid 0px;
	padding-bottom: 1em;
}

#content legend {
	font-weight: bolder;
}

#quotation blockquote {
	margin-top: 0;
	padding: 0;
	font-size: 150%;
}
/*
#quotation cite {
	float: right;
}*/

.section {
	border-bottom: solid 0.125em #000;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

hr {
	border: none 0 transparent;
	background-color: #000;
	color: #000;
	height: 0.125em;
}