

* {
    margin: 0;
    padding: 0;
}

BODY { 
    margin : 0px 0px 0px 0px; font : 9pt Trebuchet MS,Verdana; color : #000000; 
    background: #F0F0F0;
    text-align: center;
}


#page {
    width: 950px;
    margin: 0px auto;
    text-align: left;
    background: white;
    border-right: 2px solid #5A5A5A;
    border-left: 2px solid #5A5A5A;
    border-bottom: 2px solid #5A5A5A;
}


p,P {font-family: Trebuchet MS,Verdana;
  font-size:9pt;font-weight:normal;
  padding-bottom: 1em;}

TD { font-family: Trebuchet MS,Verdana;font-size:9pt;font-weight:normal; color : #333333; }
TR.lightbg {color:#EEFEEB;}

TD.sub_blue { font-family: Trebuchet MS,Verdana;font-size:11pt;font-weight:bold;font-style:italic;color : #333333; }

TD.bluehead { background-color:#669ACC; font-family: Trebuchet MS,Verdana;font-size:11pt;font-weight:bold;font-style:italic;color : #FFFFFF; }

TD.ltblue { background-color:#A9C6E2; color:#000000; font-family: Trebuchet MS; }

A.norm { font : 10pt Helvetica,Verdana; color : #333333; }

A.nav,A.nav:link,A.nav:visited { font-weight : bold; text-decoration : none;  color : #666666;}
A.nav:hover { font-weight : bold; text-decoration : underline; color : #000000; }


.header {  font-size: 14pt; font-weight : bold; color : #669ACC; text-decoration : none; }
A.header {  font-size: 14pt; font-weight : bold; color : #c669ACC; text-decoration : none; }
A.header:hover { font-size: 14pt; font-weight : bold; color : #c669ACC; text-decoration : underline; }
A.header:visited { font-size: 14pt; font-weight : bold; color : #c669ACC; text-decoration : none; }

.title {font: 10pt Helvetica,verdana; font-weight:bold; color:#656565; text-decoration: none;}
A.title {font: 10pt Helvetica,verdana; font-weight:bold; color:#656565; text-decoration: none;}
A.title:hover {font: 10pt Helvetica,verdana; font-weight:bold; color:#656565; text-decoration: underline;}

A.cms {font: 9pt Helvetica,verdana; font-weight:bold; color:#315285; text-decoration: none;}
A.cms:hover {font: 9pt Helvetica,verdana; font-weight:bold; color:#315285; text-decoration: underline;}

.plus {font: 11pt Times; font-weight:bold; color:green; text-decoration: none;}

.small {font: 7pt verdana,arial; color:#000000; text-decoration: none;}
A.small {font: 7pt verdana,arial; color:#666699; text-decoration: underline;}
A.small:hover {font: 7pt verdana,arial; color:blue; text-decoration: underline;}
A.small:visited {font: 7pt verdana,arial; color:#005263; text-decoration: underline;}

.smallwt {font: 7pt verdana,arial; color:#FFFFFF; text-decoration: none;}
A.smallwt {font: 7pt verdana,arial; color:#FFFFFF; text-decoration: underline;}
A.smallwt:hover {font: 7pt verdana,arial; color:blue; text-decoration: underline;}
A.smallwt:visited {font: 7pt verdana,arial; color:#FFFFFF; text-decoration: underline;}

.homepagetitle {font: 14pt Helvetica,verdana,arial; font-weight:bold; color:#000000; text-decoration: none;}
.homepagetext {font:  8pt Helvetica,verdana,arial; font-weight:bold; color:#000000; text-decoration: none;}

.mpop{
position: relative;
z-index: 0;
}

.mpop:hover{
background-color: transparent;
z-index: 50;
}

.mpop span{ /*CSS for enlarged image*/
position: absolute;
width:200px;
background-color: #A9C6E2;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.mpop span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.mpop:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
text-decoration: none;
z-index: 1000; 
}

li {
  margin-left: 2em;
}

