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

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	color: #000;	
	background: #eaeaeb;
}

a{
	outline: none;
	color: #787878;
	text-decoration: underline;
	font-weight: bold;
}

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

h1.logo{
	clear: left;
	float: left;
	width: 147px;
	height: 243px;
	display: block;
}	

h1.logo a{
	clear: left;
	float: left;
	width: 147px;
	height: 243px;
	display: block;
	background: url(images/h1.jpg) 0 0 no-repeat;
	text-indent:-30000px;
}

h1.componentheading{ 
	float: left;
	clear: left;
	font-size: 1.4em;
	color: #806f64;
	border-top: 1px solid #af1f4d;
	border-bottom: 2px solid #af1f4d;
	margin: 52px 0px 30px 0px;
	padding: 12px 0px 12px 0px!important;
	line-height: 1em;
	text-transform: uppercase;
	width: 625px;
	font-weight: bold;
}


h2{
	float: left;
	clear: left;
	font-size: 1.4em;
	color: #806f64;
	border-top: 1px solid #af1f4d;
	border-bottom: 2px solid #af1f4d;
	margin: 52px 0px 30px 0px;
	padding: 12px 0px 12px 0px!important;
	line-height: 1em;
	text-transform: uppercase;
	width: 625px;
	font-weight: bold;
}

h2.sectitle{
	padding: 9px 0px 9px 0px!important;
}

h2 span{
	font-weight: normal;
	padding-bottom: 6px;
	float: left;
	clear: left;
}

h2 span.ptitle{
	font-weight: bold;
	padding-bottom: 0px;
	float: left;
	clear: left;
}

h2.welcome{ 
	background: #af1f4c url(images/h2.jpg) bottom left no-repeat;
	width: 40px;
	height: 334px;
	text-indent: -30000px;
	margin: 0px 9px 0px 0px!important;
	padding: 0px!important;
	border: 0px;
}

h3{
	float: left;
	clear: left;
	width: 625px;
	font-weight: bold;
	font-size: 1.2em;
	color: #af1f4d;
	margin-bottom: 2px;
}


h3.advice{ 
	width: 625px;
	height: 56px;
	text-indent: -30000px;
	background: url(images/h3.jpg) top left no-repeat;
	margin: 18px 0px 16px 0px;
}

h3.innerheader1{
	clear: left;
	float: left;
	width: 425px !important;
}


#page h3{
	width: 565px;
}

h4 { 
	font-size: 1.2em; 
	font-weight: bold;
	width: 565px;
	color: #816f65;	
}



h5 { 

}
	
h6 { font-size: 1.1em; }

p{
	color: #816f65;	
	text-align: left;
	font-size: 1.1em;
	line-height: 1.8em;
	clear: left;
	padding-bottom: 26px;
	float: left;
	width: 565px;
}


