/*html,*/ body {
	margin: 0;
	padding: 0;
	color: #000;
	/*height:85%; this was Lowery I think*/
	font:normal normal normal 100% verdana,sans-serif;
	background: #fff;
	}

#layoutLogic-ABC, #layoutLogic-AB, #layoutLogic-A {
	margin: 0px -1px;
	width: 100%;
	}

#header, #footer {
	z-index: 90;
	width: 100% }

#header {
	position: relative;
	top: 15px;
	height: 86px;
	background: #000099;
	border-bottom: 1px solid #ff6600;
	min-width: 850px;
	}

#titlelogo {
	position: absolute;
	width: 500px;
	height: 60px;
	top: 12px;
	left: 10%;
	background: url(../Indexpics/logo2007a.gif) no-repeat;
	z-index: 20;
	color: white;
	}

#titlelogo p {
	height: 60px;
	text-indent: -5000px;
	color: white;
	font-family: Arial, 'Hoefler Text', 'Times New Roman', serif;
	font-variant: small-caps;
	font-size: 2.7em;
	margin: 0;
	z-index: 40;
	}

#bannerimage {
	position: absolute;
	width: 328px;
	height: 87px;
	top: 0px;
	right: 0;
	z-index: 6;
}

#menustrip {
	position: absolute;
margin: 0;
	top: 0;
	left: 0.3em;
	width: 8em;
	height: 2000px; /*needs to be done like this instead of 100% to make it work on IE Mac*/
	background: url(../Indexpics/twodot.gif) repeat;
	z-index: 1;
	}

html>body #menustrip { /*for web standard browsers*/
	/* \*/
	height: 100%;
	/* */
	}


#footer {
	position:relative;
		font-family: 'Hoefler Text', 'Times New Roman', serif;
	font-variant: small-caps;
	font-size: 1em;
	background-color: transparent;
	color: #ffffcc;
	border-top: 1px solid #ff6600; 
	/*margin: 3px;*/
	padding: .9em 0 1.7em 0;
	min-width: 750px;
z-index: 80;	}

#footer p {
position: absolute;
left: 40%;
margin: 4px 0 0 0;
width: 17em;/* needs for IE, yawn*/;
}

img.floatlogo {
float: left;
margin-top: -9px;
margin-right: 1px;
}


#layoutLogic-ABC .page, #layoutLogic-AB .page, #layoutLogic-A .page {
	width: 435px;
	margin: 10px 0 10px;
	}

html>body #layoutLogic-AB .page { /*for web standard browsers*/
	/* \*/
	margin: 24px 0 10px;
	/* */
	}

#layoutLogic-ABC .page {
	border-right: 10em solid silver/*#555 for Teague's colored margins technique*/;
	border-left: 9em solid #666666;
	}

#layoutLogic-AB .page {
	border-left: 9em solid #666666 /*transparent - I have changed this to background colour because I found that IE6 Win was making this wide border black */;
	padding-right: 1em;
	}

* html #layoutLogic-AB .page {
	width: 420px;
	}/*Use this Tan Hack for IE Win and Mac, which don't do min and max width, to fix centre column width for AB layout, if required. GNS*/

#layoutLogic-A .page {
	background: #fff url(.jpg) no-repeat fixed 90% 85%;
	width: auto }

.minilogo {
	font-family: 'Hoefler Text', 'Times New Roman', serif;
	font-variant: small-caps;
	font-size: 125%;
	}

.section {
	margin: 0;
	width: 100%;}

.col-A, .col-B, .col-C {
	position: relative;
	float: left;
	}

.col-A {
	margin-right: 1px;
	} 

.col-B {
	margin: 0px -3px 0 0px;
	/*border-top: 1px dotted white;
	border-left: 1px dotted white;*/

	}

.col-B h1 {
	margin: 2em 0 1.3em 0;
	padding: 0 0 0;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	color: #000099;
	}

.col-B h2 {
	margin: 1.3em 0 1.3em 0;
	padding:  ;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	color: #fd5837;
	}

.col-B p {
	margin:  0 15px 1em;
	font-size: .8em;
	font-weight: normal;
	padding: 0;
	line-height:160%;
	}

.name {
	color: #666633;
	font-weight: bold;
	}

p.downlink {
	margin: 1em 15px 2em 0;
	text-align: center;
	}

em, i {
	color:navy;
	}

.col-C {
	margin-left: 1px;
	}

#rightpic {
	position: absolute;
	left: 570px;
	margin: 0;
	padding: 0;
	width: 31%;
	height:380px;
	text-align: right;
	z-index: 100;
	}

#rcaption {
	position: absolute;
	top: 360px; 
	right: 5px;
	width:255px;
	text-align: center;
	font-size:12px;
	}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}


#layoutLogic-ABC .col-A, #layoutLogic-AB .col-A {
	margin-left: -10em;
	z-index:30 /*Teague has 10, needs 30 to make IE work with Simplemenu*/;
	width: 11em; 
	}

#layoutLogic-ABC .col-B, #layoutLogic-AB .col-B {
	z-index: 20;
	width: 100%;
background-color: white;
	}	

#layoutLogic-ABC .col-C {
	color: red/*GNS*/;
	margin-right: -10em;
	width: 10em;
	z-index: 10;
text-align: center;
	}

#layoutLogic-A .col-B, #layoutLogic-AB .col-C, #layoutLogic-A .col-C {
	display: none;
	}

.clear {
	clear: both;
	}

.page > .section {
	/*border-bottom: 1px solid gray;*/
	}

.thumblink {
	margin-top: -12px;
	width: 100%;
	font-size: .8em;
	text-align: center;
	/*border: 1px solid red;*/
	}

.thumblink2 {
	position: absolute;
	left: 15px;
	top: 350px;
	width: 120px;
	font-size: .7em;
	text-align: center;
	}

a img {
	border-style: none;
	} /*to get rid of blue border on Mozilla */

.address {
	color: navy;
	}

#timedate {
	position:absolute;
	left: 0em;
	top: 0em;
	margin: 0;
	padding:0 0;
		}

#timedate p {
	left: 2.5em;
	margin: 5px 0;
	width: 8em;
	font:normal normal 0.7em tahoma, verdana, sans-serif;
	color: #ffffcc;
	font-weight:;
	text-align: center;
	letter-spacing:1px;
	z-index: 40;
	}

#validator {
position: absolute;
bottom:0px;
left: -9em;
	}

/*\*/
html*#validator {
left: -9.5em;/*seen only by safari*/
}

div.getfirefox {
	position: absolute;
 top: .2em; 
 left: 34px;
	}


div.gslogo {
	position: absolute;
	top: .9em;
	right: 5%;
	padding-bottom: 20px;
	/*position: relative;
	margin: 1em 0 0 70%;*/
	}

.newstyle1 {
	color: #500000;
background-color: #dddddd;
	}

.newstyle2 {
	color: #800080;
font-family: verdana, helvetica;
	}

.newstyle3 {
	color: #000080;
font-family: verdana, helvetica;
	}
