/* reset individual div styles */

body, #header, #nav, #subnav, #content, #content_primary, #content_secondary, #footer
 {
	background:#FFF url(../images/spacer.gif) no-repeat scroll 0% 0%;
	color:#000;
	top:auto;
	left:auto;
	height:auto;
	width:auto;
	min-height:none;
	min-width:none;
	float:none;
	position:static;
	overflow:auto;
	margin:0;
	padding:0 0 0.5em 0;
}

/* Universal styles */

body {
	font:normal normal normal 0.8em/1.5em "Arial Narrow", Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color:#000;
}

a, a:link {
	text-decoration:underline;
	background-color:#FFF;
	color:#00F;
}

a:visited {
	text-decoration:underline;
	background-color:#FFF;
	color:#90c;
}

a:hover, a:active {
	text-decoration:underline;
	background-color:#FFF;
	color:#F00;
}

h1 {
	font-size:150%;
	margin:0.25em 0 0.5em 0;
	font-weight:bold
}

h2 {
	font-size:130%;
	margin:0.25em 0 0.5em 0;
	font-weight:bold
}

h3 {
	font-size:110%;
	margin:0.25em 0 0.5em 0;
	font-weight:bold
}

img {
	display:none;
}

p {
	margin:0 0 0.5em 0;
}


