/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.containermaster_small 
{
	padding:0px;
	width: 100%;
}

.menuTitle
{
	font-size:10pt;
	color:Yellow;
	font-weight:bold;
}

.menuItem a:link, .menuItem a:visited, .menuItem a:hover .menuItem a:active
{
	color:Yellow;
	font-size:8pt;
	font-weight:lighter ;
	padding-left:5px;
}

.container_header_small
{
	font-family:Verdana;
	font-size:8pt;
	font-weight: bold;
	background-color:Transparent;
	color:White;
	position:relative;
	top:2px;
	left:2px;
	overflow:hidden;
}


.container_header_ornamented
{
	font-family:Verdana;
	font-size:8pt;
	font-weight: bold;
	background-color:Transparent;
	color:White;
	position:relative;
	top:-1px;
	left:-50px;
	overflow:hidden;
}

.container_header_large
{
	font-family:Verdana;
	font-size:10pt;
	font-weight: bold;
	background-color:Transparent;
	color:White;
	position:relative;
	top:-7px;
	overflow:hidden;
}



















