﻿
/*
Style of layout page
*/
body { font-size: 0.85em; line-height: 1.4em; font-family: Arial; margin: 0px; padding: 0px; color: #000000; background-color: #B1B1B1; }

#tableouter { height: auto; width: 200px; /* header image actually sets the width*/ margin-left: auto; margin-right: auto; background-color: #F3F3F3; }
#tdHeader { }
#divHeader { padding: 0px; width: auto; height: auto; }
#headerImage { }
#tdLeft { width: 180px; text-align: center; vertical-align: top; }
#divLeft { }
#tdCenter { vertical-align: top; }
#divCenter { padding: 10px; }
#tdRight { }
#divRight { }
#tdBottom { }
#divBottom { position:relative; text-align: center; color: White; padding: 0px; background-color: #CF000B; width: auto; height: auto; }
	#divBottom span { margin-left: 5px; margin-right: 5px; line-height: 2.0em; font-size: 1.0em; }
	#divBottom a { color: White; font-weight: bold; font-style: oblique; }
	#divBottom .copyright {position:absolute;  top:-0.5em; left:10px; font-size:0.8em; color:black; }