body{
	margin: 0px;

	text-align: center;
	
	
	
}

/*Structure Elements*/
#outerContainer{
	width: 802px;
	height: 630px;
	margin: auto;
	background-color: #003399;
	border: 1px solid #00559C;
	position: relative;
	
}

#topLeft{
	background: url(../images/layout/topLeftv2.jpg) no-repeat;
	width: 177px;
	height: 186px;
	float: left;
	
}
#topRight{
	background: url(../images/layout/topRightv2.jpg) no-repeat;
	width: 623px;
	height: 186px;
	float: left;
}

#left{
	background: url(../images/layout/leftv2.jpg) no-repeat;
	width: 177px;
	height: 414px;
	float: left;
	background-color:#ECECF4;
}

#RightBottom{
	background: url(../images/layout/bodyv2.jpg) no-repeat;
	width: 623px;
	height: 414px;
	float: left;
	
}

#bodyContent{
	width: 580px;
	height:325px;
	padding: 8px;
	overflow: hidden;
	z-index: 10;
	position: absolute;
	top:250px;
	left: 190px;
	text-align: left;
	 
	/*border: 1px solid #666666;*/
}

#bodyContent img{
	border: 1px solid #00559C;
	margin: 3px;
}

#bodyBG{
	background: transparent;
	background-color: #A2B0D5;
	opacity: .70;
	filter:alpha(opacity=70);/* IE's opacity*/ 
	display: block;
	width: 580px;
	height: 340px;
	z-index: 9;
	position: absolute;
	top:250px;
	left: 190px;
}

#corner{
	
	left: 633;
	top: 214;
	position: absolute;
	z-index:20;
	height: 96;
	width: 167;
}
img#contactImg{
	position: absolute;
	z-index: 20;
	left: 7;
	top: 426;
}

