@charset "UTF-8";
/* CSS Document */
html,body {
      margin:0;
      padding:0;
      height:100%;
      width:100%;
}

.mainNavImages {
	margin:			15px 20px 0px 20px;
	float:			left;
}

.subNavImages {
	/*float:			left;
	margin:			0 0 2px 0;
	width:			205px;
	height:			41px;*/
	margin:			10px 20px 0px 20px;
	float:			left;
}

.navLinks {
	display:		none;
}

.navDividers {
	float:			left;
}

.subNavDividers {
	
}

#MainContent {
	position:absolute;
	width:60%;
	z-index:1;
	left: 10%;
	top: 135px;
	right: 0;
	background-color: #FFFFFF;
	min-width:600px;
	display: block;
	height: 100%;
}
#MainContentCornerRight {
	position:absolute;
	width:40px;
	height:40px;
	z-index:1;
	right: -40px;
	top: -40px;
	background-image: url(/images/bpboxrcorner.png);
}
#MainContentRightSide {
	position:absolute;
	width:40px;
	height:100%;
	z-index:1;
	right: -40;
	top: 0px;
	background-image: url(/images/bpboxright.png);
	background-repeat: repeat-y;
}

#MainContentCorner {
	position:absolute;
	width:40px;
	height:40px;
	z-index:1;
	left: -40px;
	top: -40px;
	background-image: url(/images/bpboxlcorner.png);
}
#MainContentLeftSide {
	position:absolute;
	width:40px;
	height:100%;
	z-index:1;
	left: -40;
	top: 0px;
	background-image: url(/images/bpboxleft.png);
	background-repeat: repeat-y;
	display: block;
}

#MainContenttopSide {
	position:absolute;
	width:100%;
	height:40px;
	z-index:1;
	left: 0px;
	top:-40px;
	background-image: url(/images/bpboxtop.png);
	background-repeat: repeat-x;
}
#LeftMenu {
	position:absolute;
	width:10%;
	height:150px;
	z-index:1;
	left: 0px;
	top:150px;

}

#navsubcontainer {
	position:absolute;
	width:730px;
	height:40px;
	z-index:1;
	left: 0;
	top: -19px;
}