/*
	Skin-specific styles for two-pane subpage skin.

	author: Eric Byrnes
	modifications:
	07/20/05 - Initial release
*/   

/* ========== Content ========== */

/* The #skinContent section holds the main content */
div#skinContent
{
	background-color: #D7D7D7; /* light gray */
	clear: both;
	min-height: 400px;
	overflow: visible;
	padding: 5px;
	position: relative;
	width: 747px; /* skinPage width - (2*padding) */
}
* html div#skinContent
{
	height: 400px;
	width: 100%;
}

/* The #skinContentLeftPane section holds the left-side content */
#skinContentLeftPane
{
	background-color: #02385E; /* dark blue */
	min-height: 400px;
	padding: 0px;
	position: relative;
	vertical-align: top;
}
* html #skinContentLeftPane
{
	height: 100%;
}

/* Override the basic text styles so they appear correctly against dark background */
#skinContentLeftPane *
{
	color: white;
}
#skinContentLeftPane .Head
{
   color: #D1261F; /* dark red */
}

/* The #skinContentRightPane section holds the right-side content */
#skinContentRight
{
	min-height: 400px;
	padding-left: 10px;
	position: relative;
	vertical-align: top;
}
* html #skinContentRight
{
	height: 100%;
}

/* The #skinContentRightPane1 section holds the headline content */
#skinContentRightPane1
{
	background-color: #02385E; /* dark blue */
	padding: 5px 0px 5px 5px;
	position: relative;
	vertical-align: top;
	width: 100%;
}

/* Override the basic text styles so they appear correctly against dark background */
#skinContentRightPane1 *
{
	color: white;
}
#skinContentRightPane1 .Head
{
   color: #D1261F; /* dark red */
}

/* The #skinContentRightPane2 section holds the text content */
#skinContentRightPane2
{
	padding: 10px 5px 10px 5px;
	position: relative;
	width: 100%;
}
* html #skinContentRightPane2
{
	height: 100%;
}









































