
html,body
{
	margin: 0;
	padding: 0;
}

body
{
	font: 76% "Lucida Sans", Verdana, arial,sans-serif;
	text-align: center;
	background-color: #006f3b;
	background-image: url(images/backgrad.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
}

p { margin: 0 10px 10px; }


div#container
{
	width: 940px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/palmbackg.gif);
	background-repeat: no-repeat;
	background-position: 600px bottom;
}

div#content
{
	margin: 0;
	padding: 0;
	width: 940px;
}

div#container { text-align: left; }
div#content p { line-height: 1.4; }
div#navigation { background: #B9CAFF; }


div#content
{
	float: left;
	background-image: url(images/linesr.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

div#navigation
{
	float: right;
	width: 200px;
}


div#txtr
{
	float: left;
	width: 400px;
	margin: 20px;
}

div#txtm
{
	float: left;
	width: 818px;
	padding: 20px;
	padding-right: 100px;
}






div#title
{
	height: 40px;
	margin-top: 25px;
	margin-left: 8px;
}

div#title h2
{
	margin: 0;
	padding: 0;
	display: none;
}



div#txtm h4
{
	color: #090;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#box2
{
	background-color: #FFD;
	color: #000;
	border: 1px solid #F90;
	margin-top: 30px;
	float: left;
	clear: both;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}

div#txtm #box2 h4
{
	color: #F90;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}


div#txtm a, div#txtr a, #box2 a
{
	color: #006221;
	text-decoration: none;
}
div#txtm a:hover, div#txtr a:hover, #box2 a:hover {color: #F90;}










div#footer a
{
	color: #333;
}
div#footer a:hover
{
	color: #006221;
}


div#footer
{
	height: 24px;
	margin: 0;
	padding: 0;
	clear: both;
	background-image: url(images/footgrad1.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom: 1px solid #006221;
	font-size: 10px;
	text-align: center;
	width: 940px;
	color: #333;
}
div#footer p
{
	margin: 0;
	padding-top: 6px;
}





div#footer2 a { color: #CCC; }
div#footer2 a:hover { color: #FC0; }


div#footer2
{
	height: 24px;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 10px;
	text-align: center;
	color: #CCC;
}
div#footer2 p
{
	margin: 0;
	padding-top: 10px;
	margin-bottom: 10px;
}




div#header
{
	height: 117px;
	margin: 0;
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 940px;
}


