/* 
================================
 Container Styles for DotNetNuke
================================
*/

#containerWrapper_NBBwhite
{
  	margin:0 auto;
	width:100%;
	height:auto;
	text-align: center;
	padding:0px;
	background:transparent;
}

.clear

{ clear:both;
}

#titleArea_NBBwhite
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	text-align:left;
	padding:10px;
}

#titleArea_NBBwhite .Head
{
	font-family:trebuchet MS, Sans-Serif;
	color:#8ec63f;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	}

	
#containerContentArea_NBBwhite
{
	clear:both;
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	background:transparent;
	border:solid 1px #b8b8b8;
	border-bottom:none;
}



#containerContentMain_NBBwhite
{
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	background:transparent;
	float:left;
	color:#000;
	padding:10px;
	padding-top:0px;
}


.containerContent_NBBwhite
{
    padding:0px;
    background:transparent;
    font-family: Trebuchet MS, Sans-Serif;
	font-size:12px;
    color:#000;
    text-align:left;
}

.containerContent_NBBwhite p
{
    font-family: Trebuchet MS, Sans-Serif;
	font-size:12px;
    color:#000;
    text-align:left;
    padding:0;
    margin:0;
    padding-bottom:5px;
    margin-bottom:5px;
}

.containerContent_NBBwhite td
{
    font-family: Trebuchet MS, Sans-Serif;
	font-size:12px;
    color:#000;
    text-align:left;
}

.containerContent_NBBwhite li
{
    font-family: Trebuchet MS, Sans-Serif;
	font-size:12px;
    color:#000;
    text-align:left;
}

.containerContent_NBBwhite h1
{
    font-family: Trebuchet MS, Sans-Serif;
	font-size:16px;
    color:#8ec63f;
    text-align:left;
    font-weight:bold;
}

.containerContent_NBBwhite h2
{
    font-family: Trebuchet MS, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
    color:#000;
    text-align:left;
}

.containerContent_NBBwhite a:link
{
    font-family: Trebuchet MS, Sans-Serif;
	font-size:12px;
    color:#000;
    text-decoration:underline;
}

.containerContent_NBBwhite a:visited
{
    font-family: Trebuchet MS, Sans-Serif;
	font-size:12px;
    color:#000;
    text-decoration:underline;
}

.containerContent_NBBwhite a:hover
{
    font-family: Trebuchet MS, Sans-Serif;
	font-size:12px;
    color:#000;
    text-decoration:underline;
}




