/*DO NOT DELETE ---- THESE ARE BASIC, GENERAL STYLES FOR THE TEXT THEY ARE APPLIED GLOBALLY ---- DO NOT DELETE */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.4;
	font-weight: normal;
	color: #231F20;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

#main {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}


/* headings
----------------------------------------------- */
/* the h1 tag is for pages that we want to have header when someone prints; Pages with tabs need one for each section because the tabs themselves will not print */
#branding #mainHeader h1, #branding #mainHeader h2 {
	display: none;
	text-indent: -10000px;
}

h2, h3, h4, h5, h6  {line-height:1.2em; margin-bottom:.3em;}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.1em;
}

h4
{
	font-size: 1em;
}

h5
{
	font-size: 1.2em;
}

h6
{
	font-size: 1em;
}

#main h3 {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	color: #491A0F;
}
#main h4 {
	font-weight: bold;
	color: #585936;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
	margin-left: 25px;
}

ul
{
	list-style: none;
}

li
{
	margin: 0px;
}

ul.bullets li{
	list-style-type: disc;
	line-height: 1.2;
	padding-bottom: 2px;
	margin-left: 10px;
	padding-left: 5px;
}
p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset

{
	margin-bottom: 10px;
}




