/* Styles for www.greatjosh.com */
/* classes used by site: 
 - maintable (table)
 * pageheaderrow (tr)
 - pageheadercell (td)
 - sidebarcell (td)
 * sidebarmenuitemcell (td)
 * mainpagecell (td)
 - pagefootercell (td)
 */
 
TABLE.maintable {
	border: thin solid blue;
}

TD.pageheadercell {
	text-align: center;
	border-bottom: thin solid blue;
}

TD.sidebarcell {
	vertical-align: top;
	border-right: thin solid blue;
	width: 12.5%;
}

TD.pagefootercell {
	border-top: thin solid blue;
	font-size: smaller;
	font-style: italic;
	text-align: right;
}
