/* CNL New Style */

/* Layout Divs
======================================*/

a:link {color: #949c50;}
a:visited {color: #949c50;}
a:hover {color: #a3a60f;}
a:active {color: #949c50;}

body {
margin: 0px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#containerHome {
width:100%;
background-image:url(images/bgtile.jpg);
background-repeat:repeat-x;
}

#containerInternal {
width:100%;
background-image:url(images/bgtile_sub.jpg);
background-repeat:repeat-x;
padding-bottom: 20px;
}

	#content {
	width: 773px;
	}
	
	#logo {
	width:773px;
	height: 80px;
	text-align:left;
	}
	
	#flashHeader {
	width: 773px;
	}
	
	#copy {
	width:773px;
	}
	
	
		#copyInternal {
		width:773px;
		min-height: 350px;
		height: auto !important;
		height: 350px;
		}
		
			 #left {
			 width: 403px;
			 padding-left: 30px;
			 padding-right: 30px;
			 padding-top: 10px;
			 text-align:left;
			 display: inline;
			 float:left;
			 min-height: 350px;
			 height: auto !important;
			 height: 350px;			 
			 }
			
			 #right {
			 width: 300px;
			 text-align:left;
			 display: inline;
			 float:right;	
			 min-height:350px;	
			 height: auto !important;
			 height: 350px;	 
			 }
			 
			 	  #legalLayout {
				  width: 713px;
				  padding-left: 30px;
				  padding-right: 30px;
				  text-align:left;
				  }
	
#footerDivider {
width:100%;
height:27px;
background-image:url(images/yellow_tile.jpg);
background-repeat: repeat-x;
}

#footer {
font-size:11px;
width:773px;
}

.clear {
clear:both;
}
	
/* Global Attributes
======================================*/

img {
border: 0px;
}
