body 				{
					background-color: #698170; 
					}
#container 			{
					width: 720px; 
					margin: 0 auto; 
					margin-bottom:20px;
					margin-top: 0px;
					background-color: white;
					} 
#header 			{
					position:relative; z-index: 2;
					width: 720px;
					height: 176px;
					background-color: #ffffff;
					}
#logo 				{
					position: absolute; top: 65px; left:40px;
					}
#headertext 		{
	position: absolute;
	top: 170px;
	left:288px;
	z-index: 2;
	font-family: "palatino", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: white;
	width: 369px;
	height: 30px;
	text-align: right;
					}
#navigation 		{
	float: left;
	padding-top: 0px;
	background-color: white;
	width: 295px;
	padding-bottom: 15px;
					}

#container2			{
					position: relative; top: -20px; z-index: 1;
					width: 660px;
					padding-top: 40px;
					background-color: white;
					font-family: "arial", sans-serif;
					text-align: left;
					font-size: 13px;
					color: black;
					padding-right: 60px;
					}
#column				{
					float: right;
					padding-top: 13px;
					background-color: white;
					width: 365px;
					}
#container2 p		{
					padding-left: 60px;
					}
#outline			{
					border-color: #698170;
					border-width: 8px;
					border-style: solid;
					}
#footer 			{
					width: 720px;
					background-color: #698170;
					clear: both;
					}
#footertext 		{
					font-family: "palatino", serif;
					font-size: 12px;
					color: black;
					text-align: center;
					position: relative; top: -45px;
					}
.piccolumnleft		{
					width: 600px;
					clear: both;
					display: block;
					
					}
.piccolumnleft img	{
				 	float: left;
					padding-right: 20px;
					vertical-align: top;
					padding-bottom: 20px;
					}
.piccolumnleft span{
					clear: right;
					}
.piccolumnright		{
					width: 600px;
					clear: both;
					display: block;
				
					}
.piccolumnright img	{
				 	float: right;
					padding-left: 20px;
					vertical-align: top;
					padding-bottom: 20px;
					}
.piccolumnright span{
					clear: left;
					}
					
					
.piccolumnleft2		{
					width: 550px;
					clear: both;
					
					
					}
.piccolumnleft2 img	{
				 	float: left;
					padding-right: 20px;
					vertical-align: top;
					padding-bottom: 20px;
					}
.piccolumnleft2 span{
					clear: right;
					}


					
a 					{text-decoration: none; } 
a:link 				{color: black;} 
a:visited 			{color: #698170;}
a:hover 			{text-decoration: none; color: #698170;}

a img {border:0;}

#navigation a {
	background: #FFFFFF url(images/buttonoff.jpg) no-repeat;
	height: 50px;
	width: 225px;
	display: block;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 17px;
}

#navigation a:hover {
     background: #FFFFFF url(images/buttonon.jpg) no-repeat;
	 }
