@charset "utf-8";
/* CSS Document */

body {
	background: #9494B5 url(../images/V3_Layout/PAGE_BG.png) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #242424;
	}

#head_BG {
	width: 100%;
	height: 180px;
	background:url(../images/V3_Layout/HEADER_BG.png) repeat-x;
}

#Container {
	width: 980px;
	margin: 0 auto;
	background: url(../images/V3_Layout/BODY_BG.png) repeat-y center;
}

#left_column {
	width: 195px;
	float: left;
	text-align: right;
}

	.img_float_r {
	float: right;
	margin: 4px;
}
	
	#left_column h2 {
		font-size: 1.2em;
		font-weight: bold;
		color: #010012;
		margin-right: 5px;
	}
	
	#left_column h3 {
		color: #010012;
		margin: 1px 5px;
	}
	
	#left_column h4 {
		color: #010012;
		margin: 1px 5px;
	}
	
	#left_column h5 {
		color: #010012;
		margin: 1px 5px;
	}
	
	#left_column p {
		margin: 5px 5px 5px 11px;
		clear: both;
		font-size: 0.9em;
		line-height: 1em;
	}
		
	#left_column hr {
		background-image:url(../images/V3_Layout/NEWS_DIVIDER.png);
		width: 180px;
		height: 7px;
		border: none;
		margin: 1px 5px 1px auto;
	}
	
#logo_column {
	width: 54px;
	height: 740px;
	float: left;
}

#right_column {
	background: url(../images/V3_Layout/MENU_BG.png) repeat-x;
	width: 731px;
	float: right;
}
	#head_left_cap {
		float: left;
		background: url(../images/V3_Layout/HEADER_RL.png) no-repeat;
		width: 8px;
		height: 180px;
	}
	
	#menu_container {
		float: left;
		width: 698px;
		height: 135px;
		margin-top: 45px;
	}
	
		#menu_container hr {
			background-image:url(../images/V3_Layout/MENU_DIVIDER.png);
			width: 131px;
			height: 5px;
			border: none;
			margin: 0 0 0 auto;
			
		}
		
		#menu_container p {
			font-size: 0.8em;
			line-height: 0.8em;
			margin: 5px 0;
		}
		
		.menu_list {
			float: right;
			text-align: right;
			margin-right: 10px;
		}
		
		.menu_lev2 a, .menu_lev2 a:visited {
			color: #242424;
			font-weight: normal;
		}
		
		.menu_lev2 a:hover {
			color: #0000CC;
		}
	
	#head_right_cap {
		float: right;
		background: url(../images/V3_Layout/HEADER_RR.png) no-repeat;
		width: 25px;
		height: 180px;
	}
	
#body_container {
		clear: both;
		width: 680px;
		padding-top: 5px;
		margin: 0 25px 0 20px;
	}
	
	#breadcrumb {
		font-size: 0.8em;
		margin: 0;
		margin-left: -15px;
	}
	
		#breadcrumb a, #breadcrumb a:visited {
			color: #010012;
			font-weight: normal;
		}
		
		#breadcrumb a:hover {
			color: #9494B5;
		}

#footer {
	clear: both;
	width: 980px;
	height: 80px;
	background: url(../images/V3_Layout/PAGE_BG.png) repeat-y;
	}
	
	#footer p {
		font-size: 0.7em;
		margin: 2px auto 2px 250px;
		color: #400000;
	}

.clearFix {	clear: both; }

.floatRight { float: right;}

.smallText { line-height: 1.2em; font-size: 0.8em; vertical-align: baseline;}

.ImageDetails {
	float: left;
	padding: 8px;
	margin: 2px;
	border:  1px solid #400000;
	color: #A00000;
	font-weight: bold;
	font-size: 0.8em; 
	text-align: center;
}

.smallLink {
	font-size: 0.8em;

}

.indentParagraph {
	margin: -2px 10px 5px 20px;
}

.galleryItem {
	margin: 10px;
	clear: both;
	overflow: auto;
	width: 100%;
}

.galleryText {
	float: left;
	margin: 5px 0 0 10px;
	}