/* styles for PAP pages */
.bodycopy {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;}
.bodycopy b {font-weight: bold;}
.mainhead {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 24px; color: #333333}
.subhead {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px; color: #333333}
.mainnav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666}
.submenu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #0a1438; font-weight: bold}
a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #333333; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #a33333; text-decoration: underline}

.bodyred {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FF0000}
hr {margin: 5 0 10 0;}

p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333}

/* styles for 3 panels */
	body {
        margin:0px;
		padding:0px;
    }
	
    #centrepanel {
        /* position: absolute; */
        margin-left:189px;
		z-index: 100;
        top:131px;
		margin-right: 171px;
		/* background-color: red; */
        /* background-image: url(http://10.1.7.30/images/bg_content.gif); */
        /* background:transparent; */
        border:1px solid #00f000;
        border: none;
    }

    #leftpanel {
		position: absolute;
        left: 0px;
        top:0px;
        width:188px;
        /* width:165px; */
        background:transparent;
		border: none;
        /* border:1px solid #f00000; */
	}

    #rightpanel {
        position: absolute;
		z-index: 1;
        top:0px;
        width:170px; 
		right: 0px;
        background: transparent;
        border: none;
        /* border:1px solid #00f0f0; */
	}
	
    #toppanel {
		position: absolute;
        background: white;
		left: 0px;
		right: 0px;
        height:66px;
		/* border: none: */
		/* border-top:1px solid #000;
		/* border-right:1px solid #000;
		border-left:1px solid #000; */
		voice-family: "\"}\"";
		voice-family: inherit;
                height:67px;
		}
	html>body #banner {
                height:67px; */
	}

/* styles for MSP menus */
#menuBar {
  color: #999999;
  font-size: 9px;
  font-family: verdana, arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
  position: absolute;
  top: 62px;
  left: 50px;
  right: 0px;
  width: 90%;
  overflow: hidden;
  vertical-align: middle;
/*  border: solid 1px #000000; */
  background-color: #ebe2d6;
height: 31px;
  }

.menuHeader {
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  padding: 2px 6px;
  margin: 0px;
/*  padding-right: 15px; */
  display: inline; 
  position: relative;
float: left;
/*  border-right: 1px solid #000000; */
  height: 33px;
  text-align: center;
  }

/* dropdown menu elements */
a.menuLink {
  display: block;
  padding: 3px 7px 4px;
/*  border-top: 1px solid #003365 */
  }

a.menuLink:link {
  color: #7e7066;
  background-color: #ebe2d6;
  text-decoration: none
  }

a.menuLink:visited {
  color: #7e7066;
  background-color: #ebe2d6;
  text-decoration: none
  }

a.menuLink:hover {
  color: #000000;
/*  background-color: #000000; */
  text-decoration: none
  }

a.menuLink:active {
  color: #000000;
  text-decoration: none;
  }

/* dropdown box */
.menuDrop {
  color: #999999;
  font-size: 10px;
  font-family: verdana, arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  background-repeat: repeat;
  visibility: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0;
  width: 105px;
/*  height: auto; */
/*  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #003365; */
  visibility: hidden;
  }

