﻿* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
	font-size: 16px;
	line-height: 1.1em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #C8E1FE;
/*
	background-color: #FFD662;
*/
}
h1 {
	overflow: hidden;
	font-size: 1.4em;
	line-height: 2em;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: .4em;
	margin-top: .4em;
}
blockquote {
	margin: 1em 4% 1em 4%;
}
p {
	font-size: 1em;
	margin-bottom: .4em;
}
ol, ul {
	padding-bottom: .4em;
	padding-left: 2.5%;
	margin-bottom: .4em;
	margin-left: 2.5%;
}
li {
	margin-bottom: .4em;	
}
.dClr {
	clear: both;
}
.dClrL {
	clear: left;
}
#dVP {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFCF2;
	box-shadow: 6px 6px 12px #999999;
	padding-bottom: .5em;
}
#dT {
	width: 100%;
	margin-top: .5em;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
#dLogo img {
	width: 71%;
	max-width: 600px;
	height: auto;
}
#dLT img {
	width: 28%;
	max-width: 262px;
	height: auto;
	box-shadow: 8px 8px 20px #999999;
	float: right;
}
#pPh {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
}
#dContent {
	width: 98%;		
	padding-left: 1%;
}
#pBNav {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: .8em;

	margin-top: 1.2em;
}
#pBNav a {
	margin-right: 2%;
	margin-left: 2%;
	
}
#pCR {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	text-align: center;	
}
