	body {
	text-align: center; /* added */
	margin: 0px; /* keep - pushes border out */
	padding: 0;
	height: 800px;
	/* background-color: #FBF6E7; */
	background-color: #FFFFFF;
	}

   li.services, ul.services {
	margin-top: .2em;
	margin-bottom: .2em;
	font-size: .92em;
   	}
   .servicesheading{
   font-weight: bold;
	margin-top: .4em;
		}
	.servicesleftcolumn{
	float: left;
	/* width: 240px; */
		}
	.servicesrightcolumn{
	float: right;
		}
	.clearit{
	clear: both;
	}
   
	
	#wrapper1{
	position: relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/colbackground.gif") repeat-y top right;
	}

	#wrapper2{
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/colbackground.gif") repeat-y top left;
	}	
						
	#header{
	padding: 0px;
	text-align: left;
	/* background-color: #E9B384; */
	background-color: #5C2D91;
	/* border-bottom: solid 3px #CD9D75; */
	}	
		
/*	#mynav{
	background-color: #E69A07;
	}
	
	#navtext{
	font-size: .95em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: white;
	margin-top: .3em;
	margin-bottom: .5em;
	text-align: center;
	}

a.NavLink:link, a.NavLink:visited, a.NavLink:active{
			text-decoration: none; 
			font-size: .95em;
			font-weight: bold;
			font-family: "Times New Roman", Times, serif;
				color: #5C2D91;
			margin-top: .3em;
			margin-bottom: .3em;
			margin-left: 2em;
			margin-right: 2em;
}

a.NavLink:hover{
			text-decoration: none;
			font-size: .95em;
			font-weight: bold;
			font-family: "Times New Roman", Times, serif;
			color: #5C2D91;
			margin-top: .3em;
			margin-bottom: .3em;
			margin-left: 2em;
			margin-right: 2em;
}	

*/
		
	#divbar{
	/* border-bottom: solid 3px #CD9D75; */						
	}			
	
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}

#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	/* background:#B7CC87; */
	background: #00A65D;
	z-index:100;
	}

#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	/* background:#B7CC87; */
	background: #00A65D;
	z-index:99;
	}

#centercol {
	position:relative;
	padding:0 240px;
	}

	.articletitle{
		/* font-family: Tahoma, Helvetica, sans-serif; */
			font-family: "Times New Roman", Times, serif;		
		font-weight: bold;
		font-size: 1.3em;
		color: black;
			}
		
	.articletext{
		/* font-family: Arial, Helvetica, sans-serif; */
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 1.05em;
		color: black;
			}
			
	.copyrighttext{
	width: 100%;
	font-size: small;
	color: #5C2D91;
	/* color: #804920; */
	padding: 2px;	
	/* font-family: Tahoma, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
		
}
	
	#footer {
	position:relative;
	top:1px;
	/* background:#CD9D75; */
	background: #E69A07;
	width:100%;
	clear:both;
	margin:0;
	padding: 0;
	text-align:center;
	}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

#mainnav {
	width: 100%;
	height: 26px;
	color: #E69A07;
/*	background: #ccc url(bg_menu.jpg) repeat-x; */
	background: #E69A07;
	position: relative;
	z-index:200;

}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #E69A07;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 20px;
	color: black;
	background-color: #E5AC3F;
	background: url(line.jpg) no-repeat top right; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #E5AC3F;
	margin: 0;
}
#nav li li {
	padding: 0;
	width: 140px; 
}
#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #E5AC3F;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background-image: none;
}
#nav li ul.under a:hover {
	background: #E3C791;
	color: black;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: black;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #E3C791;
}
/* -------------------------- */

/* -------------------------- */
/* If you need to have a second set of drop menus on the same page (No!!!),
   they need to have a set of styles as well. If they need to look
   the same, you could fold these references to #secnav into the
   styles above. Otherwise - a separate CSS file would be the way
   to go. I've included them here for this example...
 */
/* -------------------------- */
/* Begin our secondary navigation styles */
#navheader {
	width: 100%;
	height: 23px;
	color: black;
	background-color: #E5AC3F;
}
#secnav, #secnav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* Here are the top secondary navigation links */
#secnav a {
	display: block;
	padding: 5px 20px;
	color: #000;	
	background-color: #E5AC3F;
	text-decoration: none;
}
#secnav a.one, #secnav a.two, #secnav a.three {
	text-align: left;
	font-size: 1em;
}
#secnav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#secnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #E5AC3F;
	margin: 0;
}
#secnav li li {
	padding: 0;
	width: 140px; 
}
#secnav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
#secnav li:hover ul ul, #secnav li:hover ul ul ul, #secnav li.sfhover1 ul ul, #secnav li.sfhover1 ul ul ul {
	left: -999em;
}
#secnav li:hover ul, #secnav li li:hover ul, #secnav li li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul, #secnav li li li.sfhover1 ul {
	left: auto;
}
/* -------------------------- */
/* The background and color of the main nav link while looking at the dropdown
   (a little different than the method used on the main nav...) */
#secnav li:hover a.one, #secnav li.sfhover1 a.one,
#secnav li:hover a.two, #secnav li.sfhover1 a.two,
#secnav li:hover a.three, #secnav li.sfhover1 a.three {
	color: #fff;
	background-color: #663;
}
/* -------------------------- */
/* The dropdown links list colors */
#secnav li ul.under a {
	color: #000;
}
#secnav li ul.under a:hover {
	background: #999;
	color: #fff;
}
