@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;

}


		
		#header
		{
	height: 124px;
	background-image: url(Images/nhsphoto1.jpg);
	background-repeat: no-repeat;
	background-position: 80% top;
	background-color: #FFFFFF;
		}
		#menubar {
	background-image: url(Images/catbg.gif);
	background-repeat: repeat;
	height: 45px;
	width: 100%;
	float: left;
	text-align: center;
	background-position: bottom;
		
}
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
		#col1
		{
	float: left;
	width: 62%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 3%;
	margin-top: 20px;
		}
		
		#col2
		{
	float: left;
	width: 28%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
		}
		
		#col3
		{
	float: left;
	width: 26%;
	margin-left: 3%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 40px;
		}
		
		#footer
		{
	clear: both;
	height: 26px;
	background-image: url(Images/titlebg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 30px;
		}
		
		h1
		{
	margin: 0;
	padding: 5px;
	font-size: 2em;
		}
		
		h2
		{
	margin-top: 0;
	padding-top: 7px;
	font-size: 1.5em;
	color: #000099;
		}
		
		h2, p
		{
			margin-left: 7px;
			margin-right: 7px;
		}
		/* Links */

a, a:link, a:active, a:visited {
	text-decoration: none;
	color          : #0066FF;
	
}

a:hover {
	color          : #CC0000;
	RIGHT: 0px;
	POSITION: relative;
	TOP: 2px;
	BACKGROUND-COLOR: transparent;
	text-decoration: none;
	
}

		

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ECEFF0;
}

