/* Import Common Styles */
@import url("/common/common.css");

/* Site Template Styles */
.navContent {
	background-image:url(/images/site/body_bgLeft_new.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:565px;
}
.navContent #navContentContainer {
	margin-top:15px;
	margin-left:15px;
	margin-right:155px;
}
.navDivider {
	width:95px;
	height:1px;
	background-color:#A6CDAF;
	margin:5px;
}
.bodyContent {
	background-image:url(/images/site/body_bgRight_new.jpg);
	background-repeat:no-repeat;
}
.bodyContent #bodyContentContainer {
	height:407px;
	overflow:auto;
	margin-top:120px;
	margin-left:12px;
	margin-right:36px;
}
