
/* 

	CSS File: 	Tamplate.Layout.css
	Layout:	n/a

*/


/*Global Sections*/
#globalHeader
{
	display:none;
}
#globalFooter
{
	display:none;
}

/*Main Divisions*/
#leftSideBar /*Main Left Column*/
{
	display:none;
}
#rightSideBar /*Main Right Right*/
{
	display:none;
}
#container /*Main Middle Column*/
{ 
	width:1003px;
}

/*#Container(Main Middle Column) Sections*/
#header /*Site Specific Header*/
{ 
}
#leftPanel /*Left callouts Panel*/ /*Position Horizontally after featured Content*/
{
	width:1003px;
}
#rightPanel /*Right callouts Panel*/
{
	display:none;
}
#contentPanel /*Contents Panel*/
{ 
	width: 1001px;
	margin:0;
}
#footer /*Site Specific Footer*/
{ 
}

/*#contentPanel Sections*/
#breadCrumbs /*Crumb Trail Navigation*/
{
	display:none;
}
#featuredContent /*Featured Content Section usually used for home page layouts*/
{ 
}
#mainContents /*Page main contents area*/
{
}
#extendedContents /*Optional Content panel usually used as container for sponsor logos*/
{
}
/* Navigation Containers - Styles for the navigation container only. Stylesheets for the actual Menu Component will be under Named.Components folder*/ 
#horizontalNavigation
{
}
#verticalNavigation
{
	display:none;
}
