body{
	background-color: #eeeeee;
	font-family: Arial, sans-serif, Helvetica;	
	color: #000066;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em 
	}

a {
  font-size: 12px;
  font-family: Arial, sans-serif, Helvetica;
  font-weight: bold;
  text-align: center;
  }
.notice{
font-size: 12px;
  font-family: Arial, sans-serif, Helvetica;
  font-weight: bold;
  text-align: center;
  color: blue;
}
#menuTable {
	width: 170px;
}
#menuTable td {
	border-top: 3px solid black;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	background: url("img/button/bkbt.jpg");
}
#menuTable td a {
	padding-top: 5px;
	padding-bottom: 5px;
	}
#menuTable td a:link {
	COLOR: #003366;
	text-decoration: none;
	}
#menuTable td a:visited {
	COLOR: #000000;
	text-decoration: none;
	}
#menuTable td a:hover {
	COLOR: red; text-decoration: underline;
	}
#menuTable .subMenuTable {
	margin-top: 10px;
	width: 100%;
	background: url('img/button/bkbt.jpg');
	background-color: #e4e3c9;
}
#menuTable .subMenuTable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top: 3px solid green;
}
#menuTable .subMenuTable a {
	padding-left: 0px;
	}

#tdBorder {
	border-top: 5px solid #000066;
}
.mainHeading {
	text-align: left;
	color: white;
	  font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: .5em;
	margin-left: 1em;
	background-color: #003366;
	}

.subHeading {
	font-size: 12px;
	text-align: left;
	margin-top: 1em;
	margin-bottom: .5em;
	margin-left: 0em;
	Font-family: Arial, sans-serif, Helvetica;
	background-color: #DAD6BA;
	color: #003366;
	font-style: normal; 
	font-weight: normal;
	}
	
.innerMenu{
	font-size: 11px;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em;
	Font-family: Arial, sans-serif, Helvetica;
	color: #003366;
	text-align: justify; 
	}

li.mission{
	font-size: 1em;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em;
	Font-family: Arial, sans-serif, Helvetica;
	color: #990000;
	}

td.text {	
	font-family: Arial, sans-serif, Helvetica;	
	font-size: 12px;	
	text-align: justify;
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: #000066;
	 }

td.heading {	
	font-family: Arial, sans-serif, Helvetica;	
	font-size: 14px;	
   font-weight: bold;
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: red;
	TEXT-DECORATION: underline;
	 }
	 
.subMenuTable {
	margin-top: 10px;
	width: 100%;
	background: url('img/button/bkbt.jpg');
	background-color: #e4e3c9;
}
.highlightedBox {
	border: 1px solid #000066;
	background: #ffffcc;
	margin: 30px;
	text-align: center;
}
