/* CSS Document */
/* Martin Misur */

html, body, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, #screen {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #000000;
	background-image: url(../page_graphics/page_background_800.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #4C4C4C;
	font-size: 80%;
}

/******* footer *******/

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#footer {
	display: none;
}
#footerprint {
	display: block;
	margin: 0 auto 0 auto;
	width: 710px;
	font-size: 85%;
	color: #a6b8ca;
	text-align: center;
}

#frl {
	position: relative;
	top: 0px;
	left: -100px;
}
#footertext {
}
#frr {
	position: absolute;
	top: 0px;
	right: -1px;
}

#footer p {
	padding-top: 5px;
}
#footer a {
	color: #A6B8CA;
}
* html #footer { /*hack for IE */
	margin-top: -39px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active{
	color: #4C4C4C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-weight: 700;
	font-size: 200%;
	padding-bottom: 8px;
	color: #c80100;
}

h2 {
	font-weight: 100;
	font-size: 150%;
	text-transform: uppercase;
}

h3 {
	font-weight: 700;
	font-size: 125%;
	padding: 20px 0 4px 0;
	border-bottom: 1px solid #ccc;
	color: #3C78B5;
}

h4 {
	font-weight: 700;
	font-size: 115%;
	padding-top: 12px;
}

#page {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-image: none;
}

* html #page {
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

#header {
	margin: 0;
}
#headerLogo {
	width: 288px;
	float: left;
}

#headerBar {
	display: none;
}
#headerBarLinks {
}

#content {
	padding-bottom: 75px;
}

#contentMain {
	display: inline;
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
	width: 100%;
}

#contentMain ul {
	list-style: square;
}

#contentMain li {
	text-align: justify;
	padding: 2px 0 2px 0;
}

#contentMain p {
	text-align: justify;
	padding-top: 12px;
}

#contentSub {
	display: none;
}

#contentSub p {
}

#inset {
	display: none;
}
#link {
}
#intro {
}
#intro p {
}
.pic_left {
	float: left;
	margin: 12px 12px 0 0;
}
.pic_center {
	padding-top: 12px;
	text-align: center;
}
.pic_right {
	float: right;
}
#indent {
	padding: 0 0 0 40px;
}
#indent p {
	padding: 0 0;
}