/*
This CSS template governs the includes, the general template for the page.
This template should contain any style data for the header, general body,
and footer. This template should not include sections within the body
itself. Those should go in pages.css. For attribute modifications,
see standard.css.
- For ease of use place template name in front of section names.
eg: #StaticHeader #RoseBox {}
*/

/*
Sections of the page template:
*/
#StaticHeader { width: 1280px; margin: auto; border-style: none;	background-color: #000000; text-align: center; }
	#StaticHeader #RoseBox { width: 140px; }
	#StaticHeader #TitleBox { width: 1000px; }
		#StaticHeader #TitleBox Table { width: 100%; }
		#StaticHeader #TitleBox #Logo { background-color: #FFFF66; }
		#StaticHeader #TitleBox #NavigationBar { text-align: center; }
			#StaticHeader #TitleBox #NavigationBar A { color: #FFFFF0; text-decoration:none; }
			#StaticHeader #TitleBox #NavigationBar TD 
			{
				width: 94px;
				text-align: center;
				border-style: ridge;
				border-color: #FF0000;
				border-width: 3px;
				background-color: #696969;
				padding-left: 1em;
				padding-right: 1em;
			}
	#StaticHeader #RightTopPanel	{ width: 140px; }
	
#BodySection { width: 1280px; margin: auto; }
	#BodySection #LeftSidePanel { width: 140px; }
	#BodySection #BodyContent { width: 1000px; padding-left: 2em; padding-right: 2em; background-color: #FFFFCF; }
	#BodySection #RightSidePanel	{ width: 140px; }
	
#StaticFooter { width: 1280px; margin: auto; padding: 3px 0; text-align: center; font-size: smaller; color: #FFFFCC; }
	#StaticFooter A { color: #FFFFCC; }
