﻿body {
	margin: 0 auto;
	background-color: #000000;
	height: auto;
	width: 955px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#header, #footer, #top, #bgrd, #bottom {  
	position: absolute;  
	width: 955px;
	margin: 0px;
}  
#header {  
	padding:0px;  
	height:110px;  
}  
#top {
	top: 115px;
	height: 700px;
	background-color: #C9DC43;
}
#bgrd {
	top: 815px;
	height: 112px;
	clear: both;
}
#bottom {
	top: 927px;
	height: 610px;
	background-color: #FFFFFF;
}
#footer {  
	top: 1552px;  
	height: 50px; 
	padding: 0px;  
	margin: 0px; 
}
#topLeft, #topRight, #bottomLeft, #bottomRight {
	height: 100%;
}
#topLeft, #bottomLeft {
	padding: 25px 0px 0px 25px;
	width: 477px;
	float: left;
}
#topRight {
	width: auto;
	float: left;
	z-index: 10;
}
#bottomRight {
	padding: 100px 25px 0px 0px;
	width: auto;
}
#tableContainer {
	position: relative;
	top: 785px;
	left: 45px;
	z-index: 30;
}
table, td, th
{
	border: 0px none #0055A5;
	margin: 0px;
	padding: 8px 5px 8px 5px;
	border-collapse: collapse;
}
thead {
	border: inherit;
	margin: 0px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	background-image: url('../images/tableGradient.png');
	background-repeat: repeat-y;
	padding-left: 2em;
}
table {
	width: 500px;
	border: medium solid #0055A5;
}
.gray {
	background-color: #E7E8E9;
}
.white {
	background-color:white;
}
tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
#pictureBox {
	padding: 50px 0px 40px 20px;
	width: auto;
	z-index: 30;
	float: left;
}
.thumbnail {
	float: left;
	margin-right: 30px;
}
.style1 {
	font-size: 14pt;
}
.imageVert {
	list-style-type: none;
	margin: 1em 0px;
}
li.sub {
	list-style-type: disc;
}
