<!--tttfarm.com-->
<!-- Thanks to w3schools.com, project7.com, w3.org, and other online CSS resources-->


<style type="text/css">

body{
	margin: 0px;
	background: #808080;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

h1{
	margin:0; 
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	color:#000099;
	}

h2{
	margin:0; 
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color:#000099;
	}

h3{
	margin:0; 
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#000000;
	font-weight: normal;
	}

h4{
	margin:0; 
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	color:#000000;
	font-weight: normal;
	font-style: italic;
	}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	}

ul
	{
	list-style: disc outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	}


table	{
	table-layout: auto;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: solid;
	border-color: #C8C8C8;
	border-spacing: 0px;
	empty-cells: show;
	}

th	{
	font-size: 14px;
	text-align: center;
	}
td	{
	font-size: 12px;
	text-align: left;
	border: solid;
	border-color: #C8C8C8;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 10px;
	}

#Header{
        height:220px;
        background:#FFFFFF;
        color:#000000;
	margin:0px 0 0 0;
	text-align: center;
        }

#Links{
        position: absolute;
        top: 140px;
        left: 10px;
        width: 150px;
        background: #FFFFFF;
	color: #333333;
        margin: 0px;
        padding: 0px;
        height: 100%;
        }

#Content{
        margin: 20px 20px 20px 170px;
        background: #FFFFFF;
	color: #333333;
        padding: 20px;
	position :relative;
	text-align: Justify;
        }

#Footer {
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	}
	
	#Footer .date {
		float: left;
		text-align: left;
		}
	
	#Footer .contact {
		float: right;
		text-align: right;
		}

#Linklist {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 140px;
	}

#Linklist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	}

#Linklist li {
	margin: 0 0 3px 0;
	}

#Linklist a {
	/*/*/display: block;
	padding: 2px 2px 2px 24px;
	border: 0px solid #333;
	width: 140px;
	background-color: transparent;
	font-weight: bold;
	}

#Linklist a:link, #Linklist a:visited {
	color: #000000;
	/*/*/color: #000000;
	text-decoration: none; /* */
	font-weight: bold;
	}

#Linklist a:hover {
	border: 0px solid #333;
	background-color: #0066FF;
	color: #FFFFFF;
	font-weight: bold;
	}

#Currentlink a:link, #Currentlink a:visited, #Currentlink a:hover {
	/*/*/border: 0px solid #333;
	background-color: #0066FF;
	color: #FFFFFF;
	font-weight: bold; /* */
	}

</style>

