body		{
		align:			center;
		background-image:	url('greenback.png');
		}

div.main	{
		align:			center;
		background-color:	#DDFFDD;
		width:			640px;
		position:		relative;
		margin:			0 auto;
		}

img.main	{
		margin:			0px;
		padding:		0px;
		}

div.content	{
		padding-top:		25px;
		align:                  center;
                background-color:       #DDFFDD;
                width:                  100%;
		}

div.menu	{
		align:			center;
		width:			100%;
		height:			22px;
		position:		relative;
		top:			-5px;
		background-color:	#004020;
		margin-top:		0px;
		padding-top:		0px;
		}

div.item	{
		align:			center;
		color:			#AABBBB;
		height:			100%;
		padding-left:		40px;
		padding-right:		38px;
		border-left-style:	solid;
		border-left-color:	#228242;
		border-left-width:	1px;
		display:		inline;
		font-family:            verdana, ariel, sans-serif;
		font-size:              small;
		}

div.litem       {
                align:                  center;
                color:                  #AABBBB;
                height:                 100%;
                padding-left:           40px;
		padding-right:		39px;
                display:                inline;
                font-family:            verdana, ariel, sans-serif;
                font-size:              small;
                }


p		{
		align:			left;
		font-family:		verdana, ariel, sans-serif;
		font-size:		small;
		color:			#000011;
		margin:			20px;
		padding-bottom:		5px;
		line-height:		20px;
		}

div.footer	{
		align:			center;
		font-family:		tahoma, ariel, sans-serif;
		background-color:	#004400;
		color:			#888888;
		font-size:		x-small;
		}

.footer a:link	{
		color:			#888888;
		text-decoration:	none;
		}

.footer a:visited {
		text-decoration:	none;
		color:			#888888;
		}

.footer a:hover {
                text-decoration:        underline;
                }

.item a:link	{
		color:			#AABBBB;
		text-decoration:	none;
		}

.item a:visited {
		color:			#AABBBB;
		text-decoration: 	none;
		}

.item a:hover   {
                text-decoration:        underline;
                }

.litem a:link   {
                color:                  #AABBBB;
                text-decoration:        none;
                }

.litem a:visited {
		color:			#AABBBB;
		text-decoration:	none;
		}

.litem a:hover  {
                text-decoration:        underline;
                }

span.scott	{
		color:			#AA3333;
		}

a.nolink	{
		color:                  #000011;
		text-decoration:	none;
		}

ul		{
                list-style-type:        circle;
		}

li		{
		font-size:		small;
		font-family:		tahoma, verdana, arial, sans-serif;
		}

a:hover		{
		text-decoration:	underline;
		}

a:visited	{
		color:			black;
		}

a		{
		text-decoration: 	none;
		color:			black;
		}
