/* General styles */
body {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

/* FrontPage styles */
#FrontPage {	
	background-color : white;
	color : blue;
	width : 755px;
}
#FrontPage td#headerPane {
	height : 100px;
}
#FrontPage td#topBar {
	display : none;	
}
#FrontPage td#leftPane {
	display : none;
}
#FrontPage td#centerPane {
	width : 755px;
	background-color : tan;
}
#FrontPage td#rightPane {
	display : none;
}
#FrontPage td#bottomBar {
	display : none;
}
#FrontPage td#footerPane {
	display : none;
}	

/* InsidePage styles */
#InsidePage {	
  	background: #ffffff;
	color : balck;
	width : 770px;
}
#InsidePage td#headerPane {
  	border: 1px solid Black;
	height : 60px;	
}
#InsidePage td#topBar {
   background:#ffffff;
	height : 30px;
}
#InsidePage td#leftPane {
  	border: 1px solid Black;
	padding: 5px;
	width : 120px;
}
#InsidePage td#centerPane {
	width : 530px;
	padding: 15px 0px 5px 15px;
  	border: 1px solid Black;
	white-space : nowrap;
}
#InsidePage td#rightPane {
	width : 150px;				
  	border: 1px solid Black;
}
#InsidePage td#bottomBar {
   background:#cecfff;
  	border: 1px solid Black;
	height : 30px;
	display:none;		
}
#InsidePage td#footerPane {
  	border: 1px solid Black;
	height : 60px;	
}
#moT2 {
	height : 300px;
	width : 95%;
	padding : 1px 1px 1px 1px;
	margin:5px;
}
#pager {
	font-size : 10px;
	width : 97%;
	padding : 5px;
	margin:5px;	
	border : 1px solid black;
}