﻿html, body {
	background-color:#fff;
	overflow:hidden;	
  height: 100%;
  width: 100%;
  font-family: "Georgia";
  margin: 0; 
  padding: 0;
}


#header {
	background-color:#fff;
	font-family: "Georgia";
	color:black;
	font-size:14pt;
	text-align:center;
	font-weight:bold;		
}

#leftouterpane {
  font-family: Verdana;
  font-size: 10pt;
  text-align:left;
  color:#000;
  background-color:#eee;
}


#innerfooter {
	background-color:#eee;
	font-family: Verdana;
	color:black;
	font-size:10pt;
	text-align:center;
}

#outerfooter {
	background-color:#ccc;
	color:#4863a0;
	font-size:10pt;
	text-align:left;
	padding-left:2px;
	margin-left:2px;
	}


/*_underlay (background color) for the disclaimer dialog box*/
#disclaimer_underlay { 
  background: #2b3856; 
  filter:alpha(opacity=90);
  opacity:.90;
  -moz-opacity:.90;
}
/*_underlay (background color) for the other modal boxes - not as dark as disclaimer*/
#schoolList_underlay, #userTips_underlay,#multiaddress_underlay {
  background: #2b3856; 
  filter:alpha(opacity=40);
  opacity:.40;
  -moz-opacity:.40;
}


