body {
	background: #295887;
	/* text-align: center; */
	
}

#container {
	margin-bottom:200px;
	width:100%;
	height: 100%;
} 
 
#topedge{
  background-image: url("images/logo/mpsabg_top.jpg");
  background-position:left;
  background-repeat:no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 975px;
  height: 30px;
}

#logoarea{
  /* background-image: url("images/logo/mpsabg_mid.jpg"); */
  background-image: url("images/logo/mpsabg_mid.jpg");
  background-position:left;
  background-repeat:repeat-y;
  position: absolute;
  top: 50px;
  left: 20px;
  width: 975px;
  height: 200px;
}

div#menu{
	margin:20px auto;
	position: absolute;
	top: 180px;
	left: 27px;
	width: 949px;
	height: 55px;
}

#leftedge {
  background-image: url("images/logo/mpsabg_midlt.jpg");
  background-position:left;
  background-repeat:repeat-y;
  position: absolute;
  top: 250px;
  left: 20px;
  width: 10px;
  height: 800px;
  z-index:-1;
}

#leftcol {
  /* background: #a5a1a1; */
  background: #818181;
  position: absolute;
  top: 250px;
  left: 30px;
  width: 150px;
  height: 800px;
  z-index:-1;
  text-align: center;
 }
 
#content {
  background: #fff;
  position: absolute;
  top: 250px;
  left: 180px;
  width: 794px;
  height: 800px;
  z-index:-1;
}

#rightedge {
  background-image: url("images/logo/mpsabg_midrt.jpg");
  background-position:left;
  background-repeat:repeat-y;
  position: absolute;
  top: 250px;
  left: 974px;
  width: 21px;
  height: 800px;
  z-index:-1;
}
 
#footer {
  background-image: url("images/logo/mpsabg_bot2.jpg");
  background-position:left;
  background-repeat:no-repeat;
  position: absolute;
  top: 1047px;
  left: 20px;
  width: 975px;
}

.red{
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	width: 100%;
	color: #ff0000;
}

p.left{
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	width: 100%;
}

p.italic{
	font-family: Verdana;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
	
.hdng1 { 
	font-family: Verdana;
	font-size: 14px; 
	font-weight: bold;
	text-align: left;	
}  

.hdng2 { 
	font-family: Verdana;
	font-size: 16px; 
	font-weight: bold;
	text-align: left;	
}  

.pagehdng1 { 
	font-family: Verdana;
	font-size: 20px; 
	font-weight: bold;
}    

hr{
	width: 500px;
	color: #000000;
	background-color: #000000;
	height: 3px;
	text-align: left; /*this will align it for IE */
	margin: 0 auto 0 0; /*this will align it left for Mozilla */
	}

ul li{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
}	

ul.inset{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	padding:0px 40px 0px 20px;
}	

td.main{
		padding:0px 20px 0px 20px;
		width: 100%;
		}

a img {border: none; } 

/* The CSS below is for the navigation menu - Do not change. */
div#menu {
    height:55px;
    background:url(images/navmenu/nav-bg.gif) repeat-x;
    /*_background:url(images/navmenu/nav-bg.gif) repeat-x; */
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
   
div#menu li:hover>ul {
    left: -2px;
}

div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    top: 50px;
    left: 0;
    width: 208px;
    z-index: 11;
    visibility: hidden;
    padding: 0 0 9px 7px;
    _padding: 0 0 9px 3px;
    background: url(images/navmenu/submenu-bottom.png) no-repeat 7px bottom;
    _background-image: url(images/navmenu/submenu-bottom.gif);
    margin: 0 0 0 -9px;
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu li.current a {}

/* menu::level1 */
div#menu a {
    position: relative;
    z-index: 10;
    height: 55px;
    display: block;
    float: left;	
    padding: 0 10px 0 10px;
    line-height: 55px;
    text-decoration: none;
}
div#menu span {
    font: normal 12px 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;
    padding-top: 18px;
    color: #353535;
    font-weight:bold;
    text-transform:uppercase;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;		
}
div#menu ul a:hover span {
    color: #ffffff;
}

div#menu li { background: url(images/navmenu/nav_separator.png) top left no-repeat; }
div#menu li.last span{
    background: url(images/navmenu/nav_separator.png) top right no-repeat;
    padding: 18px 10px 16px 0;
}

/* menu::level2 */
div#menu ul ul li {
    background: url(images/navmenu/nav_dropdown_sep.gif) left bottom repeat-x;
    padding: 4px 0;
    z-index: 9;	
}
div#menu ul ul {
    z-index: 12;	
    padding: 0;
    background: rgb(90,90,90) url(images/navmenu/nav_dropdown_grad.png) right top no-repeat;
    margin-top:0px;
    margin-left:4px;
    margin-right:5px;
}
div#menu ul ul a {
  	width: 184px;
	  padding: 0px 7px 3px 8px;
    height: auto;
    float: none;
    display: block;
    background:none;
    margin-bottom: 2px;
    z-index: -1;
}
div#menu ul ul a span {
	  padding: 0 10px 0px 10px;
    line-height: 20px;
    color: #353535;
    font-weight:normal;
    text-transform: none;
    background:none;
}
div#menu ul ul a:hover {
    background: url(images/navmenu/submenu-selected-bottom.gif) no-repeat 8px bottom;
}
div#menu ul ul a:hover span {
    background: url(images/navmenu/submenu-selected-top.gif) no-repeat 0px 0px;
    color: #fff;
}

div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul div {
    width: 208px;
    margin: -50px 0 0 190px !important;
    height: auto;
    _padding: 0 0 9px 3px;
}
div#menu ul ul ul {
	_padding-right:1px;
}

/* lava lamp */
div#menu li.back {
}
div#menu li.back .left {
}


