	/** GENERAL DOCUMENT STYLES **/
	@import url('/css/header.css');
	@import url('/css/topNav.css');
	@import url('/css/midNav.css');
	@import url('/css/leftNav.css');
	@import url('/css/contentArea.css');
	@import url('/css/centerArea.css');
	@import url('/css/rightArea.css');
	@import url('/css/footer.css');
	@import url('/css/contentFormatting.css');
	@import url('/css/theme_archive.css');
	body {
	margin: 0px;
	background-image: url(/images/bg-gradient.png);
	background-repeat: repeat-x;
	background-color: #25B0E7;
	}
	#container {
		width: 774px;
		min-height: 38em;
		margin: 0px auto 5px auto; 
		padding: 0px 0px 2px 0px;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		background-color: #FFFFFF;
	}
	#index_container {
	width: 960px;
	min-height: 38em;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
/*	height: 740px;
*/	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
	.sectionTitle {
		display: block; 
		margin-bottom: 2px;	
	}

	
