  BODY {
	background: #eeeeff;
	color: #4d7bff;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin: 4% 4% 4% 4%;
	padding: 0%;
}

img {
display: block;
border: none;
}

#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: #049AF9;
	width: 200px;
	float: right;
}

#content-left {
	width: 233px;
	float: left;
	text-align: center;
	background: #EEEEFF;
	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: #EEEEFF;
	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;
}


		table {
	background-color: #EEEEFF;
	text-align: justify;
	border: none;
	font-size: 95%;
	padding: 1% 2% 1% 2%;
	width: 100%;
	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-weight: normal;
   height: 200px;
	letter-spacing: 0.05em;
	font-family: "arial", sans-serif;
	font-weight: normal;
	text-align: right;
	padding-bottom: 10px;
	color: #4d7bff;
}

H2 {
	font-weight: normal;
	letter-spacing: 0.05em;
	font-family: "arial", sans-serif;
	font-weight: normal;
	text-align: center;
	padding-top:10px;
	color: #4d7bff;
}

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: #4d7bff;
}

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 : 60%;
      }
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;
      }

