body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:white;
}
#wrap {
	width: 780px;  /* using less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	background: white url('../images/backgrounds/bluepap.jpg') repeat fixed top center;
	border:1px solid #c0c0ff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#LayerTop {
	width:780px; /* This should be the same as the #wrap width */
	height:145px;
	}
#LayerLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#LayerContent {
	margin-left: 200px;
	padding: 5px 10px;
}
#LayerContent h2 {
	margin-top:0;
}
#footer {
	font-size:90%;
	color:black;
	margin-top:3em;
	margin-bottom:1em;
	border-top:2px dotted #CCCCCC
}
#navcontainer {
	width: 9em;
	/*border-right: 1px solid black;
	padding: 0 0 1em 0;*/
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade; /*needed so that .current works OK*/
	/*color: #333333;*/
	}
#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#navcontainer li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}
#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #0000cc;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: white;
	text-decoration: none;
	font-size:80%;
	width: 100%;
	}
html>body #navcontainer li a { width: auto; }
#navcontainer li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: white;
	}
.centered {
	text-align: center;
	}
.defont {
	font-family:arial, helvetica, sans-serif
	}
.green {
	color:green;
	}
.red {
	color:red;
}
.under {
	text-decoration: underline;
}
.cred {
	color:red;
	text-align:center;
}
.email {
	margin:0 0 0 0.5em;
	}
.date {
	font-size:1.1em;
	font-weight:bold;
	color:green;
	}
.program {
	font-weight:bold;
	}
.empha1 {
	/*text-align:center;*/
	color:red;
	font-weight:bold;
	}
.left {
	text-align:left;
	}
.smaller {
	font-size:90%;
	}
#title {
	font-weight:bold;
	font-size:115%;
}
table {
	margin-left:auto;
	margin-right:auto;
	}
.box {
	text-align:left;
	margin:0.5em 0.5em 0 0.5em;
	border:1px solid #F0F0F0; 
	padding-left:4px
	}
.box2 {
	margin:0.5em 0.5em 0 0.5em; 
	border:1px solid blue; 
	padding-left:4px
	}
.cr {
	clear:right;
}
.cl {
	clear:left;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
/* NB: Since the menu (sidebar1) is floated, clearing a float in mainContent will clear ALL floats, including the menu! */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fl {
	float:left;
	margin-right:1em;
	}
.fr {
	float:right;
	margin-left:1em;
	}
.new1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0033cc;
	font-style:italic;
	}
.new2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660099;
	font-weight:bold;
	}
.new3 {
	color:#660099;
	}
.current {
	border-left: 10px solid #0000cc;
	border-right: 10px solid #508fc4;
	padding: 5px 5px 5px 0.5em;
	font-size:80%
}