body { 
	background-image:url(images/bgMain.jpg); 
	background-position: top; 
	background-repeat: no-repeat; 
	background-color: #002532;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:link {color: #fffbee;}
a:visited {color: #fffbee;}
a:hover {color: #96aeca;}

#container {
	margin:0 auto;
	text-align: left;
	width: 988px;
}

#header {
	background-image: url(images/main_top.jpg); 
	height: 55px;
	padding-top: 16px;
	padding-left: 54px;
}

#navigation {
	background-image: url(images/main_nav.jpg); 
	height: 51px;
	padding-left: 25px;
}

#flasharea {
	background-image: url(images/flash_bg.jpg); 
	height: 380px;
	text-align: center;
}

#homecontent { 
	background-image: url(images/bgContent.jpg);
	height: 320px;
}

	#homecontent .left { 
		float: left;
		width: 280px;
		height: 300px;
		background-color: #ede7dc;
		margin-left: 33px;
		padding: 20px 0px 0px 15px;
	}

	#homecontent .middle { 
		float: left;
		width: 280px;
		height: 300px;
		background-color: #ede7dc;
		margin-left: 17px;
		padding: 20px 0px 0px 15px;
	}

	#homecontent .right { 
		float: left;
		width: 280px;
		height: 300px;
		background-color: #ede7dc;
		margin-left: 17px;
		padding: 20px 0px 0px 15px;
	}
	
#innercontent { 
	background-image: url(images/bgInner.jpg); 
	padding-top: 20px;
}

	#innercontent .left {
		float: left; 
		width: 600px;
		margin-left: 40px;
		color: #7c7c7c;
		font-size: 14px;
	}

	#innercontent .right {
		float: right;
		margin-right: 34px;
	}

	#innercontent .news {}
	
	#innercontent h1 {
	color: #602f2f;
	text-transform: uppercase;
	font-size: 16px;
	}

	#innercontent h2 {
	color: #fff;
	background-color: #085c7c;
	font-size: 14px;
	padding: 4px 0px 4px 4px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
	}
	
	#innercontent .docs {
	padding: 5px 10px 5px 10px;
	background-color: #e0e5e9;
	}

	#innercontent h3 {
	color: #fff;
	background-color: #085c7c;
	font-size: 14px;
	padding: 4px 0px 4px 4px;
	font-weight: normal;
	}

	#innercontent .innerrightcol {
		width: 280px;
		background-color: #ede7dc;
		margin-left: 17px;
		padding: 20px 0px 20px 15px;
	}

	#innercontent a:link {color: #4689fa;}
	#innercontent a:visited {color: #4689fa;}
	#innercontent a:hover {color: #4689fa;}

	
.colcontent {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7c7c7c;
	margin-right: 10px;
}
	
		#news {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
		
		#news .l {float: left;}
		
		#news .r {float: left; margin-left: 10px; font-weight: bold; width: 200px;}
		
		#news .date {
			background-color: #085c7c;
			color: #fff;
			padding: 5px;
			width: 40px;
			text-align: center;
		}
		
		#news .item {margin-top: 20px;}

		#news a:link {color: #7c7c7c;}
		#news a:visited {color: #7c7c7c;}
		#news a:hover {color: #4689fa;}
	
.learnmore {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}

	#homecontent a:link {color: #7c7c7c;}
	#homecontent a:visited {color: #7c7c7c;}
	#homecontent a:hover {color: #7c7c7c;}

#philosophy { 
	background-image: url(images/bgBottom.jpg);
	padding: 20px 0px 10px 54px;
}

	#philosophy .content { 
		width: 588px;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		color: #7c7c7c;
	}

#footer { 
	padding-top: 10px; 
	margin-bottom: 10px;
	text-align: center; 
	color: #7899a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bgFooter.gif);
}

	#footer a:link {color: #7899a5;}
	#footer a:visited {color: #7899a5;}
	#footer a:hover {color: #7899a5;}

#banner {
	text-align: center;
	background-image: url(images/bgBanner.jpg);
}

.allclear {clear: both}
