@import "layout.css";
@import "presentation.css";
@import "menuvertical.css";
@import "menuhorizontal.css";
@import "navTertiary.css";

/* imports all stylesheets for site, using @import hack to hide styles from v4 IE and NS
   see http://css-discuss.incutio.com/?page=ImportHack for more info on this method */
   


/* default font rules here for Contribute */

body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
} 

/* blocks set in non-default font */
#pagetext h1,
#pgHeading h1,
#pagetext h2,
#pagetext h1 *,
#pagetext h2 *,
blockquote.pullquote p {
	font-family: Helvetica, Arial, sans-serif;
}

img, td {
	padding:0;
	margin:0;
}

/* Headings ------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.3;
}

h1 {
	color: #6A83B2;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h2 {
	color: #6A83B2;
	font-size: 1.2em;
	padding-top: 0.25em;
}

h2+h3 {
	margin-top: 1em;
}


#pagetext h1, #pgHeading h1 {
	text-transform: uppercase;
	margin-bottom: 1em;
}

	#pagetext h1 span.subhead, #pgHeading h1 span.subhead {
		display: block;
		text-transform: none;
		font-size: 0.8em;
	}

