html {overflow-y: scroll;}

body {
	font-family: sans-serif;	
	background-color:#d0e4fe; 
	color: #652525;
}
div.framework {
	background-color: white;
	border: 2px solid #652525;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 980px;
	overflow: hidden;
}
div.banner {
	background-color: lightgrey;
	color:red;
	position: relative;
	width: 100%;
	height: 230px;
}
div.subBanner {
	position: relative;
	width: 100%;
}
div.leftNav {
	position: absolute;
 	background-color: lightgrey;
	width: 175px;
	height: 100%;
}
div.contentContainer {
	background-color: white;
	border-top: 2px solid grey;
	border-left: 2px solid grey;
	position: relative;
	width: 805px;
	left: 175px;
}
div.content {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.menu {
	border: 4px solid #bbbbbb;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold; 
	margin-left:auto;
	margin-right: auto;
	margin-top: 25px;
	font-variant:small-caps; 
}

.menuDiv {padding:4px 5px;}
.menuDivActive {color: #070769; cursor:default;}

.pageTitle{ 
	font-size: 24px;
	margin-bottom: 15px;
}
.pageContent {
  color: black;
  margin-left: 15px;
  margin-top: 15px;
  width: 700px;
  min-height: 360px;}
td.leftNav a {
	text-decoration: none;
	display: block;
}
td.leftNav a:link { color:#5E7F33;}   
td.leftNav a:visited {color:#5E7F33;}  /* visited link */
td.leftNav a:hover {color:#E73C2B;}  /* mouse over link  652525*/
td.leftNav a:active {color:#330066;}  /* selected link  - 070769, banner blue*/ 
td.leftNav {background-color: #aaaaaa;}
