#mainmenu {
	position: absolute;
	z-index: 10;
	top: 200px;
	left: 18px;
	width: 134px;
	height: auto;
	padding: 0px;
	border-top: thin none #999999;
	border-right: thin none #999999;
	border-bottom: thin none #999999;
	border-left: thin none #999999;
	background-color: #FFFFFF;

	}
#centrebox {
	z-index: 4;
	position: relative;
	left: 200px;
	}

#maincontent {
	position: absolute;
	top: 20px;
	left: 18px;
	background-image:  url(../Assets/jw%20drawing.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 60%;
	background-position: 20px 20px;
	padding-left: 180px;
	padding-right: 30px;
	border: medium none #999999;
	z-index: 1;
	background-color: #FFFFFF;
	}
	
#mainheader {
	position: absolute;
	top: 20px;
	left: 18px;
	height: auto;
	width: 90%;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 10px;

	}


body {
	background-color: #CCCCCC;
	margin: 0;
	}

h1 {
	font-family: Garamond;
	font-size: 48px;
	font-weight: 800;
	color: #666666;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 10px;
	}

a:link {
	color: #0066FF;
	text-decoration: underline;
	line-height: 24px;
	border: none;
}

a:visited {
	color: #990066;
	text-decoration: underline;
	line-height: 24px;
	border: none;
}

a:hover{
	color: #FFFFFF;
	background-color: #003366;
	text-decoration: none;
	line-height: 24px;
	border: none;
}


.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #3f5aa3;
	text-align: center
	}

.sidebar {
	float: right;
	border: thin solid #999999;
	margin: 10px;

	}
.sidebar img {

	}

.sidebar p {
	text-align: left;

}

.picright {
	float: right;
}

.picleft {
	float: left;
}

.picborder {
	float: none;
	border: medium solid #666666;

}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	margin: 10px;
	font-size: 18px;
	font-weight: 400;
	}

h2 {
	font-family: Garamond;
	text-align: left;
	margin-left: 10px;
	font-size: 36px;
	font-weight: 800;
	color: #666666;
	line-height: normal;
	}

img {
	margin: 10px;
	}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #003366;
	text-align: left;
	}

td {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	margin-left: 10px;
	vertical-align: top;
	font-weight: normal;
	}
