	body {
		text-align:left;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 24px;
		color: #FFF;
		margin: 0px;
		padding: 0px;
		background:url("./images/BGtile.jpg") top center repeat-x #090b06;
		}

	div, form {
		margin:0;
		padding:0;
		}
	
	p {
		margin: 0 0 10px 0;
		}
		
	img {
		margin: 0;
		padding: 0;
		border: 0;
		}

	h1 {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size:24px;
		line-height:36px;
		font-weight:bold;
		color:#163913;
		margin:5px 0 5px 0;
		padding:0px;
		}
	
	h2 {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size:18px;
		margin:5px 0 5px 0;
		padding:0px;	
		color:#163913;
		}
	
	h3 {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size:18px;
		line-height:42px;
		font-weight:bold;
		margin:10px 20px 10px 20px;
		padding:0px;
		color:#163913;
		}
	
	h4 {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:5px 0 5px 0;
		padding:0;
		color:#163913;
		}

	a {
		color:#20551c;
		text-decoration:none;
		}
		
	a:link {
		color:#20551c;
		}		

	a:hover {
		color:#3b7f35;
		}		
	
	a:active {
		color:#20551c;
		}
		
	a:visited {
		color:#20551c;
		}
	
	ul, li {
		margin:0;
		padding:0;
		}
						
/* DIV SECTIONS */

#MAIN {
	width:760px !important;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background:url("./images/contentBGtile.jpg") center top repeat-y #FFF;
	}

#LEFTEDGE {
	width:760px !important;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background:url("./images/leftEdge.jpg") top left no-repeat;
	}

#RIGHTEDGE {
	width:760px !important;
	margin:0;
	padding:0;
	background:url("./images/rightEdge.jpg") top right no-repeat;
	}

		
#TOPEDGE {
	width:720px !important;
	height: 25px !important;
	margin:0;
	padding:0 20px 0 20px;
	background:url("./images/topBG.jpg") top center no-repeat;
	}

		#TOPEDGE p {
			margin: 0 5px 0 10px;
			padding:0 0 0 12px;
			background:url('./images/square.gif') top left no-repeat;
		}	
			
		#TOPEDGE a:link {
			color:#FFF;
			}		
	
		#TOPEDGE a:hover {
			color:#FFF;
			}		
		
		#TOPEDGE a:active {
			color:#FFF;
			}
			
		#TOPEDGE a:visited {
			color:#FFF;
			}
					
#CONTENT {
	width:710px !important;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	padding:0;
	color:#333;
	background:url("./images/leftcolBG.jpg") bottom left no-repeat #bccdd7;
	}

	
	
#LEFTCOL {
	width:200px !important;
	margin:0;
	padding:0;
	float:left;
	border-right:1px solid #FFF;
	}

	#LEFTCOL p {
		margin:5px 0 5px 15px;
		padding:0;
		}

	#LEFTCOL img {
		margin:5px;
		padding:0;
		}

	#LEFTCOL h3{
		margin:0;
		padding:0;
		}
	
		#LEFTCOL a:link,#LEFTCOL a:hover,#LEFTCOL a:active,#LEFTCOL a:visited {
			font-weight:bold;
		}
					
		#nav {
			width:200px !important;
			float:left;
			margin:0;
			padding:0;
			}
		
		#nav ul { /* all lists */
			width:200px !important;
			list-style-type: none;
			margin: 0;
			padding: 0;
			float : left;
			background:#600
		}
		
		#nav li { /* all list items */
			width:200px !important;
			list-style-type: none;
			position : relative;
			float : left;
			border-bottom: 1px solid #FFF;
			background:url('./images/navBG-burgundy.jpg') bottom left repeat-x;
		}
		
		#nav li ul { /* second-level lists */
			position : absolute;
			left: -999em;
			margin-left : 200px !important;
			margin-top : -1px;
			display:inline;
			border:1px solid #FFF;
			border-width:1px 1px 0 1px;
		}
		
		#nav li ul ul { /* third-and-above-level lists */
			left: -999em;
		}
		
		#nav li a {
			width: 185px;
			display : block;
			float:right;
			margin:0;
			padding:5px 0 5px 5px;
			color : #FFF;
			text-decoration : none;
			background:url('./images/navBG.jpg') bottom left repeat-x;
		}
				
		#nav li a:hover {
			width:180px;
			margin:0;
			background:url('./images/navBG_on.jpg') bottom left repeat-x;
		}

		#nav li ul li a {
			width:190px;
			float:left;
			padding:5px 0 5px 10px; 
			background:url('./images/navBGsub.jpg') bottom left repeat-x;
		}

		#nav li ul li a:hover {
			width:190px;
			float:left;
			background:url('./images/navBGsub_on.jpg') bottom left repeat-x;
		}
		
		#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 { /* lists nested under hovered list items */
			left: auto;
		}

/* END HEADER NAV */

/* END SUBMENUS */


	#LEFTCOL .header {
				width:100%;
				height:25px !important;
				margin:0;
				padding:0;
				float:left;
				border-bottom:1px solid #FFF;
				background: url("./images/oliveHeaderBG.jpg") top left repeat-x;
			}

	#LEFTCOL .pictureBG {
				width:100%;
				height:250px !important;
				margin:0;
				padding:0;
				float:left;
				border-bottom:1px solid #FFF;
				background: url("./images/bayou1.jpg") top left no-repeat;
			}

			#LEFTCOL .pictureBG h4 {
				color:#FFF;
				margin:220px 5px 5px 5px;
				padding:0;
			}

			#LEFTCOL .callout {
				width:190px;
				float:left;
				margin:0;
				padding:5px;
			}
			
			#LEFTCOL .callout .feature {
				font-size:15px;
				line-height:17px;
				font-weight:bold;
				margin:0 0 8px 0;
				padding:0;
			}
			
			#LEFTCOL div.callout a:link,
			#LEFTCOL div.callout a:active,
			#LEFTCOL div.callout a:hover,
			#LEFTCOL div.callout a:visited{
				color:#163913;
			}
			
			

#RIGHTCOL {
	width: 509px !important;
	margin:0;
	padding:0;
	float:right;
}


		#RIGHTCOL #HEADER {
			margin:0;
			padding:0;
			float:left;
			background:url("./images/headerBG_R.jpg") top left no-repeat #FFF;
			}
			
		#RIGHTCOL #HEADER #TOPHEAD {
				width:509px !important;
				height:101px !important;
				margin:0;
				padding:0;
				float:left;
				background:url("./images/TEAlogo.jpg") top left no-repeat;
				}
								
				#RIGHTCOL #HEADER #subhead {
					width:509px !important;
					height:150px !important;
					margin:0;
					padding:0;
					float:left;
					border-bottom:1px solid #FFF;
					background:url('./images/subheadBG.jpg') top left no-repeat;
				}
				
				.subNav {
					width:509px !important;
					height:25px !important;
					margin:0;
					padding:0;
					float:left;
					color:#FFF;
					background:url('./images/navBG-burgundy.jpg') bottom left repeat-x;
					}

				.subNav a:link {
					color:#FFF;
					}

				.subNav a:hover {
					color:#FFF;
					border-bottom:1px dotted #FFF;
					}

				.subNav a:active{
					color:#FFF;
					}

				.subNav a:visited {
					color:#FFF;
					}
					
				.bullet {
					float:left;
					margin: 0 5px 0 10px;
					padding:0 0 0 12px;
					background:url('./images/square.gif') top left no-repeat;
					}



					#RIGHTCOL #HOMECONTENT {
						width:509px;
						float:left;
						border-top:1px solid #FFF;
						background: url("./images/homeContentBG.jpg") top left repeat-x #FFF;
						}
						
					#RIGHTCOL #HOMECONTENT .headline {
						width:305px;
						height:222px;
						font-size:14px;
						text-align:justify;
						margin:0;
						padding: 15px;
						color:#1c3442;
						float:left;
					}
			
					#RIGHTCOL #HOMECONTENT .text {
						width:305px;
						margin:0;
						padding: 15px;
						text-align:justify;
						float:left;
					}

					#RIGHTCOL #HOMECONTENT img {
						border:1px solid #FFF;
						border-width: 1px 0 1px 0;
					}
		
					#RIGHTCOL #HOMECONTENT #NEWS {
						width:153px !important;
						float:right;
						margin:0;
						padding:8px;
						color:#FFF;
						background:#E5E5CC;
						}
						
						#RIGHTCOL #HOMECONTENT #NEWS .newsClip {
							width:100%;
							height:142px;
							float:left;
							background:#6d9768;
						}	
							
						#RIGHTCOL #HOMECONTENT #NEWS .newsClip p {
							line-height:14px;
							padding:3px 3px 3px 5px;
						}		
			
						#RIGHTCOL #HOMECONTENT #NEWS .newsClip .header {
							height:14px !important;
							line-height:14px;
							margin:0;
							border-bottom:1px solid #FFF;
							background:url('./images/newsClipHeaderBG.jpg') top left repeat-x #660;
						}		
						
						#RIGHTCOL #HOMECONTENT #NEWS a {
							text-decoration:none;
							}
							
						#RIGHTCOL #HOMECONTENT #NEWS a:link {
							color:#FFC;
							}		
					
						#RIGHTCOL #HOMECONTENT #NEWS a:hover {
							color:#FC6;
							}		
						
						#RIGHTCOL #HOMECONTENT #NEWS a:active {
							color:#FFC;
							}
							
						#RIGHTCOL #HOMECONTENT #NEWS a:visited {
							color:#CC9;
							}

		
		#RIGHTCOL .subImage {
			float:left;
			background:#CCC;
			border-bottom:1px solid #FFF;
			}
			
	
#FOOTER {
	width:700px !important;
	font-size:10px;
	line-height:12px;
	text-align:left;
	color:#FFF;
	margin:0;
	padding:5px;
	float:left;
	border-top:1px solid #FFF;
	background: url("./images/footerTile.jpg") bottom left repeat-x #600;
	}

#FOOTER a:link, #FOOTER a:hover, #FOOTER a:active, #FOOTER a:visited {
	color:#FFF;
}

#FOOTER a:hover {

}

.bumpCaps {
	font-variant: small-caps;
	}
	
	.alignRight {
	float:right;
	}
	
.alignLeft {
	float:left;
	}	

.bordered {
	margin:0 0 20px 0;
	padding:5px;
	border:1px solid #FFF;
	}

.accent {
	width:100%;
	height:25px;
	margin:0;
	padding:0;
	float:left;
	border-bottom:1px solid #FFF;
	background:url('./images/navBG-burgundy.jpg') bottom left repeat-x;
	}

.accent h4 {
	color:#FFF;
	line-height:25px;
	margin:0 0 0 10px;
	padding:0;
	}

.box {
	float:left;
	margin: 0 0 10px 0;
	padding:5px 10px 5px 10px;
	border:2px solid #999;
	}

.small {
	font-size:8px;
	font-weight:bold;
	float:right;
	margin:0 20px 0 0;
	padding:0;
	color:gold;
	}
			
.fluentLink {
	float:right;
	margin:0 10px 0 0;
	text-align:center;
	}

.fluentLink img {
	text-align:center;
	}
	
.fluentLink img {
	text-align:center;
	float:none;
	align:center;
	}		

.marginRight {
	margin-right:10px;
	}

.marginLeft {
	margin-left:10px;
	}

.bulleted {
	list-style-type: square;
	}

	.bulleted li {
		list-style-type: square;
		}
		
.alignL{float:left !important;}
.alignR{float:right !important;}
