/* CSS Document */body {	font: normal normal 9pt Arial, Helvetica, Verdana, sans-serif;	background: #000000;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #ffffff;	min-height: 100%;
	text-decoration: none;
}.oneColFixCtrHdr #container {	width: 780px;	background: #000000;	margin: 0 auto;	text-align: left;	padding: 0 auto;}.oneColFixCtrHdr #header {	background-image: url(images/mightyBlacktop.jpg);	background-repeat: no-repeat;	margin: 20px 0px 0px 0px;	padding: 0px 10px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	background-position: bottom left;}.oneColFixCtrHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0px 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.oneColFixCtrHdr #mainContent {	height: 500px;	margin: 0;	padding: 0px 0px 0px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background: #000000;
	background-image: url(images/middleblkindex.jpg);	background-repeat: no-repeat;	background-position: top left;}.oneColFixCtrHdr #footer {	background-image: url(images/footerblue.jpg);	background-repeat: no-repeat;	padding: 0 10px;	height: 65px;	background-position: relative;}.oneColFixCtrHdr #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	height: 60px;}body,td,th {	color: #FFFFFF;	vertical-align: bottom;}


#column1 {
	height: 480px;	margin: 0;	padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
}

#column2 {
	height: 465px;	margin: 20px 0px 40px 0px;	padding: 0px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: auto;	
}
.style1 {font-size: 75%}.style2 {font-size: 80%}
a:link {	color: #ffffff;	text-decoration: none;
	border: 3px;}a:visited {	color: #FFFFFF;	text-decoration: none;
	border: 3px;}a:hover {
	color: #ffffff;	text-decoration: none;
	border: 1px;}a:active {
	color: #ffffff;
	text-decoration: none;
	border: 3px;}

h1 {	line-height: 100%;	color: #ffffff;	text-align: left;	font-size: 2em;	margin: 10px 0 0 0;	padding: 10px 0 20px 0px;}h2 {
	height: 40px;	line-height: 100%;	color: #ffffff;	text-align: left;	margin: 20px 0 0 10px;	padding: 10px 0 0 0;
	font-size: 1em;
}h3 {	color: #ffffff;
	margin: 5px 0 0 0;	padding: 0 0 0 20px;
	font: normal 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
h4 {	line-height: 100%;	color: #ffffff;	text-align: left;	margin: 0 0 0 10px;	padding: 0 1px 0 0;
	font-size: 12pt;
}
h5 {	margin: 0;	font-size: .9em;	color: #ffffff;
	margin: 15px 0 0 0;	padding: 0 0 0 20px;
	font-variant: normal;
}

h6  {	color: #ffffff;	text-align: left;	margin: 0 0 0 10px;	padding: 0 1px 10px 0;
	font: normal normal normal 9pt/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
