body {
    background-image:url(images/backgrnd/bg_navystar6.jpg);
	background-color: #000033;
	color: #000000
    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: bold;
	font-style: italic;
	text-align: center;
	}

h6 {
	font-size: 80%;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
	}

#head {
	display: block;
	position: relative;
	top: 0px;
	min-width: 1200px;
    color: red;
    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;
    color: #CC0033;
    font-family: monotype corsiva, cursive, sans-serif;
    }
div.rightcol{
  position: relative;
  float: right;
  width: 15%;
  padding: 0;
  border: 0;
  margin-right 0;
  color: #CC0033;
  font-family: monotype corsiva, cursive, sans-serif;
  }
ul.col{
  list-style: none;
  padding: 0;
  border: 0;
  color: #CC0033;
  }
ul.col li{
  font-size: 100%;
  font-weight: bold;
  color: #CC0033;
  line-height: 200%;
  margin-left: 1em;
    }
ul.col li a:hover{
     padding: 3px;
     color: #CC0033;
     border: 3px ridge #CC0033;
     background-color: #FFFFCC;
     }

div.content{
	display: block;
	background-image: url(images/backgrnd/bg_goldsplash.jpg);
	background-color: #669999;
    margin-left: 15%;
    margin-right: 15%;
    min-width: 800px;
    max-width: 1200px;
    min-height: 1000px;
    border-color: #CCCCFF;
    border-width: 15px;
    border-style: ridge;
	padding: 10px 10px 50px 10px;
   	text-align: justify;
    color: #CC0033;
    }

div.bio {
	text-align: center;
    font-weight: bolder;
	}

table {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding: 3em;
	}

td {
	padding: 5px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;}

td.italic {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    padding: 10px;
}

hr {
   color: #663300;
   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;
}

div.footer {
    font-size: 85%;
    font-weight: light;
    text-align: justify;
    margin-left: 5em;
    margin-right: 5em;
    }

a:active {
	color: #CC0033;
	text-decoration: none; }

a:link {
	color: #CC0033;
	text-decoration: none; }

a:visited {
	color: #CCCCFF;
    font-weight: light;
	text-decoration: none; }

a:hover {
	color: black;
	background-color: #FFFFCC;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	}



	
	
	


