/* CSS Document */

/* Styles to control outer glow effect */
	#centreStyle {
		text-align: center;
		.width:auto;		
		.min-height:400px;
		_height:400px;
		}	

/* Page Styles */
	#page {
		position: relative;
		text-align:left;
		width: 850px;
		margin-left:auto;
		margin-right:auto;
	}
	#pageTop{
	}	
/* Container Styles */
	#container {

	}
/* header Styles */
	#header {
		clear:both;
		height:114px;
		padding: 12px 10px 0px 10px; 
		background: url(../images/bk_hdr.gif) repeat-y;
		}	
/* Navigation Styles */	
	#navContainer {
		width:auto;
		clear:both;
		height: 33px;
		margin-bottom:0px;
		padding-top: 0px;
	}

	#nav {clear: both; float: left;width:auto;}
	#nav ul {
		list-style: none;
		float: left;
		line-height: 3.9 !important;
		list-style: none;
		margin: 0;
		padding: 0;
		padding-right: 0px;
		width:auto;
	}
	
	/* Level 1 */
	#nav li, #nav li:hover {float: left; width: auto;}
	#nav li a, #nav li a:visited {
		border: 0px;
		color: #FFFFFF;
		float:left;
		display: block;
		font-size: 16px;
		font-weight:normal;
		height: 33px;
		padding: 0px 75px 0px 75px;
		line-height: 29px;
		text-align: center;
		text-decoration: none;
		background:url(../images/bk_li_nav_tile.gif) no-repeat;
		background-position: right 2px;
	}
	#nav ul li a:hover, #nav ul li a:visited:hover {border: 0px !important; color: #e1e0e0; text-decoration: none !important;}
	
	#nav li a span {}
	
	/* active links */
	#nav a.active, #nav a.active:visited, 
	#nav a.active:hover, #nav a.active:visited:hover {/*background-color: #3a434c;*/}
	
	#nav li:hover, #nav li.sfhover {}
	
	#nav li:hover a, #nav li:hover a:visited {text-decoration: none;}
	#nav li:hover a:hover, #nav li:hover a:visited:hover { color:#e1e0e0; text-decoration: none !important;}
	

	#nav li.selected{background:url(../images/bk_nav_tile_on.gif) repeat-x;}
	#nav li.unselected{ text-decoration:none;color:#FFFFFf;}
	#nav li.unselected:hover{ text-decoration: none !important;color:#FFFfFF;}

/* Content Styles */
	
	#contentContainer {
		clear: both;
		width: auto;
		height:auto;

	}
	
	#contentContainer a, #contentContainer a:visited {border: 0px; text-decoration: none !important;}
	#contentContainer a:hover, #contentContainer a:visited:hover {text-decoration: underline !important;}
	
	#content {
		height: auto !important;
		float:left;
		padding: 0px;
		width: auto;
		padding: 0px 10px 0px 10px;
		min-height: 355px;
	}
	
	#content p, #content ul, #content ol {line-height: 1.7;} /* set line-height for paragraphs and bullet points */
	
	.imgLeft, .imgRight {margin-bottom: .6em;}
	.imgLeft {float: left; margin-right: 2em;}
	.imgRight {float: right; margin-left: 2em;}
	
/* Footer Styles */
	#footer {
		width:auto;
		height: 39px;
		color:#787776;
		text-align:left;
		background-color:#e1e0e0;
	}
	#copyright {		
		width:850px;
		height: 39px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 22px;
		padding-top: 15px;
		background:url(../images/ftr_tile.jpg) top left no-repeat;
		background-position: 21px top;
	}
	#copyright div{		

	}