html { 
	min-height: 101%;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
 	background-image: url(images/Untitled-5.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #BBB;
	text-align: center;
    }
 
#content {
	width: 900px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	overflow: hidden;
	text-align: left;
}

#banner {
	position: relative;
	width: 895px;
	height: 200px;
}

.ie .menu {
	width: 1000px;
	position: relative;
	height: 28px;
	overflow: hidden;
	top: -28px;
	left: -40px;
}

.menu {
	position: absolute;
	height: 28px;
	overflow: hidden;
	right: 0px;
	/*left: 0px;*/
	bottom: 0px;
}

.bullets {
	font-size: 10pt;
}

.nobullets {
	list-style-type: none;
	font-size: 10pt;
}

.nobullets h2, .nobullets h3, .nobullets p {
	margin-bottom: .5em;
	margin-top: .5em;
}

#data {
	width: 895px;
}

.spacer {
	text-align: center;
	color: #FFF;
}

#image {
	margin-top: 5px;
	margin-bottom: 5px;
}

.lngraph {
	width: 895px;
	float: left;
	text-align: center;
}

.pigraph {
	width: 447px;
	float: left;
	text-align: center;
}

.tbl {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
	float: left;
}

.tbl td {
	font-size: 10pt;
	text-align: center;
}

.tbl2 {
	padding-left: 10px;
	padding-right: 50px;
	float: left;
}

.tbl2 td {
	font-size: 10pt;
	text-align: left;
}

#footer {
	margin-left: auto;
	margin-right: auto;
}

#footerText {
	width: 895px;
	text-align: center;
	margin-top: 20px;
}

#footerText p {
	margin: .2em;
}

h1 {
     font-size: 14pt;
     color: #000000;
	 margin-top: 20px;
	 margin-bottom: 6px;
}

h2 {
     font-size: 12pt;
     color: #000000;
	 margin-top: 20px;
	 margin-bottom: 6px;
}     
     
h3 {
     font-size: 11pt;
     color: #000000;
	 margin-top: 20px;
	 margin-bottom: 6px;
}     

p {
	font-size: 10pt;
}

b {
	font-weight: bold;
}

ol {
	font-size: 10pt;
}

a:link {
	text-decoration: none;
	color: #6A3A70;
}

a:visited {
	text-decoration: none;
	color: #926388;
}

a:hover {
	text-decoration: underline;
}


	.ie .example {
		font-size: 28px;
		color: red;
	}
	.chrome .example {
		font-size: 36px;
		color: green;
	}
	
	.chrome .example .zay {
		font-weight: bolder;
}

