/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	padding: 0;
	background: url(images/background2.jpg) repeat-x fixed 0px 0px;
	overflow: auto;
}

p{
	clear: left;
}

a{
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: underline;
	outline: none;
}

h1 { 
	font-size: 1em; 
	padding: 0;
	margin: 0px 0px 0px 0px;  
}

h2 { 
	font-size: 1.8em; 
	float: left; 
	color: #A20046;	
	padding-left: 0px;
	font-weight: normal;	
	clear: left;	
	display: inline;
	margin-bottom: 14px;
}

h3 { 
	color: #666666; 
	font-size: 1.2em; 
	float: left;  
	text-align: left;  
	margin: 21px 0px 15px 0px;
}

h4 { 
	font-size: 1.2em; 
	font-weight: bold; 
	padding-top: 36px;
	color: #A20046; 
	float: left; 
	text-align: left;
	display:inline;
	margin: 0;
}

h5 { 
	font-size: 1em; 
	padding-left: 7px;
	color: #666666;
	background-color: #E6E6E6; 
	height: 24px; 
	line-height: 22px; 
	float: left; 
	width: 398px; 
	text-align: left;
	clear: left; 
	margin: 21px 0px 9px 0px; 
}

h6 { font-size: 1em; }

#top h1{
	clear: left;
	float: left;
	width: 211px;
	height: 58px;
	font-size: 1em;
}

#top h1 a{
	clear: left;
	float: left;
	width: 211px;
	height: 58px;
	font-size: 1em;
	display: block;
	background: url(images/hedleylogo.jpg) no-repeat left top;
	text-indent: -30000px;
}
