body {
}


.pageContainer
{
	width:99%;
	height:100%;
	background-color: #e1b643;
}

.ContentContainer
{
	width:100%;
	height:100%;
	background-color: #f6f8f7;
}

.BannerADD
{
	background-color: Black ;
	color:White ;
	width:0.1px;

}
.Banner
{
	background-color: Black ;
	color:White ;
	width:0.1px;

}
.MenuContainer
{
	background-color:#569aee;
	background-image: url(MenuBack.jpg); 
	height: 42px;
	width:100%;
}
	
.Footer
{
	background-image: url(CopyRight.jpg); 
	background-color:#569aee;
	height: 42px;
	width:100%;
}



.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}





.main_dnnmenu_container {
	background-color: #cccccc; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #c2daf7; 
}

.main_dnnmenu_itemhover td {  
	background-color: #c2daf7; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #4c94eb;  
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	border-top: solid 1px White;
	border-left: solid 1px White;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 2px 2px 2px 2px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 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;
}




































