/*--LINK CONTROLS------------------------------*/
a:link {color: #00008B; text-decoration: none; }
a:active {color: #00008B; text-decoration: none; }
a:visited {color: #6495ED; text-decoration: none; }
a:hover {color: #FFEC8B; text-decoration: underline;}
a img {border: none; }
/*- Menu Tabs--------------------------- */
 		#tabsD {
		float:left;     		
		width:100%;
	 	background:"white";   		
		font-size:93%;
	 	line-height:normal;	
		border-bottom:1px solid #003399;
  		}
   		#tabsD ul {
		margin:0;
		padding:-4px 10px 0 0;
		list-style:none;
     		}
   		#tabsD li {
      		display:inline;
      		margin:0;
      		padding:0;
      		}
    		#tabsD a {
      		float:right;
      		background:url("tableftD.gif") no-repeat left top;
      		margin:0;
      		padding:-4px 0 0 4px;
      		text-decoration:none;
      		}
    		#tabsD a span {
      		float:left;
      		display:block;
      		background:url("tabrightD.gif") no-repeat right top;
      		padding:0px 15px 4px 6px;
      		color:#003399;
      		}
    		/* Commented Backslash Hack hides rule from IE5-Mac \*/
    		#tabsD a span {float:none;}
    		/* End IE5-Mac hack */
    		#tabsD a:hover span {
      		color:#66CCFF;
      		}
    		#tabsD a:hover {
      		background-position:0% -42px;
      		}
    		#tabsD a:hover span {
      		background-position:100% -42px;
      		}  
/*--FRAMES-------------------------------------*/
div.top,div.bottom {
  margin: 0;
  overflow: none;
}

div.top {
	position: absolute;
	top: 0;
	left: 0;
	width: 1191px;
	height: 132px;
	background-color: rgb(255,255,170);
}

div.top div {
  width: auto;
  height: auto;
}

div.middle {
	position: absolute;
	top: 132px;
	left: 0;
	width: 100%;
	Height: 770px;
	/*background-color: rgb(253,244,249);*/
   background-color: #66CCFF;
   }

div.middle div {
  /* Reset to normal values */  
  left: 0;
  right: auto;
  height: auto;
  width: auto;
}

/*--LISTS--------------------------------------*/
#navlist
{
position: relative;
padding-left: 0;
margin-left: 0;
border-bottom:1px dashed #6495ED;
width: 200px;
top: 65px;
left: 25%;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top:1px dashed #6495ED;
}

#navlist li a:hover {text-decoration: underline;}
#navlist li a:hover img {visibility:visible; filter:progid:DXImageTransform.Microsoft.ALpha(opacity=100);}
#navlist li a img {
	position: absolute;
	top: -72;
	left: 349px;
	visibility: visible;
	filter:progid:DXImageTransform.Microsoft.ALpha(opacity=0);
	}

ul.info {
	position: relative;
	top: 10px;
	left: 26%;
	}

ul.info li { list-style-type: circle; }


/*---PAGE CONTENT------------------------------------------------*/

body {margin: 0;
	color: #003399}

#bodytext {
	float:left;
	position:relative;
	top: 1.5%;
	left: 2.5%;
	width: 45%;
	height: 100%;
	z-index:2;
	}

img.main {
	position: relative; 
	left: 3%; 
	top: 15%;
	z-index:1;
	}

img.main2 {
	position: relative; 
	left: 0; 
	top: 7.5%;
	z-index:1;
	}

img.link {z-index:2;}

img.banner {
	position: relative;
	left: 0;
	top: 5px;
	float: left;
	}

h1.title {
	position: relative;
	top: 4%;
	left: 0;
	font-family: 'monotype corsiva';
	font-size: 24pt;
	font-weight: 200;
	line-height: 110%;
	}

p {
	position: relative;
  }  

p.message {
	top: 4%;
	font-size:12pt;
	font-family: 'georgia';
	font-weight: 400;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	}

p.tight {
	top: 10%;
	width: 150px;
	font-size:8pt;
	font-family: 'georgia';
	font-weight: 400;
	text-align:center;
	border:1px dashed #C7377D;
	margin-right:auto;
	margin-left:auto;
	}


p.main {
	left: 12.5%; 
	width: 312px;
	font-size:10pt;
	font-family: 'georgia';
	font-weight: 400;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	}

p.body {
	top: 0px;
	left: 17%; 
	font-size:8pt;
	}

p.testimonial {
	position: relative;
	float:left;
	font-family: 'georgia'; 
	font-weight: 400; 
	font-size: 12pt;
	width: 55%;
	top: 17.5%;
	height:auto;
       }

p.footnote {
	top: 2.5%;
	position: relative;
	text-align: center;
	font-size: 8pt;
        }

#testimonial {
	position: relative;
	left: 15%;
 	height: auto;
  	width: 75%;
   	top: -5%;
   	z-index:1;
  	}

#sidescroll {
	position: absolute;
	top: 280px;
	left: 0;
	z-index: 25;
	width: 60%;
	}

