﻿/* CSS layout */
body {
	/* These following values ensure the page has a maximum width and remains centred */
		width: 1020px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri, Arial, sans-serif;
}

#masthead {
	min-width: 600px; max-width:1024px; height:155px
}
#logo {
	float: left;
}
#graphic {
	float:right
	}
#blue_horiz_line {
	float: none;
	padding-top: 5px;
	bottom: auto;
}

#top_nav {
		float: left; margin-top:3px ;width:1024px
}

#container {
	clear: both;
	min-width: 600px;
	padding-right: 8px;
	padding-left: 8px; height:auto
}

/* 
--- Original footer parameters - removed when footer_table used to insert date
--- See index.html for original footer text etc

#footer {
	border-width: 2px; 
	border-color: inherit;
	border-style: none;
	height: 35px;
	width: 1020px;
	background-image: url('Apogee_blue_50_percent_lighter.png');
}
*/

a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}

