p { padding:0px; margin:0px;}
.pagemaster {
	width: 100%;
	background-image:url(images/1.gif);
	background-repeat:repeat-x;
	background-color:#06456E;
	background-position:top;
}
.pagemaster1 {
	width: 100%;
	background-image:url(images/3.gif);
}
.skinmaster {
	background-color: transparent;
}
.extrapane {
	vertical-align:top;
	background-color: transparent;
}
.leftpane {
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
}
.contentpane {
	width: 100%;
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
	padding-right:6px;
	padding-left:6px;
}
.rightpane {
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
}
.bannerpane {
	width: 100%;
	vertical-align:top;
	background-color: transparent;
}
.toppane {
	width: 100%;
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
}
.bottompane {
	width: 100%;
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand; 
	background-image: url(images/nav_3.gif);  
	display:table;
	height:32px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	height:25px;
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 6px 5px 6px 5px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	background-image: url(images/nav.gif);
	background-position:left top;
	background-repeat:no-repeat;  
	color: Black; 
	font-size: 10pt; 
	font-weight: bold;
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    display:inline-block;	  
    text-align:center;
    padding: 8px 23px 8px 23px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover 
{
	color:#036EA6;
	background-image: url(images/nav_hover.gif);
	background-position:left top;
	background-repeat:no-repeat;
    padding: 8px 23px 8px 23px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover td {  
	color: Red; 
	background: #FFFFFF;
	background-repeat:repeat;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu 
{
	width:180px;
	background-color: #161A1E;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
	border: #C9E2E5
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
/*	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Whitetext
{
	color :#C2BFBC ;
	font-family:Tahoma, Arial;
	font-weight: normal;
    font-size: 8pt;
}
a.Whitetext:link, a.Whitetext:visited{
text-decoration: none;
color: #C2BFBC;
}
a.Whitetext:hover{
color: #FED300;
}
a.Whitetext:active{
color: #FED300;
}

