/* 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 {
	position: relative;
	margin: -40px auto 0 auto;
	width: 710px;
	padding-bottom: 5px;
	background-color: #1958b7;
	font-size: 85%;
	color: #a6b8ca;
	text-align: center;
	line-height: 1.5em;
	background-image: url(../page_graphics/footer_bar.jpg);
	background-repeat: repeat-x;
}
* html #footer { /*hack for IE */
	margin-top: -39px;
}

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

#footer p {
	padding-top: 5px;
}
#footer a {
	color: #A6B8CA;
}

/******* 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: 760px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-image: url(../page_graphics/masthead.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

* html #page {
	height: 100%;
}

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

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

#headerBar {
	float: right;
	height: 21px;
	background-image: url(../page_graphics/header_bar.jpg);
	background-repeat: repeat-x;
	width: 419px;    /*422 for no gap*/
	margin: 68px 0 0 0;
}
#headerBarLinks {
	margin: 3px 0 0 0;
	text-align: center;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 90%;
}

#content {
	padding-bottom: 75px;
}

#contentMain {
	display: inline;
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	width: 495px;
}

#contentMain ul {
	list-style: square;
	margin-top: 12px;
	margin-bottom: 0;
}

#contentMain ol {
	margin: 12px 0 0 30px;
	list-style-type: decimal;
}

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

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

#contentMain sup {
	font-size: 80%;
} 

.spacer12 {
	margin: 12px 0 0 0;
}

#contentSub {
	display: inline;
	float: right;
	width: 190px;
	margin-top: 15px;
	margin-right: 25px;
}

#contentSub p {
	text-align: justify;
}

#inset {
	float: right;
}
#link {
	width: 140px;
	border: 1px solid #1958b7;
	text-align: center;
	margin: 0 0 5px 5px;
	padding: 5px;
	background-image: url(../page_graphics/side_bar.jpg);
	background-repeat: repeat-y;
	font-weight: 900;
	font-variant: small-caps;
}
#intro {
	width: 140px;
	border: 1px solid #1958b7;
	margin: 5px 0 5px 5px;
	padding: 5px;
	background-image: url(../page_graphics/side_bar.jpg);
	background-repeat: repeat-y;
}
#intro p {
	font-style: italic;
	text-align: left;
	padding: 6px 0;
	color: #1958b7;
}
.pic_left {
	float: left;
	margin: 12px 10px 10px 0;
}
.pic_center {
	padding-top: 12px;
	text-align: center;
}
.pic_right {
	float: right;
	margin: 12px 0 10px 10px;
}
.caption {
	font-size: 90%;
	font-style: italic;
	padding-top: 4px;
	text-align: center;
}
#indent {
	padding: 0 0 0 40px;
}
#indent p {
	padding: 0 0;
}
.emphasis {
	font-weight: 700;
	font-size: 120%;
	color: #c80100;
	font-style: italic;
}