body
    {
    margin: 0;
    padding: 0;
    color: #333;
	font-size: 13px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
    background-color: #336600;
    }
a
    {
    color: #336600;
	background-color: #FFFFFF;
    }
a:hover
    {
    color: #D60808;
	background-color: #FFFFFF;
    }

h2
    {
    font-size: 18px;
    }

h3
    {
    font-size: 16px;
    }
	
#shell
    {
    margin: 0 auto;
    width: 724px;
    position: relative;
	color: #333333;
    background-color: #FFFFFF;
    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;
    }


#linkmenu
    {
    position: absolute;
	padding: 20px 0px 0px 0px;
    top: 0px;
    left: 0;
    width: 210px;
	bottom: 0px;
	color: #336600;
	background-color: #BFD6B6;
    }
#linkmenu ul li
    {
    font-size: 13px;
    border-bottom: 1px solid #E6EEF0;
    display: block;
    padding: 5px 0;
    }

#linkselect ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
    }
#linkselect ul li
    {
    font-size: 12px;
    }
#linkselect ul li a
    {
    text-decoration: none;
    display: block;
    font-size: 13px;
	color:#336600;
	background-color: #BFD6B6;
    }
#linkselect a:hover
	{
	text-decoration: underline;
    color: #D60808;
	background-color: #BFD6B6;
	}

li.break
	{
	padding-bottom: 1em;
	text-align: justify;
	}

div.page-bottom
	{
	font-size: 10px;
	color: #336600;
	background-color: #FFFFFF;
	text-align: center;
	}

div.image-center, div.image-left, div.image-right
	{
	margin: 0em 1em 1em 1em;
	padding: 0.5em;
	}

div.image-center
	{ 
	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-center p, div.image-left p, div.image-right p
	{
	color: #336600;
	background-color: #FFFFFF;
	text-align: center;
	font-size: smaller;
	text-indent: 0;
	}

.center{ text-align: center; }
.justify{ text-align: justify; }
.right{ text-align: right; }

.greenbold
	{
	color: #336600;
	background-color: #FFFFFF;
	font-weight: bold;
	}

.table-header
	{
	margin-left:auto; 
	margin-right:auto;
	color: #333333;
	background-color: #BFD6B6;
    font-size: 16px;
	font-weight: bold;
	text-align:center;
	}
.table-header td
	{
	color: #333333;
	background-color:#FFFFFF;
	}
