#holdAll {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
}

#header{
	height:227px;
	background-image: url(../images/structure/hdr_new.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	margin-top: 0px;
}
	
#homeBody {
	width: 940px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0 auto;
	overflow: hidden;
 	background: #FFFFFF url(../images/structure/repeatx.gif) repeat-x;
}
#homeBody img {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#lowerContent {
	border-left: 1px solid #000000;
	background-image: url(../images/structure/bg_bottom_nav_slice.gif);
	height: 80px;
	width: 940px;
	margin: 00 auto;
	overflow: hidden;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}
#lowerContent #homeLowerNav {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: auto;
	margin-top: 40px;

}
	#lowerContent #homeLowerNav div{
		display: inline;
		margin: 3px 10px;
		text-transform: uppercase;
		font-family: Times New Roman;
		font-size: 80%;
		color: #666666;
		padding-left: 20px;
	}

	#lowerContent #homeLowerNav div#first{
		margin-left:100px;
	}
	#lowerContent #homeLowerNav a {
		color: #666666;
		text-decoration: none;
	}
	#lowerContent #homeLowerNav a:hover {
		color:#333333;
		text-decoration: none;
		
	}
	
	


.clear{
	clear:both;
	height: 1px;
}
#footer {
	margin: 0px auto;
	width: 940px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom:1px solid #000000;
	height: 40px;
	padding: 10px 0 0 0;
}
	#footer div{
	display:inline;
	font-size: 65%;
	font-family: Times New Roman;
	margin: 0px 5px;
	}
	#footer div#first{
	margin-left:12px;
	}



/* inner page */


#innerBody {
	width: 940px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
	background-image: url(../images/structure/bg_stripes_tile.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#innerBody #titleBar {
	background-image: url(../images/structure/bg_innerpg_title.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 940px;
	padding: 8px 0 0 220px;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	color: #797669;
}

/* inner nav */


#leftNav {
	width: 200px;
	float: left;
	margin-top: 20px;
	white-space:nowrap;
}

#leftNav div {
	width: 150px;
	display: block;
	margin: 8px 0px 8px 30px;
	font-family: Times New Roman;
	font-size: 80%;
	color: #000626;
	font-weight: bold;
}

#leftNav div a{
	color: #000626;
	text-decoration:none;
}

#leftNav div a:hover, #leftNav div a.selected{
	color:#145E9C;
	text-decoration:none;
}

#innerBody #innerContent {
	width: 550px;
	float: left;
	margin: 28px 0 20px 20px;
	font-family: Times New Roman;
	font-size: 80%;
	color: #333333;
	line-height: 130%;
}
#innerContent p {
	margin: 0 0 20px 0;
	padding: 0px;
}
#leftNav .subNav {
	font-size: 80%;
	margin: 0px 0 5px 45px;
	width: 120px;
}
#innerContent a, #leftNav a {
	color: #004BA5;
	text-decoration: none;
}
#innerContent a:hover, #innerContent.contact a {
	text-decoration: underline;
}
#leftNav p {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
}
