body {
	background-image: url(images/backgrnd/bg_tansmoke1.jpg);
	background-color: #FFFFFF;
	color: #006600;
    min-width: 1200px;
    margin: 0;
    border: 0;
    padding: 0;
	font-family : "Comic Sans ms", Arial, Sans-serif;
	font-style : normal;
	font-size: medium;
	font-weight: normal;
	}

h1 {
	font-family: monotype corsiva, cursive, sans-serif;
	font-weight: bolder;
	font-size: 250%;
	text-align: center;
	}

h2 {
	font-size : 175%;
	text-align: center; }

h3 {
	font-size : 125%;
	}

h4 {
	font-weight: bold;
	font-size : 100%;
	text-align: center; }

h5 {
    font-size: 80%;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
	}

h6 {
	font-size: 70%;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
	}

#head {
	display: block;
	position: relative;
	top: 0px;
	min-width: 1200px;
    z-index: 20;
	}

#main {
    display: block;
	position: relative;
	width: 100%;
    z-index: 20;
    padding-bottom: 50px;
	}
div.leftcol{
    position: relative;
    float: left;
    width: 15%;
    padding: 0;
    border: 0;
    font-family: monotype corsiva, cursive, sans-serif;
    }
div.rightcol{
  position: relative;
  float: right;
  width: 15%;
  padding: 0;
  border: 0;
  margin-right 0;
  font-family: monotype corsiva, cursive, sans-serif;
  }
ul.col{
  list-style-type: none;
  padding: 0;
  border: 0;
  }
ul.col li{
  font-size: 100%;
  font-weight: bold;
  line-height: 200%;
  margin-left: 1em;
  text-align: left;
    }
ul.col li a:hover{
     padding: 3px;
     border: 3px ridge #006600;
     background-color: #FFFFCC;
     }
div.content{
	display: block;
	background-image: url(images/backgrnd/bg_tansmoke1.jpg);
    border-color: #006600;
    border-style: double;
    border-width: 3px;
	background-color: #CCCC99;
    margin-left: 15%;
    margin-right: 15%;
    min-width: 800px;
    max-width: 1200px;
    min-height: 1000px;
	padding: 10px 10px 50px 10px;
	text-align: justify;
    }

div.bio{
	text-align: center;
	}


table{
	color: #CC9966;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding: 3px;
	}

td{
	padding: 5px;
	text-align: center;
	font-size:80%;
	font-weight: bold;}

td.caption{
	caption-side: top;
	font-size: 80%;
	font-weight: bold;}

td.title{
    font-size: 125%;
    font-weight: bold;
    color: green;}

hr {
   color: #006600;
   width: 70%;
   text-align: center;
}



p {
	text-align: justify;
	text-indent: 2em;
	margin-right: 2em;
	margin-left: 2em;}

p.comment {
	text-align: justify;
	font-size: 80%;
	margin-right: 2em;
	margin-left: 2em;}

p.img {
    text-indent: 0;
    text-align: center;
}

p.copyright {
   font-size: 70%;
   font-weight: lighter;
   font-style: italic;
   text-align: center;
}

ul.nav{
	list-style: none;
	font-size: 0.8em;
	line-height: 200% }

a:link{
	color: #006600;
	text-decoration: none; }

a:hover{
	color: #006600;
	background-color: #FFCC33;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	}

a:visited{
	color: #006600;
	text-decoration: none;}





