         a
         {
            color: #1fb0e7;
            text-decoration: none;
         }
         a:hover
         {
            color: #8bddfc;
				border-bottom: 1px solid #8bddfc;
         }
         
         a.nav
			{
				text-decoration: none;
            font-weight: bold;
            color: #10478a;
            /*color: #216dcc;*/
            /*color:#0c3379;*/
			}
	      a.nav#current
         {
            color: #FFF;
	      }
			a.nav:hover
			{
				border-bottom: 2px solid #FFF;
            color: white;
			}
			body
			{
				font-family: Helvetica, Verdana;
				font-size: 9pt;
				text-align: center; /* for IE */
				line-height: 0.40cm;
            background-color: black;
			}
			div.width
			{
				width: 640px;
				margin: 0 auto;
				text-align: left;
			}
         div.titlepage
         {
            background-image: url(images/banner.jpg);
            background-repeat: no-repeat;
            width: 640px;
            height: 445px;
            text-align: center;
            padding-top: 10pt;
            margin-top: 10pt;
            color: #FFF;
         }
         div.header
         {
            background-image: url(images/header.jpg);
            background-repeat: no-repeat;
            width: 640px;
            height: 120px;
            text-align: center;
            padding-top: 10pt;
            margin-top: 10pt;
            color: #FFF;
         }
         div.content
         {
            background-image: url(images/footer.jpg);
            background-repeat: no-repeat;
            background-position: bottom;
            background-color:#0c3379;
            width: 640px;
            padding-bottom: 60px;
            color: white;
            top: -19pt;
            position:relative;
         }
         p
         {
            text-align: left;
            width: 580px;
         }
         p.contact
         {
            text-align: left;
            width: 420px;
         }
         p.team
         {
            text-align: left;
            width: 260px;
         }
         table.team
         {
            font-family: Helvetica, Verdana;
            font-size: 9pt;
            color: white;
            border: 0px;
         }
         img.team
         {
            float: left;
            padding: 0 9pt 0 0;
         }
         td.team
         {
            vertical-align:top;
            padding:10px;
         }
         img.design
         {
            float: right;
            padding: 0 0 0 0;
         }

