﻿/* PAGE
	Page Layout Style Guide
	The following styles are directed to IDs for the page.
*/

/* siteBody */
#pageContainer
{
	width: auto;
	height: auto;
	/*min-height: 500px;*/
}

#pageLeftColumn
{
	width: 200px;
	margin-right: 10px;
	/*
	border: thin dotted #F0F;
	*/
	float: left;
}

#pageCenterColumn
{
	width: auto;
	float: left;

}

#pageContent
{
	width:auto;
	width: 100%;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 9pt !important;
}

#pageContent ul li
{
	padding: 2pt;
}

#pageFooterBanner
{
	width:auto;
	/*
	background-color: Aqua;
	border: thin dotted #00f;
	*/
}

#pageHeaderBanner
{
	width:auto;
	/*
	background-color: Aqua;
	border: thin dotted #00f;
	*/
}

#pageRightColumn
{
	width: 200px;
	margin-left: 10px;
	/*
	border: solid dotted #FcF;
	*/
	float: right;
	/*
	padding: 2px;
	min-height: 600px;
	background-color: #ccc;
	border: thin dotted #ccc;
	*/
}



