body {
  margin: 0;
  padding: 0;
}
#menu {
  width: 100%;
  background: rgb(36, 76, 128);
  position: absolute;
  z-index: 10;
}

#mainarea {
  clear: both;
  float:left;
  width: 100%;
  position: relative;
  z-index: 7;
  margin-top: 25px;
  min-height: 400px;
}

#ltside, #ltsidebot {
  position: absolute;
  left: 0px;
  width: 25px;
}

#rtside, #rtsidebot {
  position: absolute;
  right:0;
  width: 25px;
}

#rtsidebot, #ltsidebot {
  bottom: 0px;
}

#ltside, #rtside {
  top:0px;
}

#mainbody {
  margin:15px 35px 10px 35px;
  overflow: hidden;
  z-index: 5;
}

h2 {
  color:#244C80;
  font-family: verdana;
  font-size: 16pt;
  margin-bottom: 10px;
}

#mainpar{
  font-size: 12pt;
}

.indentlist {
  color: #244C80;
  padding-left: 35px;
  list-style-type: disc;
  padding-top: 2px;
}

.menucontainer a {
  text-decoration: none;
  color: #244C80;
  display: block;
}

.menucontainer
{
  width: 100%;
  height: auto;
  position:relative;
}

.Menu1 {
  width: 100%;
  height: 25px;
  background-color: #244C80;
  text-align: center;
}

.lev1 {
  list-style-type: none;
  float: left;
  border-left: 1px #244C80 solid;
  box-sizing:border-box;
  width: 16.66%;
	height: 25px;
  color: #244C80;
  font-size: 12pt;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  background-image: url(../images/cloudsbiglighter.jpg);
}

.lev1:hover {
  background-image: url(../images/cloudsbigdarker.jpg);
}

.lev1:hover span {
	color:white;
}

.lev1 > span, .lev1last > span {
  width: 100%;
  text-decoration: none;
  color:#244C80;
  line-height: 25px;
}

.lev1 ul {
	position: relative;
  left:6px; 
}

.lev1last ul {
	position: relative;
	left: -6px;
}

.lev2 {
  width: 100%;
  text-align: left;
  color: #244C80;
  background-color:#244C80;
  list-style-type: none;
  font-weight: normal;
  height:0px;
  cursor: pointer;
  overflow:hidden;
  transition: height 0.5s;
}

.lev2 a {
  padding: 0px 0px 0px 4px;
	text-decoration: none;
	font-size: 11px;
	color:#244C80;
}

.lev2 li:hover {
  background-image: url(../images/cloudsbigdarker.jpg);
}

.lev2 li:hover a {
	color:white;
}

.lev2 li {
  background-image: url(../images/cloudsbiglighter.jpg);
  height: auto;
  border:1px #244C80 solid;
}

.lev2 li a {
	line-height:25px;
	height:auto;
  display: block;
}

.ar {
  width: 100%;
  line-height: 25px;
  background-image: url(../images/arrowdn.gif);
  background-repeat: no-repeat;
  background-position: 2%;
  padding-left: 14px;
}

.bld {
	font-weight:bold;
}

.indentlist {
	list-style:square outside;
}

@media screen and (max-width: 1226px) {
.lev2 {
	font-size:10pt;
}

.lev2 a {
	padding: 0px 0px 0px 3px;
}

.lev1 {
	font-size:10pt;
}

.lev1 li a {
	line-height:25px;
}
}

@media screen and (max-width: 1025px) {
.lev2 {
	font-size:9pt;
}

.lev2 a {
	padding: 0px 0px 0px 3px;
}

.lev1 {
	font-size:8pt;
	font-weight:normal;
}

.lev1 li a {
	line-height:17px;
}

.ar {
	padding-left:12pt;
}
}

@media screen and (max-width: 840px) {
.lev2 {
	font-size:8pt;
}

.lev2 a {
	padding: 0px 0px 0px 3px;
}

.lev1 {
	font-size: 7pt;
	font-weight: normal;
}

.ar {
	padding-left: 12px;
}

.lev1 li a {
	line-height:25px;
}
}

@media screen and (max-width: 790px) {
.lev1 {
	float:none;
	width: 100%;
	font-size:12pt;
	height:auto;
	border-bottom: 1px #244C80 solid;
}	

#menu {
	position: static;
}

#mainarea {
	margin-top:0px;
}

.lev1last ul {
	left:6px;
}

.ar {
	padding-left:15px;
}
}