﻿
	/*********************************************
	Left nav container layout and dimension styles
	**********************************************/
#leftNav_1A
{
	width:100%;
	height:75%;
}

#leftNav_2A
{
	width:100%;
	height:25%;
}


	/*************************************************
	Main standard content container layout and dimension 
    styles - these are used as a reference and may not 
    actually be applied at this time
	**************************************************/
.NoShow
{
	display:none;
}

.FSmall
{
	width:250px;
	height:265px;
	background-color:Blue;
}

.Small
{
	width:250px;
	height:250px;
}

.Fmedium_Horiz
{
	width:500px;
	height:265px;
}

.Flarge_Horiz
{
	width:750px;
	height:265px;
}

.Fmedium_Vert
{
	width:250px;
	height:515px;
}

.Flarge_Vert
{
	width:250px;
	height:765px;
}

.Medium_Horiz
{
	width:500px;
	height:250px;
}

.Large_Horiz
{
	width:750px;
	height:250px;
}

.Medium_Vert
{
	width:250px;
	height:500px;
}


.main_1A
{
	position:absolute;
	top:0px;
	left:10px;
}

.main_1B
{
	position:absolute;
	top:0px;
	left:250px;
}

.main_1C
{
	position:absolute;
	top:0px;
	left:500px;
}

.main_2A
{
	position:absolute;
	top:265px;
	left:0px;
}

.main_2B
{
	position:absolute;
	top:265px;
	left:250px;
}

.main_2C
{
	position:absolute;
	top:265px;
	left:500px;
}

.main_3A
{
	position:absolute;
	top:515px;
	left:0px;
}

.main_3B
{
	position:absolute;
	top:515px;
	left:250px;
}

.main_3C
{
	position:absolute;
	top:515px;
	left:500px;
}


	/***************************************************
	Bottom content container layout and dimension styles
	****************************************************/
	
