body {
	background-color: #A2DAF4;
	color: black;
	font-family:  Verdana, Arial;
	font-size: 14px;
	font-weight: 600;
	}

a:link { 	text-decoration: none;
			background-color: #A2DAF4;
			font-size: 11px;
			font-weight: bold;
			color: black }
a:visited { text-decoration: none;
			background-color: #A2DAF4;
			font-size: 11px;
			font-weight: bold;
			color: #444444}
a:hover { text-decoration: underline;
			background-color: #A2DAF4;
			font-size: 11px;
			font-weight: bold;
			color: blue }

div.menu {
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 0px;
	height: 10px;
	width: 101%;
	padding: 0px 10px 6px 10px;
	background-color: #A2DAF4;
	color: black;
	font-family: Verdana, Arial;
	}
div.header {
	position: absolute;
	z-index: 1;
	top: 28px;
	left: 10px;
	width: 99%;
	height:155px;
	background-color: #A2DAF4;
	background-image: url(IMAGES/pageHead.gif);
	background-repeat: no-repeat;
	color: black;
	background-position: left;
	}
div.headerH {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 10px;
	width: 99%;
	height:292px;
	background-color: #144A8C;
	background-image: url(IMAGES/heading.gif);
	background-repeat: no-repeat;
	color: black;
	background-position: left;
	}
	
div.dark {
	position: absolute;
	padding: 5px 20px 10px 20px;
	z-index: 2;
	top: 188px;
	left: 10px;
	width: 99%;
	background-color: #144A8C;
	color: #C5C5EE;
	}
	
strong {
	color: white;
	}

div.darkH {
	position: absolute;
	padding: 5px 20px 10px 20px;
	z-index: 2;
	top: 331px;
	left: 10px;
	width: 99%;
	background-color: #144A8C;
	color: #C5C5EE;
	}
div.block {
	border: 2px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 94%;
	}
	
h2 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 36px;
	padding: 2px 20px 0px 20px;
	letter-spacing: 1.5pt;
	}
h3 {
	font-size: 24px;
	padding: 0px 20px 0px 20px;
	letter-spacing: 1pt;
	}
h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 0px 20px 0px 20px;
	letter-spacing: 1pt;
	}
h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	letter-spacing: 1pt;
	}	
.photoH {
	float: right;
	border: 4px solid;
	border-color: #888888 #bbbbbb #eeeeee #bbbbbb;
	}
td.form {
	font-size: 12px;
	color: #C5C5EE;
	font-weight: bold;
	}