body{
	margin:0;
	background:#B99B40;
	padding: 0em;
	margin: 0px auto;
}



.mainContainer{
	width: 800px;
	height: 100%;
	padding: 0px;
}

.leftShadow{
	background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
	width: 30px;
}

.rightShadow{
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	width: 30px;
}

.mainContent{
	width: 740px;
	background-color: #FFFFFF;
	background-image: url(../images/background_bluePrint.jpg);
	background-repeat: no-repeat;
	border: #000000;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding: 0px;
	vertical-align: top;
}

.logo{
	position: relative;
	left: 20px;
	top: 30px;
	z-index: 100;
}

.topBanner{
	background-color: #4F574B;
	border: #000000;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

.miniBanner{
	background-color: #4F574B;
	position: relative;
	border: #000000;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

.bannerMessage{
	position: relative;
	top: -188px;
}

.navigation{
	position: relative;
	left: -30px;
	text-align: right;
}

.homeContent{
	position: relative;
	top: 20px;
	width: 90%;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

.content{
	position: relative;
	top: 20px;
	width: 90%;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

.footer{
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #7F7F7F;
	vertical-align: top;
}

.formValue{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

.formLabel{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align:justify;
}

.f10 {
	font-size: 10pt;
}

.justify{
	text-align: justify
}