BODY {
	background: #fff;
	color: #000;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: .9em;
	margin: 4% 4% 4% 4%;
	padding: 0%;
}

#popitmenu{
position: absolute;
background-color: #fff;
border:1px solid navy;
font: normal 11px Arial;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: blue;
background : #c1d1ff;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
color: white;
background: #c1b1ff;}

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

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

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #EEEEFF;
	padding: 5px;
	left: -1000px;
	border-top: thick solid #f4f5FF;
	border-left: thick solid #F4F5FF;
	border-right: medium solid #bbdeff;
	border-bottom: medium solid #BBDEFF;
	-moz-border-radius: 20px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

img {
	display: inline;
	border: none;
	padding: 5 10 5 10;
}

.handcursor{
cursor:hand;
cursor:pointer;
}

#quote {
	font: small-caption;
	color: GrayText;
	padding-top: 15px;
}

#quote-box {
	background-color: #c1d1ff;
	border: 1px solid WindowFrame;
	text-align: center;
	font: small-caption;
	color: #000;
	width: 200px;
	float: right;
}

#content-left {
	width: 233px;
	float: left;
	text-align: center;
	background: #fFF;
	border-top: thick solid #f4f5FF;
	border-left: thick solid #F4F5FF;
	border-right: medium solid #bbdeff;
	border-bottom: medium solid #BBDEFF;
	padding: 5px;
	-moz-border-radius: 20px;	
}

	#content-right {
	width: 67%;
	float: right;
	background: #fFF;
	border-top: thick solid #f4f5FF;
	border-left: thick solid #F4F5FF;
	border-right: medium solid #bbdeff;
	border-bottom: medium solid #bbdeff;
	padding: 10px;
	-moz-border-radius: 20px;
}

	#content-right-black {
	width: 67%;
	float: right;
	background: #000;
	color: #F5F5F5;
	border-top: thick solid ThreedHighlight;
	border-left: thick solid ThreedHighlight;
	border-right: medium solid ThreedShadow;
	border-bottom: medium solid ThreedShadow;
	padding: 10px;
	-moz-border-radius: 20px;
}


		table {
	background-color: #fFF;
	text-align: justify;
	border: none;
	font-size: 95%;
	padding: 1% 2% 1% 2%;
	width: 600px;
	height: 80%;
	-moz-border-radius: 2%;
	table-layout: fixed;
}

td {
	vertical-align: top;
	padding: 1% 2% 1% 2%;
	background-repeat: no-repeat;
	}

th {
	text-align: center;
	vertical-align: top;
	padding: 1% 2% 1% 2%;
	background-repeat: no-repeat;
}


H1 {
	font-size: 1.8em;
	font-weight: normal;
	height: 200px;
	letter-spacing: 0.05em;
	font-family: "arial", sans-serif;
	font-weight: normal;
	text-align: right;
	padding-bottom: 10px;
	color: #000;
}

H2 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-family: "arial", sans-serif;
	font-weight: normal;
	text-align: center;
	padding-top:10px;
	color: #000;
}

H3, H4, H5, H6 {
	font-weight: normal;
	letter-spacing: 0.05em;
	font-family: "arial", sans-serif;
	font-weight: normal;
	text-align: left;
	padding-top:10px;
	color: #000;
}

A {
          color : blue;
			 text-decoration : none;
          font-size : 1em;
          font-weight : normal;
          background : #c1d1ff;
      }
A:hover {
	color: white;
	background: #c1b1ff;
	text-decoration: none;
}
a:active {
          color : white;
          text-decoration : none;
          font-weight : bold;
          background : blue;
      }
a:visited {
          color : blue;
          text-decoration : none;
          font-weight : normal;
          background : white;
      }
a.pdf {
          background : #c1d1ff url(img/pdf_icon.gif) no-repeat left top;
          padding : 2px 0 2px 20px;
      }
		a.pdf:link {
          color : blue;
          text-decoration : none;
          background : #c1d1ff url(img/pdf_icon.gif) no-repeat left top;
      }
a.pdf:visited {
          color : blue;
          text-decoration : none;
          background : white url(img/pdf_icon.gif) no-repeat left top;
      }
a.pdf:active {
          color : white;
          background : blue url(img/pdf_icon.gif) no-repeat left top;
      }
a.pdf:hover {
          color : white;
          text-decoration : none;
          background : #c1b1ff url(img/pdf_icon.gif) no-repeat left top;
      }

a img {
          border-width : 0;
      }

a.button, a.button:visited {
	display: block;
	text-align: center;
	width: 90px;
	height: 20px;
	font-size: 12px;
	background: url(img/btn-lightblue-lnk.png) no-repeat center;
	color: blue;
	text-decoration: none;
}
a.button:hover {
          color : white;
			 text-align: center;
	       background : url(img/btn-blue-hvr.png) no-repeat center;
      }
		
.menu

  {

   background-color : #c1d1ff;
   border:1px solid darkblue;
   width:150;
   font-size:11px;
   font-family:verdana;
   font:bold;
   position:absolute;
   cursor:se-resize;

  }

  .item_panel

  {

    width:150;
    border-left:1px solid darkblue;
    border-right:1px solid darkblue;
    clip:rect(0,150,0,0);
    position:absolute;



  }

  .item_panel a

  {

   text-decoration:none;
   color:navy;
   cursor:hand;

  }

  .item

  {

   background-color:#c1d1ff;
   width:148;
   font-size:10px;
   font-family:verdana;



  }
		
    HR {
          height : 1pt;
      }
em {
          font-style : normal;
          font-weight : bold;
      }
em.lg {
          font-size : 1.5em;
      }
   i {
          font-style : italic;
      }
i.right {
          text-align : right;
      }
sup {
          font-size : 80%;
          vertical-align : top;
      }
small {
          font-size : 80%;
      }
sup.small {
font-size : 50%;
      }
h1.right {
 text-align : right;
      }
 h2.right {
          text-align : right;
      }
h3.right {
          text-align : right;
      }
p.pullquote {
          font-size : 80%;
          font-weight : normal;
          font-style : normal;
          text-align : left;
          margin-left : 0;
          margin-right : 0;
      }
p.left {
          text-align : left;
      }
p.right {
          text-align : right;
      }
p.center {
          text-align : center;
      }
p.sm_rt {
          font-size : 65%;
          text-align : right;
      }
p.footnote {
          font-size : 65%;
          margin-left : 20px;
          margin-right : 50px;
          text-align : left;
      }
p.note {
          font-size : 65%;
          margin-right : 50px;
          text-align : left;
      }
ol {
          font-family : Arial, sans-serif;
          list-style-type : decimal;
          text-align : left;
        margin-right : 20px;
      }
ol.footnote {
          font-size : 100%;
          margin-right : 20px;
      }
ul {
	font-family : Arial, sans-serif;
	list-style-image : url(img/bullet-c.png);
	font-weight : normal;
      }
li {
          font-family : Arial, sans-serif;
          font-size : 100%;
          font-weight : normal;
          font-style : normal;
      }
address {
          font-family : Verdana, AkzidenzGrotesk, Univers, Helvetica, Arial, sans-serif;
          font-size : 100%;
          font-weight : normal;
          font-style : italic;
          text-align : left;
          margin-left : 0;
      }

