@charset "utf-8";
/* CSS Document */

  body
  {
    background-color:#cc9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#666;
	position:absolute; left:50%;
    margin-top:40px;
	margin-right:380px;
	margin-left:-380px;
	width:760px;
    /*background-image:url(images/bkgrnd.jpg);*/
  }
  
  /*#wrapper
  {
	  width:95%;
	  margin-left:auto;
	  margin-right:auto;
  }*/
  
  /*div1
  {
	  text-align:center;
	  width:760px;
  }*/
  
  /*div
  {
	  width:760px;
  }*/
  
  /*.emphasis
  {
	  font-weight:bold;
	  font-size:14px;
  }*/
  
  .lighter
  {
	  font-size:90%;
  }
  
  .condensed
  {
	  font-stretch:extra-condensed;

  }
  
  .center
  {
	  text-align:center;
  }
  
  .justify
  {
	  text-align:justify;
  }
  
  img
  {
	  border:none;
  }
  
  .imgFloatRight
  {
	  float:right;
	  margin-left:25px;
  }
  
  .picBorder
  {
	  float:right;
	  margin-top:0px;
	  margin-right:2px;
	  margin-left:25px;
	  border-top:#E5E5CB 5px solid;
	  border-right:#E5E5CB 5px solid;
	  border-bottom:#E5E5CB 5px solid;
	  border-left:#E5E5CB 5px solid;
	  
  }
  
  h3
  {
	  color:#333;
  }
  
  #navBtn1
  {
	  position:absolute;
	  left:0px;
	  top:95px;
  }
	  
  #navBtn2
  {
	  position:absolute;
	  left:155px;
	  top:95px;
  }
  
    #navBtn3
  {
	  position:absolute;
	  left:310px;
	  top:95px;
  }
  
    #navBtn4
  {
	  position:absolute;
	  left:465px;
	  top:95px;
  }
  
    #navBtn5
  {
	  position:absolute;
	  left:620px;
	  top:95px;
  }
  
  a:link
  {
	  color:#666;
	  text-decoration:underline;  
  }
  
   a:visited
  {
	  color:#666;
	  text-decoration:underline;
  }
  
    a:hover
  {
	  color:#000;
	  text-decoration:underline;
  }
  
    a:active
  {
	  color:#666;
	  text-decoration:underline;
  }
  
  /*.underlineLink
  {
	  text-decoration:underline;
  }*/
  
  ul
  {
	  list-style-type:none;
	  line-height:1.8;
  }
  
  .ulDisc
  {
	  list-style-type:disc;
  }
  
  #bioSpacing
  {
	  line-height:2;
  }
  
  hr
  {
	  width:760px;
	  height:.08em;
	  color:#666;
	  background-color:#666;
	  border:0;
	  text-align:center;
	  vertical-align:0px;
  }
	
#footer
{
	text-align:center;
	font-size:75%;
}

/*.navMargin
{
	margin-right:15px;
}*/
	  
	
	/*.mainParagraph
	{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1em;
	  color: blue;
	  font-weight: bold;
	}
	
	.subParagraph
	{
		font-family: "Comic Sans MS";
		font-size: 2em;
		color: green;
	}*/
	
	/*#posMainText
	{
		width: 720px;
		position: absolute;
		left: 180px;
		top: 220px;
	}*/
	
	/*
	#posParagraphTwo
	{
		width: 400px;
		position: absolute;
		left: 445px;
		top: 100px;	
	}*/
