body { 
    background: #FFFECB;
    color: #000000;
    margin: 0em; 
	padding: 0em;
	font-size: 80%;
	font-family: Kristen ITC, Arial, Helvetica, sans-serif;
	}

div.image, div.image-left, div.image-right{
	margin: 0em 1em 1em 1em;
	padding: 0.5em;
}

div.image{
  text-align: center;
}

div.image-right {
  float: right;
  margin-right: 0;
  padding-right: 0;
}

div.image-left {
  float:left;
  margin-left: 0;
  padding-left: 0.5em;
}

div.image p, div.image-left p, div.image-right p{
  color: #000000;
  text-align: center;

  font-size: smaller;
  text-indent: 0;
}

.main-header{
	color: #000000;
	font-family: Kristen ITC, Caflisch, Flemish, Cursive;
	font-size: 3.5em;
	font-weight: bold;
	text-align: center;
}

.footer{
	color: #000000;
	text-align: center;
	font-size: smaller;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 0.3em;
	border: 1px solid #336666;
	margin: 0em 0em 1em 0em;
	}
		
h2 {
	font-size: 1.3em;
	font-weight: bold;
	}
		
h3 {
	font-size: 1.2em;
	font-weight: bold;
	}
  
h4 {
	font-size: 1.1em;
	font-weight: bold;
	}
	
h5 {
	font-size: 1em;
	font-weight: bold;
	}
	
h6 {
	font-size: 0.8em;
	font-weight: bold;
	}

#shell
    {
    margin: 0 auto;
    width: 724px;
    position: relative;
	color: #000000;
    background-color: #FFFECB;
    padding: 0 10px 0 10px;
    }
* html #shell
    {
    width: 744px;
    w\idth: 724px;
    }

#envelope
	{
	color: #333333;
	background-color: #FFFFFF; 
	}

#opening
    {
	color: #333333;
	background-color: #FFFFFF;
    margin: 0 20px 0 232px;
    }
#opening p
    {
    margin: 10px 0 10px 0;
    }
#opening h3
    {
    width: 200px;
    height: 24px;
    margin: 40px 0 10px 0;
    }


.center
{ text-align: center;
}

.justify
{ text-align: justify;
}

.table-center {
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
	}

ul.li{
	list-style-type: disc;
	line-height: 1.5em;
     }
	 
.clear li{
	list-style-type: none;
	line-height: 1.5em;
     }
		
a:link{
	color: #000000;
}

a:visited{
	color: #000000;
}

a:hover{
	color: #FF0000;
}