/* CSS Document */
#top_greybar{
	width:773px;
	height:15px;
	z-index:1;
	background-color: #666666;
	z-index:1;
}

#logo_area{
   width:746px;
   height:142px;
   background-color: #FFFFFF;
   padding: 0px;
   border: none;
   margin: 0px;
   vertical-align: top;
   z-index:2;
}

#header_area{
   width:593px;
   height:64px;
   background-color: #FFFFFF;
   padding: 0px;
   border: none;
   margin: 0px;
   vertical-align: top;
   z-index:3;
}

#sidearea_grey{
   	width:14px;
   	height:510px;
	background-color: #666666;
	z-index:4;
}

#sidestrip_orange{
	width:7px;
	background-color: #FF9900;
   	z-index:5;
}

#topnavigation_area_side{
   	width:50px;
   	height:17px;
	background-color: #333333;
   	z-index:6;
}

#topnavigation_area_middle{
   	width:646px;
   	height:17px;
	background-color: #333333;
   	z-index:7;
}

#bottomnavigation_area_middle{
   	width:646px;
   	height:17px;
	background-color: #CCCCCC;
   	z-index:8;
}

#bottomnavigation_area_side{
   	width:50px;
   	height:17px;
	background-color: #CCCCCC;
   	z-index:9;
}

#Sidenav_area{
   width:153px;
   height:412px;
	/*background-image: url(stars.gif);*/
	background-repeat: no-repeat;
	z-index:10;
} 

#Content_Area{
   width:593px;
   /*height:443;*/
   z-index:11;
}

#bottom_frame{
   width:773px;
   height:40px;
   z-index:12;
}

#Footer_leftside{
	width:10px;
	height:30px;
	background-color: #666666;
    z-index:13;
	}
	
	#Footer_middle{
	width:696px;
	height:30px;
	background-color: #666666;
    z-index:14;
	}
	
	#Footer_rightside{
	width:67px;
	height:30px;
	background-color: #666666;
    z-index:15;
	}
	
	#bottom_orangebar{
	width:746px;
	height:7px;
	background-color: #FF9900;
	z-index:16;
}

