/*-------------------------------------
	Special Areas
-------------------------------------*/
div#subpageLeftCol
{
	float: left;
	width: 270px;
	/*background-color: Red;*/
	/*background: Red url(images/bg_pageTitleBar_repeat.jpg) repeat-x top left;*/
}
div#subpageRightCol
{
	float: left;
	width: 630px;	
}
div#pageTitleBar
{	
	height: 48px;
	padding-top: 12px;
	background: #333333 url(images/bg_pageTitleBar_repeat.jpg) repeat-x bottom left;	
	line-height: normal;
}
div#pageTitleBar h2
{
	color: White;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 28px;	
	line-height: normal;	
	margin: 0; padding: 0;
}
/*** 2nd Level Navigation ***/
div#subnavBoxWrapper
{
	padding-top: 4px;
	background-color: #333333;
}
div#subnavBox
{
	padding: 4px 12px;
	width: 246px;	
	min-height: 52px;
	color: White;	
	background: #233A5C url(images/bg_subnavBox.png) no-repeat top left;
}
div#subnavBoxBottom
{
	background: White url(images/bg_subnavBox_bottom.png) no-repeat top left;
	/*height: 14px;	*/
	height: 22px;
}

/*-------------------------------------
	DNN Panes
-------------------------------------*/
div#dnn_leftPane
{
	margin: 0 16px 16px 12px;	
}
div#dnn_contentPane
{
	margin: 14px 16px 16px 0;
}

/*-------------------------------------
	IE 6 tweaks
-------------------------------------*/
body.ie div#subpageLeftCol { background: white url(images/bg_pageTitleBar_repeat.jpg) repeat-x top left; }
body.ie div#subpageRightCol
{
	width: 629px;	
	background-color: white;
}
body.ie div#siteContainer { background-color: white; }
