﻿/* 

AVAILABILITY STYLE SHEET FOR Murray Hamilton web site
Created by Terry Lowry
www.murrayhamilton.com

ToC

	1. general and defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks
	7. table formatting
Notes

*/



/* --------- 1. general and defaults  --------- */

</>* {
		margin: 0;
		padding: 0;
		}
.keytable {
		border: 1px solid #000000;
		border-collapse: collapse;
	}
.keytable td {
		border: 1px solid #000000;
		text-align: left;
		padding-left: 4px;
	}
.style1 {
	z-index: 1;
	left: 700px;
	top: 130px;
	position: absolute;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px;
	background-color: #393E42;
	border-style: none;
	margin: 0px 0px 0px 20px;
	text-align: justify;
	color: #CC6600;
}
/*  --------- 2. structure  --------- */

#wrapper2 {
	border: thin solid #000000;
	padding: 10px 15px 10px 20px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
}
/*#header {
	height: 94px;
}*/		

/* ---------- 3. links and navigation ---------- */
#main {
	list-style-type: none;
	margin: 20px 10 0px 0px;
	padding: 4px 0px 0px 0px;
	font-size: 0.9em;
}
#cell1keytable {
		background-color: #000000;
	}
#cell2keytable {
		background-color: #6600CC;
	}
#main li {
	display: inline;
}

#lowerlinksbar {
	list-style-type: none;
	margin: 20px 10px 0px 0px;
	padding: 4px 0px 0px 0px;
	font-size: 0.9em;
}
#lowerlinksbar li {
	display: inline;
}

a {
	color: #0099FF;
	text-decoration: none;
}
		
a:hover {
	text-decoration: underline;
}

a:active {
	color: #FFFF66;
}
/* ---------- 4. fonts and text---------- */

/*h1, h2, h3, h4, p, ul {
		}*/

h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2.0em;
}
#cell3keytable {
		background-color: #CC0066;
	}
#cell4keytable {
	background-color: #404040;
}

h3 {
	font-size: 1.6em;
}
		
h4 {font-size: 1.2em;
		}

/*p {
		}*/

/* ---------- 5. images ---------- */

/*a img {
		border: 0;
		}*/
		
/* ---------- 6. hacks ---------- */

body IE5 fix	{
	/* IE 5 centering bug fix */
		text-align: center;
}

/* ---------- 7. table formatting ---------- */

/*p, td, th {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;*/
}
.datatable {
	padding: 1px;
	border: 1px solid #000000;
	table-layout: auto;
	border-collapse: collapse;
	font-weight: normal;
	font-style: normal;
	color: #C0C0C0;
	text-align: center;
	margin-left: 10px;
}
.datatable td {
	border: 1px solid #000000;
	text-align: center;
	padding: 1px;
	empty-cells: hide;
	background-color: #404040;
	color: #C0C0C0;
}
.datatable th {
	border: 1px solid #000000;
	text-align: center;
	padding: 1px;
	background-color: #404040;
	color: #C0C0C0;
	font-weight: bold;
}
