/*
	Skin-specific tyles 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;
   clear: both;
   min-height: 400px;
   overflow: visible;
   padding-top: 5px;
   position: relative;
   width: 100%;
}
* html div#skinContent
{
   height: 400px;
}

/* The #skinContentLeftPane section holds the left-side content */
#skinContentLeftPane
{
   height: 100%;
   padding: 0px 10px 0px;
   position: relative;
   vertical-align: top;
}

/* The #skinContentRightPane section holds the right-side content */
#skinContentRightPane
{
   position: relative;
}

/* The #skinContentRightPane1 section holds the headline content */
#skinContentRightPane1
{
   background-color: #02385E; /* dark blue */
   padding: 5px;
   position: relative;
   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: 5px;
   position: relative;
   pwidth: 100%;
}









































