
*{margin:0; padding:0;}
img{ border:0;}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #111111;
	text-align:center;
}
.pagemaster a{color:#5AAED2; text-decoration:none;}
.pagemaster a:hover{color:#5AAED2; text-decoration:underline;}

.skinmaster {
    background-color: #111111;
	margin:0 auto;
}
.SubHead{color:#ffffff; font-weight:bold;}

.SkinObject{font-weight: bold; color: #5AAED2; text-decoration: none;font-size:smaller;}
A.SkinObject:link{text-decoration: none; color: #5AAED2; }
A.SkinObject:visited{text-decoration: none;color: #5AAED2;}
A.SkinObject:hover{text-decoration: none;	color: red;}
A.SkinObject:active{text-decoration: none;color: #5AAED2;}

.normal
{
    font-size:9pt;
    font-family: Arial,Helvetica, sans-serif;
    color:#A6A8AA;
}


#ContactCustom
{
 background-color:Red;
 font:green;
} 

/*===========================header=========================*/
.date{width:373px; height:50px; background:url(images/date_bg.jpg) top left no-repeat; float:left; vertical-align:middle;}
.datetext{vertical-align:middle; text-decoration:none;}
.topright{width:375px; height:50px; text-align:right; vertical-align:middle;}
.logo{height:190px; background:url(images/mp_bg.jpg) top left no-repeat}
.logo img{margin:14px 0 0 426px;}
/*==========================//header========================*/


/*===========================footer=========================*/
.footer{height:52px; padding-top:18px; text-align:center; color:#036388;}
.footer a{color:#5AAED2; text-decoration:underline;}
.footer a:hover{text-decoration:none; color:#5AAED2;}
/*==========================//footer========================*/




/*==========================//menu========================*/
.main_dnnmenu_container {
	background-color: transparent;
	height:25px;
	width:100%;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:25px;
	width: 100%;
}

.main_dnnmenu_rootitem  { /* top level menu*/
    vertical-align:middle;
    height:100%;
	cursor: pointer; cursor: hand; 
	color: #ffffff; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 10px 10px 8px 8px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_itemhover {  /* top level roll over*/
	background-color: #003263;
	color: #ffffff;
}

.main_dnnmenu_submenu {  /*  for drop down menus  */
    color: #ffffff;
	background-color: #003263;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 4px 2px 4px 8px;   /*explicitly set padding for sub-menus */
	width:20%;
}

.main_dnnmenu_itemhover td {  /* sub menu roll over  */
	background-color: #c44836; 
	color: #ffffff;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 10px; 
	height: 100%;
}
/*==========================//menu========================*/



