body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #000000;
	margin: 0;
	padding: 5px;
}

#Layout {
	width: 100%;
	background-color: #FFFFFF;
	border: none;
	border-collapse: collapse;
	margin-top: 0px;
}

#Layout td {
	vertical-align: top;
}

#Banner {
	background-color: #000000;
	color: #FFFFFF;
	border-bottom-style: none;
}

#Banner text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
}

#Layout td#Logo {
	font-size: 2em;
	padding-left: 183px;
	height: 60px;
	vertical-align: middle;
}

#Layout td#SecondBanner {
	background-color: #1A60B6;
	color: #FFFFFF;
	font-size: 150%;
	background-image: url(d2p-images/blue-background.jpg);
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

td#BannerImageLeft, td#BannerImageRight {
/* Note that the image itself, which differs by page, should be placed in the page-specific code, e.g. <td id="BannerImageLeft" colspan="3" style="background-image: url(d2p-images/reading8.jpg);"> etc.  The actual path to the folder d2p-images will depend on the position of the page within the site structure, e.g. ../d2p-images or ../../d2p-images.*/
	background-repeat: no-repeat;
	height: 150px;
	vertical-align: bottom;
	padding-bottom: 0;
	font-size: 1.75em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

td#BannerImageLeft {
	background-position: left;
	text-align: right;
}

td#BannerImageRight {
	background-position: right;
	text-align: left;
}

#Nav {
	font-size: 0.8em;
	margin-right: 15px;
	margin-left: 15px;
	border-collapse: collapse;
}

#Nav td {
	padding: 3px;
}

.NavList, .NavListNoTabCorner {
	background-color: #6a747b;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: #FFFFFF solid 4px;
}

.NavListNoTabCorner {
	font-size: 95%;
}

.NavHeading {
	color: #FFFFFF;
	background-color: #9fa7af;
	border: none;
	font-weight: bold;
	border-bottom-width: 0px;
}

.NavList, .NavHeading {
	background-image: url(d2p-images/tabcorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#Nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#Nav a:hover, #Nav a:active {
	color: #9FA7AF;
}

#MainTableCell {
	background-color: #FFFFFF;
	line-height: 125%;
}

#MainTableCell a {
	color: #000000;
}

#MainTableCell a:hover, #MainTableCell a:active {
	background-color: #005a8e;
	color: #FFFFFF;
}

#MainTableCell h3 {
	clear:both;
}

#MainTableCell h3 img {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}

h1 {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

h2, h3 {
	color: #005a8e;
	padding-bottom: 0;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
	margin-bottom: -10px;
}

h4 {
	font-size: 1.2em;
	line-height: 150%;
}

#Nav h4 a {
	color: #000000;
	display: inline;
}

#Nav h4 a:hover, #Nav h4 a:active {
	color: #FFFFFF;
	background-color: #6A747B;
}

#MainTableCell #Submenu a {
	margin-right: 20px;
	color: #005a8e;
	font-weight: bold;
	text-decoration: none;
	font-size: 85%;
}

#MainTableCell #Submenu a:hover, #Submenu a:active {
	color: #A7C6FE;
	background-color: #FFFFFF;
}
