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

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #8c8c8c;
	clear: left;
}

h1 { font-size: 1.8em; }
h2 { clear: left; font-size: 1em; text-indent: -30000px; background-position: top left; padding-bottom: 10px; height: 15px;  }

h2.intro{
	background: url(images/h2-intro.gif) no-repeat;
}

h2.about{
	background: url(images/h2-about.gif) no-repeat;
}

h2.links{
	background: url(images/h2-links.gif) no-repeat;
}

h2.texts{
	background: url(images/h2-texts2.gif) no-repeat;
}

h2.resources{
	background: url(images/h2-resources.gif) no-repeat;
}

h2.resources2{
	background: url(images/h2-resources2.gif) no-repeat;
}

h2.register{
	background: url(images/h2-register.gif) no-repeat;
}


h2 { clear: left; font-size: 1.6em; padding-bottom: 10px; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

p { font-size: 1em;	margin-bottom: 10px; }

p.subtext { font-size: 0.8em; }