/*
	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: 100%;
	width: 100%;
}

/* The #skinContentPane1 section holds the headline content */
#skinContentPane1
{
	background-color: #02385E; /* dark blue */
	padding: 5px;
	position: relative;
	vertical-align: top;
	width: 100%;
}

/* Override the basic text styles so they appear correctly against dark background */
#skinContentPane1 *
{
	color: white;
}
#skinContentPane1 .Head
{
   color: #D1261F; /* dark red */
}

/* The #skinContentRightPane2 section holds the text content */
#skinContentPane2
{
   margin-top: 5px;
	min-height: 390px;
	padding: 5px;
	position: relative;
	width: 100%;
}
* html #skinContentPane2
{
	height: 100%;
}






































