	.foo {
	background-image:url(images/sidebar1.gif) ;
	background-position:left ;
	background-repeat:repeat-y ;
	font-size:80% ;
	height:100% ;
	width:auto ;
	margin:0 ;
	padding:0 ;
	background-color:#C6E2B8 ;
	font-family:"Trebuchet MS",tahoma,arial,helvetica,sans-serif ;
	color:#140 ;
	}

	.top {
	width:100% ;
	border-top: 5px solid #215E21;
	margin:0 ;
	padding:0 ;
	}

	#nav2 {
	background:#390 url(images/bg_nav2.gif) left repeat;
	text-align:center ;
	}

	#nav2 div {
	height:22px ;
	line-height:22px ;
	margin:0px 0px 0px 20px ;
	padding:0px 0px 0px 0px ;
	}

	#nav2 div a {
	color:#0000ff ;
	font-weight:bold ;
	text-decoration:none ;
	margin:0px 0px 0px 0px ;
	}

	#nav2 div a:visited {
	background:none ;
	color:#000 ;
	}

	#nav2 div a:hover {
	background:none ;
	color:#FF0000 ;
	}

	.ring {
	background-color:#C6E2B8 ;
	margin:0 ;
	padding:0 ;
	border-bottom: 5px solid #215E21;
	}

	.sidearea {
	float:left ;
	width:160px ;
	margin:0 ;
	padding:0 ;
	}

	/* Start Nav Menu */

	#ltside {
	color:#000 ;
	margin: 0;
	padding:0 ;
	text-align:center ;
	width: 160px;
	}

	#ltside h3 {
	margin: 0 0 0 10px;
	padding:10px 0 5px 0;
	}	

	#ltside ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

	#ltside ul li {
	position: relative;
	border-left: 5px solid #f00;
	}

	/* Styles for Menu Items */
	#ltside ul li a {
	/*width: 144px*/
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #00f; /* IE6 Bug */
	padding: 5px 0px 5px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0;
	border-left: 5px solid #fff;
	}

	#ltside ul li ul {
	padding: 0;
	position: absolute;
	left: 155px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

	/* Hover Styles */
	#ltside ul li a:hover {
	display: block;
	color: #E2144A;
	background: #f9f9f9;
	}

	/* Sub Menu Styles */
	#ltside ul li ul li a {
	padding: 2px 0px;
	width: 150px
 	}

	/* The magic */
	#ltside li:hover ul { display: block; }

	#ltside li.over ul { display: block; }

	/* END Nav Menu */

	.rtside {
	width:auto ;
	margin:0 ;
	margin-left:160px ;
	}

	/* Nav1 Menu */
		
	#nav1 {
	background:#390 url(images/bg_nav2.gif) left repeat;
	padding:0px 0px 0px 0px ;
	}

	#nav1 div {
	background:url(images/bg_nav.gif) right no-repeat ;
	height:22px ;
	line-height:22px ;
	margin:0px 0px 0px 20px ;
	padding:0px 0px 0px 0px ;
	}

	#nav1 div a {
	color:#0000ff ;
	font-weight:bold ;
	text-decoration:none ;
	margin:0px 0px 0px 0px ;
	}

	#nav1 div a:visited {
	background:none ;
	color:#000 ;
	}

	#nav1 div a:hover {
	background:none ;
	color:#FF0000 ;
	}

	/*END Nav1 Menu */

	#header {
	background:url(images/bg_title2.gif) top left repeat ;
	color:#FFF ;
	height:78px ;
	padding:0px 0px 0px 0px ;
	}

	#header div {
	background:url(images/bg_title.gif) top right no-repeat ;
	height:78px ;
	color:#140 ;
	margin:0px 0px 0px 20px ;
	}

	#header div h1 {
	font-size:200% ;
	margin: 0;
	padding-top: 10px;
	}

	#header div h2 {
	font-size:175% ;
	margin:10px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	}

	#header div p {
	font-size:100% ;
	margin:0px 20px 0px 0px ;	
	}

	#content {
	height:122px ;
	margin: 0 ;
	padding:0 0 10px 0 ;
	}

	#content div {
	background:url(images/bg_content.gif) top right no-repeat ;
	color:#140 ;
	margin:0 ;
	padding:0 0 20px 0 ;
	}

	#content div h3 {
	font-size:150% ;
	margin:0px 0px 0px 20px ;
	padding:0 ;
	}

	#content div p {
	font-size:100% ;
	color:#140 ;
	margin:0px 190px 0px 20px ;
	padding:0px 0px 0px 0px ;
	}

	.mainarea {
	clear:right ;
	margin:20px 20px 0px 20px ;
	padding:0 ;
	}
	
	.col3 {
	text-align:left ;
	margin:0px 20px 0px 20px ;
	padding:0px 0px 0px 0px ;
	}

	.bottom {
	clear:all ;
	background-color:#C6E2B8 ;
	}

	.footer {
	margin: 40px 10px 0px 10px ;
	padding:15px 0 15px 0 ;
	font-size:90% ;
	text-align:center ;
	border-top:1px solid #215E21 ;
	}
