body {
	background-image: url(images/backgrnd/bg_goldsplash.jpg);
	font-family : "Comic Sans ms", Arial, Sans-serif;
	font-style : normal; 
	font-size: medium;
	font-weight: normal;
	color: #000066;
	}
	
h1 {
	font-family: cursive;
	font-weight : bolder;
	font-size: 300%;
	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;
	}

/* modified from Alsacreations, XHTML and CSS drop-down menu */
/* header navigation bar inline ul */
#headnavbar{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: monotype corsiva, cursive, sans-serif;
    font-size: 125%;
    font-weight: bold;
    }
#headnavbar ul{
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    }
#headnavbar li{
    display: inline;
    text-align: center;
    margin: 0;
    padding: 10px;
    border: 0;
    }
#headnavbar ul li{
   text-align: center;
   width: 115px;
    }
#headnavbar ul li a{
    margin: 0 0 0 1px;
    padding: 5px 10px;
    }
#headnavbar ul li a:active{
    text-decoration: none;
    }
#headnavbar ul li a:hover{
     border: 3px ridge navy;
     background-color: #FFFFCC;
     }
/* navbar end */

#main{
    display: block;
    top: 150px;
    text-align: center;
}

div.content{
    display: block;
    width: 100%
    min-width: 1200px;
    padding: 10px 10px 50px 10px;
    text-align: center;
    }

div.header1 {
    font-family:  "Comic Sans ms", Arial, Sans-serif;
	font-weight: bolder;
	font-size: 200%;
	text-align: center;
    padding-top: 20px;
    }

div.header2 {
    text-align: center;
    font-weight: bolder;
}

div.bio{
	text-align: center;
    padding: 20px;
	}

table{
	min-width: 1000px;
    max-width: 1400px;
    border: 2px;
    border-style: double;
    border-color: #D2B48C;
    color: #330066;
    text-align: left;
	vertical-align: middle;
	}

table.fourgen td{
  width: 25%;
  border: 1px;
  border-style: solid;
  border-color: #D2B48C;
  padding: 0;
  margin: 0;
}

td{
  width: 33%;
  border: 1px;
  border-style: solid;
  border-color: #D2B48C;
  padding: 0;
  margin: 0;
}

td.champion {
   color: #FF0000;
   font-weight:bold;
   padding: 0;
   margin: 0;
}

td.certification{
   	font-style: oblique;
	font-weight : lighter;
	font-size : 75%;
    color: navy;
	padding: 15px;
	margin-left: 5px;
	}

p.copyright {
   font-size: 70%;
   font-weight: lighter;
   font-style: italic;
   text-align: center;
}

a:active{
	color: #3366CC;
	text-decoration: none; }
	
a:link{
	color: #3366CC;
	text-decoration: none; }
	
a:hover{
	color: #000000;
    font-weight: lighter;
	background-color: #FFCC99;
	text-decoration: none;}

a:visited{
	color: #9999CC;
	text-decoration: none;}