	.foo {
	background-color:#C6E2B8 ;
	height:100% ;
	width:100% ;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	font-family:"Trebuchet MS", tahoma, arial, helvetica, sans-serif ;
	font-size:80% ;
	color:#000 ;
	}

	.col1 {
	color:#000 ;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	}

	/* Nav1 Menu */

	#nav1 {
	background:url(images/bg_nav2.gif) left repeat ;
	}

	#nav1 div {
	text-align:center ;
	color:#000 ;
	height:22px ;
	line-height:22px ;
	}

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

	#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) left repeat ;
	color:#FFF ;
	height:78px ;
	border-bottom: 1px solid #ccc;
	}

	#header .lts {
	float:left ;
	padding:11px 0 9px 10px ;
	}

	#header .rts {
	float:right ;
	padding:11px 10px 9px 0 ;
	}

	#header div {
	text-align:center ;
	height:78px ;
	color:#140 ;
	margin:0px 0px 0px 0px ;
	}

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

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

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

	/* Nav Menu */

	#ltside {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	background: #00f;	
	}

	#ltside h3 {
	margin: 0 0 0 10px;
	padding:10px 0 5px 0;
	border-right: 1px solid #ccc;
	}

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

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

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

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

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

	/* Sub Menu Styles */
	#ltside li ul li a {
	padding: 2px 0px;
	text-align:center ;
	}

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

	/*END Nav Menu */

	.col2 {
	text-align:left ;
	margin:0px 20px 20px 20px ;
	padding:0 ;
	}

	#col2 {
	text-align:left ;
	margin:0px 20px 20px 20px ;
	padding:10px 0 10px 0 ;
	}
	
	.col4 {
	width:300px ;
	float:left ;
	text-align:left ;
	margin:0 10px 0 0 ;
	padding:0 ;
	}
	
	.col5 {
	width:300px ;
	float:right ;
	text-align:left ;
	margin:0 0 0 10px ;
	padding:0 ;
	}
	
	.col6 {
	text-align:right ;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	}
	
	.col7 {
	text-align:center ;
	margin:0px 10px 20px 10px ;
	padding:0 ;
	}
	
	.fltlt {
	float:left ;
	padding-right: 20px;
	}

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

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

