html		{
		padding-left: 0px;
		margin: 0px;
		}
body         	{
		padding: 0px;
		margin: 0px;
		background: #FFFFFF
		}
#logo	        {
		background: url(images/logobg2.png) repeat-y scroll top right;
                border: 1px solid #005a00;
		position: fixed;
                left: 100px;
                top: 5px;
                right: 100px;
		height: 160px;
                padding: 5px;
                z-index: 1;
		}
#apple	        {
		background: url(images/hcflsm.gif) no-repeat scroll top left;
		position: fixed;
                top: 11px;
                left: 106px;
		height: 160px;
                width: 220px;
                z-index: 2;
		}
#words	        {
		background: url(images/logotext.png) top left;
		position: fixed;
                top: 51px;
                left: 265px;
		height: 111px;
                width: 500px;
                z-index: 2;
		}
#nav      	{
		background: url(images/bg_tile.png) repeat top left;
		border: 1px solid #005a00;
		position: fixed;
                left: 100px;
                top: 178px;
                right: 100px;
                text-align: center;
                padding-top: 4px;
                padding-bottom: 4px;
                font-family: "Times New Roman";
                z-index: 1;
		}
#text	        {
		background-color: #FFFFFF;
		border: 1px solid #005a00;
		position: absolute;
		left: 100px;
		top: 249px;
                right: 100px;
                bottom: 5px;
		overflow: auto;
		padding: 4px;
		font-family: "Calibri";
		font-size: 15px;
		}
.dec            {
                text-decoration: underline;
                font-weight: bold;
                }

a:link	{color: #005a00; text-decoration: none; font-size: 17px;}
a:visited{color: #005a00; text-decoration: none; font-size: 17px;}
a:hover	{color: #9a0000; text-decoration: none; font-size: 17px;}
a:active{color: #005a00; text-decoration: none; font-size: 17px;}