body {
	color: #333;
	font-family: Georgia, 'Times New Roman', serif;
	font-size:100%; /* base font size is usually 16px */
	line-height: 1em; /* 16x1=16px */
	background-color: #FFF;
	background-image: none;
}

#header, ul#topnavigation, #homemiddle, #subpgmiddle {
	display: none;
}

/* reset styles ala Eric Meyer
	to set a base for standard element spacing
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

:focus {
	outline: 0;
}

ol, ul {
	margin: 0 0 1em 15px;
}

li {
	font-size: 0.7em; /* 16x0.70=11px */
	line-height: 1.1em;
	margin: 0 0 0.4em 0;
}

ul.clientlist {
	margin: 0 0 1em 0;
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset styles */

h1, h2, h3, h4, h5 {
	font-weight: normal;	
}

h1 {
	font-size: 0.90em; /* 16x0.9=15px */
	line-height: 1.4em;/* 15x1em=15px */
	margin: 0 0 0.5em 0;
	color: #333;
}

h2 {
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}

h3 {
	font-size: 0.75em;
	margin: 0 0 1em 0;
	color: #333;
	text-transform: uppercase;
}
h4 {
	font-size: 0.7em;
	margin: 0 0 0.7em 0;
	color: #333;
	text-transform: uppercase;
}

p {
	font-size: 0.75em; /* 16x0.75=12px */
	margin: 0 0 0.85em 0; /* 12x0.85=10px */
}
p.reverse {
	color: #333;
	font-weight: normal !important;
	font-size: 0.7em;
}
p.introtext {
	color: #333;
	font-size: 0.90em;
	line-height: 1.35em;
}

p.testimonial, span.testimonial {
	color: #333;
	font-size: 0.70em;
	line-height: 1.35em;
	font-style: italic;
	margin: 0 0 0.3em 0;
}
p.client, span.client {
	font-size: 0.70em;
	line-height: 1.32em;
	margin: 0 0 1.8em 0;
}

table {
	border-collapse: collapse;
	clear: left;
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

/* rather than give the table a font size, use contextual selectors to target the th and td elements within */

th {
	font-weight: normal;
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1em; /* 12x1=12px */ 
}

td {
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1em; /* 12x1=12px */ 
}

.yellowflourish {
	color: #333;
}

