/* -----------------------------------------------------
   Define the page body and layout table attributes
   ----------------------------------------------------- */
body {
	margin-top: 25px;
	margin-bottom: 10px;
	background-image: url(graphics/bg_jack_neal.jpg);
	background-repeat: repeat-x;
	color: #cccccc;
	background-color:black;
}

body, body div{
	text-align:center;
	background-color:#000000;
	color:#cccccc;
}
body,td,th {
	background-color:#000000;
	color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
body div table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse : collapse;
	table-layout : auto;
	width:719px;
}
body div table tr td, body div table tr th {
	margin:0 auto;
	padding:0 2px;
	vertical-align:middle;
}
strong {
	color:#cccccc;
  	background-color : inherit;
}

/* -----------------------------------------------------
   Set link attributes
   ----------------------------------------------------- */
a:link {
	color: #cc6633;
	background-color : inherit;
  }
a:active {
	color:#cc6633;
	background-color : inherit;
  }
a:visited {
	color: #cc6633;
	background-color : inherit;
  }
a:hover {
	color:#b3974d;
	background-color : inherit;
	cursor:pointer;
  }
a.more-pages {
	padding-right: 2px;
	padding-left: 2px;
} 
 
/* -----------------------------------------------------
   Align horizontally
   ----------------------------------------------------- */
td.align-right {
	text-align:right;
}
td.align-center {
	text-align:center; 
	margin-left:auto;
	margin-right:auto;
}
td.align-left {
	text-align:left;
}
td.align-justify {
	text-align : justify;
}

/* -----------------------------------------------------
   Align vertically
   ----------------------------------------------------- */
td.valign-top {
	vertical-align:top;
}
/* This isn't needed - it's the default
td.valign-middle {
	vertical-align:middle;
} */
td.valign-bottom {
	vertical-align:bottom;
}
.pad-image {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.award-text {
	padding-right: 50px;
	text-align: justify;
	padding-left: 50px;
}

.smallfont {


	font-size:9px;
	color: #cccccc;
	background-color : inherit;
}
.header-image {
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
}
.float-right {
	float:right;
	margin-right: 20px;
	margin-left: 5px;
}

.float-left {
	float:left;
	margin-right: 10px;
	margin-left: 5px;
}
.footer-image {
	background-image: url(graphics/footer_merged.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.pad-cell {
	padding-right: 5px;
}
.award-title {

	padding-right: 50px;
	padding-left: 50px;
}
