body {
	background-color: #77777a;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: .25em 2% 0 2%;
}
#pageContainer {
	background: #ebecf4 url(../media/images/layout/header/headerBGMainLong.jpg) repeat-x left top;
	width: 100%;
	text-align: left;
	margin: auto;
	float: left;
	border: 2px solid #802932;
}
#headerContainer {
	background: transparent url(../media/images/layout/header/headerBGMainLong.jpg) repeat-x left top;
	width: 84%;
	height: 212px;
	font-size: .8em;
	color: #306ba7;
	float: left;
	z-index: 30;
}
#headerPerson {
	background: transparent url(../media/images/layout/header/armsHeader.jpg) no-repeat top left;
	height: 212px;
	width: 323px;
	float: left;
}
#headerMenuPart {
	background: transparent url(../media/images/layout/header/headerBGwMenu.jpg) no-repeat top right;
	width: 155px;
	height: 212px;
	float: right;
}
#headerText {
	background: transparent url(../media/images/layout/header/titleText.gif) no-repeat right top;	
	width: 100%;
	height: 200px;
	margin: -200px -15% 0 0;
	float: right;
	position: relative;
}
#menuContainer {
	float: left;
	font-variant: small-caps;
	font: Arial;
	color: #306ba7;
	font-size: 1em;
	word-spacing: .15em;
	font-weight: bold;
	text-align: center;
	margin: auto;
	width: 85%;
	clear: left;
	padding-top: .25em;
	padding-bottom: 2px;
	background-color: #d5d6e4;
	border-bottom: 2px solid #832231;
}
#menuLine {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.menuItem {
	padding-left: .25em;
	padding-right: .25em;
	padding-top: .25em;
	float: left;
	font-size: 1em;
}
/* Menu Links */
#menuContainer a {
	text-decoration: none;
	color: #306ba7;
}
#menuContainer a:visited {
	color: #306ba7;
}
#menuContainer a:hover {
	color: #832231;
}
#menuContainer a:active {
	color: #832231;
}
#bodyContainer {
	width: 100%;
}
#contentContainer {
	width: 76%;
	padding: 1em 4% 1em 4%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-size: 1em;
}
#contentContainer_wide {
	width: 92%;
	padding: 1em 4% 1em 4%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-size: 1em;
}
#rightColumnContainer {
	width: 14%;
	float: right;
	background: #e0e1ec url(../media/images/layout/header/rightColumnBG.jpg) repeat-x top left;
	padding-top:  10px;
	z-index: 0;
}
#rightColumnBottomFade {
	width: 100%;
	background: transparent url(../media/images/layout/rightColumnBottomFade.jpg) repeat-x bottom left;
	height: 30px;
	clear: both;
}
#rightLineBorder {
	width: 100%;
	border-left: 2px solid #FFFFFF;
	margin: 180px 0 0 0;
	float: left;
}
#rightImg1 {
	position: relative;
	margin: -35% 0 0 11%;
	width: 80%;
	z-index: 20;
}
#rightImg2 {
	margin: 3% 0 0 10%;
	width: 80%;
	z-index: 21;
}
#rightImg3 {
	margin: 3% 0 0 10%;
	width: 80%;
	z-index: 22;
}
#pageBottom {
	width: 100%;
	height: 24px;
	background: transparent;
	clear:both;
}
.sideBarContainer {
	width: 20%;
	margin: 10px 5px 10px 10px;
	padding: 0 5px 10px 25px;
	float: right;
}
.sideBarTop {
	background: #832231;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
	border-top: 1px solid #306ba7;
	border-left: 1px solid #306ba7;
	border-right: 1px solid #306ba7;
}
.sideBarCornerTop {
	position: relative;
	top: -6px;
	left: -1px;
	float: left;
	background:  url(../media/images/layout/sideBarHeader.jpg) no-repeat left top;
	width: 12px;
	height: 13px;
}
.sideBarBody {
	border-left: 1px solid #306ba7;
	border-right: 1px solid #306ba7;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 5px;
}
.sideBarBottom {
	border-bottom: 1px solid #306ba7;
	border-left: 1px solid #306ba7;
	border-right: 1px solid #306ba7;
	height: 12px;
}
.sideBarCornerBottom {
	position: relative;
	bottom: -1px;
	right: -1px;
	float: right;
	background:  url(../media/images/layout/sideBarBottom.jpg) no-repeat right bottom;
	width: 12px;
	height: 13px;
}
/* Small Window Layout */
.smallWindowBody {
	width: 90%;
	background-color: #ebecf4;
	border: 2px solid #832231;
	padding: 3%;
}
.smallWindowContainer {
	width: 20%;
	margin: 10px 5px 10px 10px;
	padding: 0 5px 10px 25px;
}