body {
  font-family: Helvetica, Arial, sans-serif;
  font-size:13px;
  margin:0px;
  padding:0px;
  height:auto;
  background-color:#efefe5;
  background-image: url("../images/017-Subtle-light-patterns-Vol04.png");
}

.logo {
	width: 150px;
}

#PageContainer {
  width:900px;
  margin-left:auto;
  margin-right:auto;
}

#Header {
  color:#0f165d;
  margin-top:8px;
  box-shadow:2px 2px 8px 0 #333;
  height:100px;
  position:relative;
  background-color:#FFFFFF;
  border-top:8px solid #0f165d;
}

#ScopeImg {
  float:left;
  height:90px;
  margin-left:10px;
  margin-top:4px;
}

#TopRightMenu a {
  color:#444;
  text-decoration:none;
}

#TopRightMenu a:hover,
#TopRightMenu a:focus,
#TopRightMenu a:active {
  color:#888;
}

.menuCircle a { color:#888; }

.menuCircle {
  box-shadow:2px 4px 20px 0 #444;
  color:#fff;
  display:block;
  width:30px;
  height:30px;
  border-radius:50px;
  font-size:18px;
  line-height:30px;
  text-align:center;
  text-decoration:none;
  background:#0f165d;
  margin:0px 8px;
}
.menuCircle:hover { color:#fff; text-decoration:none; background:#888; }

#Menu {
  width:700px;
  float:right;
  position:absolute; bottom:8px; right:8px; 
}

#Body {
  font-family: Verdana, serif;
  padding:20px 40px;
  min-height:500px;
  margin:10px 0px;
  box-shadow:2px 2px 8px 0 #333;
  background-color:#FFF;
}

#Body a {
  color:#0033CC;
  text-decoration:none;
}
#Body a:hover {
  color:#000066;
}
#Body a:hover:not(.noBigLink) {
  /*font-weight: bold;*/
}

h2 {
  margin: 0px;
  font-size: 1.1em;
  color: #000099;
}

.txtSpacing {
  line-height: 150%;
}

#Footer {
  padding:8px;
  color:#FFFFFF;
  font-size:12px;
  background-color:#0f165d;
	box-shadow:2px 2px 8px 0 #333;
}

#Footer a {
  color:#fff;
  text-decoration:none;
}

#Footer a:hover,
#Footer a:focus,
#Footer a:active {
  color:#fcce03;
}

nav {
    background-color:#0f165d;
    padding:10px 0;
    box-shadow:2px 4px 20px 0 #888;
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
	z-index: 5;
}
nav ul li {
    display:inline-block;
    position:relative;
}

/* style all links */
nav a {
    padding:0 8px;
    margin:0 8px;
}
nav a {
    color:#fff;
    text-decoration:none;
    display:block;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:#fcce03;
}

.slogan {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.title {
	color: #E68A00;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

#contactus {
	border: 0px;	
}

#contactus .column1 {
	text-align: right;
	font-weight: bold;
}

#menuList li a {
	white-space: nowrap;
}
		
#menuList li ul {	
	margin: 0;
	padding-top: 0;
	position: absolute;
	visibility: hidden;
}

#menuList li ul li {	
	float: none;
	display: inline;
	text-align: left;
}

#menuList li ul li a {	
	width: auto;
	background: #0f165d;
	padding-bottom: 5px;
}

#menuList li ul li:first-child a { 
    padding-top: 15px;
}

.indent {
	padding-left: 1.5em;
}

#feeSchedule th{
	text-align: left;
}
#feeSchedule th, #feeSchedule td{
	padding-bottom: 10px;
	padding-right: 10px;
}

.Table{
	display: table;
	padding-bottom: 20px;
}
.Row{
	display: table-row;
}
.Cell{
	display: table-cell;
	border-width: 0px;
	border-width: thin;
	padding-right: 10px;
	vertical-align: top;
}