/* SAFE PASSAGE FORMAT STYLE */

body {
	background: #969083;
	margin: 0px;
	}

#bodyContainer {
	white-space: inherit;
	}

#headerContainer {
	width: 100%;
	height: 118px;
	background-image: url(../imgs/top_background.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	}
	
	#headerBox {
		width: 825px;
		height: 118px;		
		}
		
		#logoBox {
			width: 319px;
			height: 118px;
			float: left;
			margin: 0px;
			}
			
			#topNav {
				padding-top: 18px;
				width: 189px;
				float: right;
				margin: 0px;
				height: 33px;
				}
			
			#mainNav {
				width: 496px;
				float: right;
				margin: 0px;
				}
				
				.navItem {
					float: left;
					margin: 0px;
					}
			
#contentContainer {
	width: 100%;
	background: #FFFFFF;
	margin: 0px;
	background-image: url(../imgs/site_background.gif); 
	}
	
		#contentBox {
			width: 825px;
			overflow: auto;
			background-image: url(../imgs/logo_footer.gif); 
			background-position: top left; 
			background-repeat: no-repeat;
		}

#footerContainer {
	width: 100%;
	float: left;
	background-image: url(../imgs/footerbackground.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	height: 100px;
	}
	
	#footerBox {
		width: 825px;
		}


/* START INDIVIDUAL PAGE FORMATTING */

#indexLeftColumn {
	width: 319px;
	margin-top: 38px;
	float: left;
	margin-bottom: 4px;
	}
	
	#indexNewsTitle {
		width: 319px;
		float: left;
		height: 34px;
		}
	
	#indexNewsBox {
		background: #DBD9D3;
		padding-top: 12px;
		padding-bottom: 15px;
		float: left;
		width: 319px;
		margin-bottom: 4px;
		height: 200px;
		}
	
	#indexPresentationBox {
		margin-bottom: 4px;
		}
	
	#indexBioBox {
		background: #C7C4BA;
		padding-top: 8px;
		padding-bottom: 12px;
		float: left;
		width: 319px;
		}

#indexRightColumn {
	width: 506px;
	float: left;
	}
	
	#flashContainer {
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		}
		
	#indexAdOne {
		float: left;
		margin-left: 10px;
		margin-top: 17px;
		padding-botton: 17px;
		}
	
	#indexAdTwo {
		float: left;
		margin-left: 17px;
		margin-top: 17px;
		padding-bottom: 17px;
		}
		
	#indexAdFull {
		float: left;
		margin-top: 17px;
		margin-left: 10px;
		padding-bottom: 17px;
		}

/* INTERIOR ONLY STYLES */

#alertBar {
	float: right;
	margin-right: 10px;
	}

#mainContainer {
	width: 602px;
	float: left;
	padding-top: 15px;
	}
	
	#mainHeader {
		width: 602px;
		float: left;
		}
		
	#mainContent {
		width: 542px;
		background: #E3E2DD;
		float: left;
		margin-bottom: 4px;
		padding-left: 30px;
		padding-right: 30px;
		}

		#mainTitle {
			width: 542px;
			border-bottom: 1px solid #A92612;
			}
			
		#mainText {
			width: 542px;
			padding-top: 10px;
			padding-bottom:20px;
			}

#sidebarContainer {
	width: 213px;
	margin-left: 10px;
	float: left;
	padding-top: 15px;
	}
	
	#sidebarTitle {
		float: left;
		width: 213px;
		}
	
	#sidebarNews {
		background: #DBD9D3;
		padding-top: 12px;
		padding-bottom: 15px;
		float: left;
		width: 213px;
		margin-bottom: 4px;
		}
	
	#sidebarAd {
		float: left;
		margin-bottom: 10px;
		}	
		
		
		
		