/* Header and footer styles */
body {
 background-color: white;
}
.Content {width: 100%;
	border: 0px;
background-color:white;
}

.TitleTable {
width:100%; 
color: black;
text-shadow: none;
-moz-border-radius: 2em 2em 0em 0em;
border-radius: 2em 2em 0em 0em;
border: 0px;
border-bottom:3px solid #3894e5;
background:none;
font-size: 75%;
}
.email {display: none;}


/* styles for the nav pane */
.nav {  display: none;}

/* Styles for the News column on landing page*/
.news {display: none;}

.middlepane {vertical-align:top; 
background-color: #FFFFFF; 
font-size: 90%; 
padding: 5px;
border: 0px ;
	}

