/************************************/
/* Good Family						*/
/* Typography Stylesheet			*/
/************************************/

/************************************/
/* General Formatting				*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/************************************/
/*	Header							*/

/************************************/
/*	Content							*/
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
	font-weight: normal;
}
#content h1 {
	font-size: 1.65em;
}
#content h2 {
	font-size: 1.25em;
}
#content h3 {
	font-size: 1.25em;
	font-weight: bold;
}
#content h4 {
	font-size: 1.00em;
}
#content h5 {
	font-size: 1.00em;
	font-weight: bold;
}
#content h6 {
	font-size: 0.75em;
	font-weight: bold;
}
#content p, #content ol, #content ul, #content dl {
	font-size: 0.75em;
	line-height: 1.25em;
}
#content .column1  ul {
	list-style: disc;
}
#content .column1  ol {
	list-style: decimal;
}
#content ul ul, #content ul ol, #content ul dl,
#content ol ol, #content ol ul, #content ol dl,
#content dl ol, #contetn dl ul, #content dl dl {
	font-size: inherit;
}
#content em {
	font-style: italic;
}

/************************************/
/*	Sidebar							*/

/************************************/
/*	Footer							*/
#footer_info {
	font-size: 0.60em;
	text-align: center;
	text-transform: uppercase;
}
#footer_info a {
	text-decoration: none;
}
#footer_info a:hover {
	text-decoration: underline;
}

