/*
	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;
}
* html div#skinContent
{
	height: 100%;
	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 */
#skinContentRightPane
{
	min-height: 400px;
	padding: 10px;
	position: relative;
	vertical-align: top;
}
* html #skinContentRightPane
{
   height: 100%;
}

#skinContentRightPane td
{
   font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px; /* base font size */
   font-weight: normal;
}









































