/* Basic stuff */

body {
	background-color: white;
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-y;
	min-width: 656px; /* combined width of left & right header images */
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3697EB;
}

h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #3697EB;
}

h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
}

a {
	color: #3697EB;
}

/* Page header elements. Use absolute positioning (yuk) to avoid browser
 * incompatibilities with padding etc. The top left image - the site
 * name/logo - is given a higher z-index value than the top right image
 * - my mug shot - to ensure that it's positioned on top if the browser
 * window is narrower than the combined width of the two images. Like I
 * said, yuk.
 */

img.topleft {
	position: absolute;
	z-index: 100;
	top: 86px;
	left: 0px;
	margin: 0;
	padding: 0;
	border-style: none;
}

img.topright {
	position: absolute;
	z-index: -100;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	border-style: none;
}

hr.divider {
	position: absolute;
	top: 193px;
	left: 0px;
	color: #999999;
	background-color: #999999;
	width: 100%;
	height: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
	border-style: none;
}

/* Page menu */

table.menu {
	position: absolute;
	top: 223px;
	width: 200px;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0 0 10px 26px;
	padding: 0;
	border-style: none;
}

.currentpage {
	color: white;
	background-color: #3697EB;
	display: block;
	padding: 8px;
	width: 150px;
	border-style: solid;
	border-width: 2px;
	border-color: #3697EB;
	margin: 0;
}

a.menu {
	text-decoration: none;
	color: black;
	background-color: #8CC0EF;
	display: block;
	padding: 8px;
	width: 150px;
	border-style: solid;
	border-width: 2px;
	border-color: #8CC0EF;
	margin: 0;
}

a.menu:hover {
	border-color: #3697EB;
}

/* Page content, i.e. everything below the header and to the right of
 * the menu.
 */

div.pagecontent {
	position: absolute;
	top: 223px;
	left: 290px;
	margin: 0 20px 10px 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: black;
}

img.rightpic {
	float: right;
	padding: 0px;
	margin: 5px 0px 20px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #3697EB;
}


/* Footer stuff */

hr.footer {
	color: #3697EB;
	background-color: #3697EB;
	horizontal-align: left;
	width: 50%;
	height: 1px;
	text-align: left;
	margin: 20px auto 20px 0;
	padding: 0;
	border-style: none;
}

p.footer {
	padding-top: 0;
	margin-top: 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: black;
}

.method {
	font-weight: bold;
	color: #3697EB;
}
