/*this is the css for the vertical menu*/

		.verticall ul{
			list-style-type: none;
			padding: 0px;
			border: 0px solid;
			width: 200px;
		}

		.verticall li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1.2em;
			padding: .1em 1px;
                        text-align: center;
		}

		.verticall li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}

		.verticall li ul{
			position: absolute;
			margin-top: -2em;
		        margin-left: 125px;
                        font-size: 15px;
		}

		.verticalr ul{
			list-style-type: none;
			padding: 0px;
			border: 0px solid;
			width: 200px;
		}

		.verticalr li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1.2em;
			padding: .1em 1px;
                        text-align: center;
		}

		.verticalr li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}

		.verticalr li ul{
			position: absolute;
			margin-top: -2em;
			margin-left: -125px;
                        font-size: 15px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border: 0px solid;
			display: inline; /* inline was block, it's a Firefox menu wrap bugfix */
			height: 1.4em;
			width: 500px; /* menu width */
                                                     font-size: 18px;
		}

                .horizontal ul li a:link{ color: #fbfca0;}
                .horizontal ul li a:visited{ color: #fbfca0;}
                .horizontal ul li a:hover{color: #ff4433;}
                .horizontal ul li a:active{ color: #fbfca0;}

                .horizontal li ul a:link{ color: blue;}
                .horizontal li ul a:visited{ color: blue;}
                .horizontal li ul a:hover{color: red;}
                .horizontal li ul a:active{ color: blue;}

		.horizontal li{
			float: left;
			display: inline;
		}

		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: left;
			display: block;
			width: 125px; /* menu item width */
			padding: .1em 1px;
                        
		}

		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 125px; /* submenu item width */
			display: block;
			height: auto;
                        font-size: 15px;
		}

		.horizontal li li ul{ /* submenu item placement */
			position: absolute;
			margin-top: .1em;
			margin-left: -100px; /* submenu item overlap */
		}


		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}

		/*colors for menu*/

		.grayborder li a{
			background-color: white;
			color: blue;
			border-color: gray;
		}

		.grayborder li a:hover{
			background-color: white;
			color: red;
			border-color: gray;
		}

		.grayborder ul{
			border-color: gray;
		}

		.bluewhite li a{
			background-color: white;
			color: blue;
			border-color: blue;
		}
		.bluewhite li a:hover{
			background-color: white;
			color: red;
			border-color: blue;
		}

		.bluewhite ul{
			border-color: blue;
		}

		.redgray li a{
			background-color: white;
			color: blue;
			border-color: gray;
		}

		.redgray li a:hover{
			background-color: white;
			color: red;
			border-color: gray;
		}

		.redgray ul{
			border-color: gray;
		}

                .menucontainer {
                        width:100%; 
                        filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, enabled=true, positive=true);
                        border: 1px solid gray;
                }

                #masthead {
                        width:600px;
                        height:99px;
                        border:0px solid #666;
                        background: url('logooff.jpg') 50% 50% no-repeat;
               }

               #thelogo {
                        width:600px;
                        height:99px;
              }

              #showcase {
                        width: 300px;
                        height: 400px;
                        background: url(' ') 50% 50% no-repeat;
              }

              #content {
                       width: 900px; 
                       background: url('background.jpg') 50% 50% repeat;
              }

              #menuarea {
                       width: 600px; 
                       background: url('background.jpg') 50% 50% repeat;
              }

             .showcasetitle {
                      font-family: 'Times New Roman';
                      font-size: 18pt;
                      font-weight: bold;
                      color: black;
                      text-align: center;
             }

             .showcasetext {
                      font-family: 'Times New Roman';
                      font-size: 12pt;
                      color: black;
                      text-align: justify;
             }

             .showcasecaption {
                      font-family: 'Times New Roman';
                      font-size: 12pt;
                      color: black;
                      text-align: center;
             }


             .contenttitle {
                      font-family: 'Georgia';
                      font-size: 26pt;
                      font-weight: normal;
                      color: red;
                      text-align: left;
             }

             .contenttext {
                      font-family: 'Arial';
                      font-size: 14pt;
                      font-weight: normal;
                      color: black;
                      text-align: justify;
             }

             .contentcaption {
                      font-family: 'Times New Roman';
                      font-size: 12pt;
                      color: black;
                      text-align: center;
             }

             .footertext {
                      font-family: 'Arial';
                      color: black;
                      font-size: 9px;
                      text-align: center;
             }

             .footertextl {
                      font-family: 'Arial';
                      color: black;
                      font-size: 9px;
                      text-align: right;
             }

             .footertextr {
                      font-family: 'Arial';
                      color: black;
                      font-size: 9px;
                      text-align: left;
             }

             .footnote {
                      font-size: 10px;
                      vertical-align: super;
             }