@charset "utf-8";

a.class1:link {text-decoration: none; color:White; font-size:18px;font-family:verdana,tahoma,helvetica;}
 a.class1:visited {text-decoration: none; color:White; font-size:18px;font-family:verdana,tahoma,helvetica;}
 a.class1:active {text-decoration: none; color:White; font-size:18px;font-family:verdana,tahoma,helvetica;}
 a.class1:hover {text-decoration: underline; color:#ffff66; font-size:18px;font-family:verdana,tahoma,helvetica;}

#Header {
	background-image: url(images/headerBG.png);
	padding: 0px;
	height: 227px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navBar {
	padding: 0px;
	spacing: 0px;
	height: 50px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#ribbonNavBar {
	padding: 0px;
	spacing: 0px;
	height: 78px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




#searchBar {
	background-image: url(images/searchbarBG.png);
	padding: 0px;
	height: 31px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#lineBar {
	background-image: url(images/lineSlice.png);
	padding: 0px;
	height: 6px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flashHeader {
	background-image: url(images/bodySlice.png);
	background-repeat: repeat-y;
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.magpopupHover 
 
 {
   z-index:0; 
     
 }

.magPopupMenu 
 
 {
     background-image: url(images/MAGDropdown.png);
     overflow:hidden;
     width: 321px;
     height: 239px;
     display:none;
     z-index:0;
 }
 
 .loginPopupMenu 
 
 {
     background-image: url(images/LoginDropdown.png);
     overflow:hidden;
     width: 321px;
     height: 239px;
     display:none;
     z-index:999;
 }
 
 
 .ddPopupMenu 
 
 {
     background-image: url(images/ddBG.png);
     overflow:hidden;
     width: 305px;
     height: 193px;
     display:none;
     z-index:999;
 }

#sidebar 
{
    width:200px;
    float:right;
    
}

#searchHeader {
	padding: 0px;
	height: 76px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	background-image: url(images/bodySlice.png);
	background-repeat: repeat-y;
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-image: url(images/newFooterHeader.png);
	padding: 0px;
	height: 16px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footerBody {
	background-image: url(images/newFooterBody.png);
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerFooter {
	background-image: url(images/newFooterFooter.png);
	padding: 0px;
	height: 57px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


body {
	background-color: #FFFFFF;
	background-image: url(images/newBGSlice2.png);
	background-repeat: repeat-x;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 14px;
	color: #333333;
}

#pageHeader {
	background-image: url(images/pageHeaderBG.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: auto;
	width: 100%;
	
}



#pagePanel {
	background-image: url(images/headerVERTSlice.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: auto;
	width: 100%;
	
}
