html {
    padding: 0;
    margin: 0;
}
body {
    background-color: #efefef;
    padding: 0;
    margin: auto;
    font-family: "Century-Book",Georgia,Serif;
    font-size: 12pt;
    min-width: 50em;
}
#form1 {
}
#Main {
    width: 61em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
    color:#6b6b6b;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px #bbbbbb;
}
.noscript {
    text-align: center;
    color: #ff8888;
    font-style: italic;
}
.HeadingFont,
#Header,
.DynButtonText,
.BodyTitle {
    font-family: "Arial Narrow","Arial",Sans-Serif;
    font-stretch: condensed;
    color: #693a77;
}
#Header {
}
#HeaderPart1 {
    height: 1.6em;
    background-color: #bbbbbb;
    color: #ffffff;
}
#HeaderPart2 {
    height: 6.4em;
    background-color: #693a77;
    color: #ffffff;
}
#HeaderPart2 img {
  height: 0.98em;
}
#HeaderPart3 {
    height: 3em;
    background-color: #693a77;
    color: #ffffff;
}
#Header hr {
    background: none repeat scroll 0 0 white;
    border: medium none;
    display: block !important;
    height: 1px;
    margin: 0;
    width: 100%;
}
#HeaderTitle {
    font-size: 2em;
    margin-left: 2em;
    padding-top: 1.1em;
}
#Body {
    text-align: left;
    padding: 2em 6em;
}
.BodyTitle {
    font-size: 1.8em;
    padding: 0.2em 0 0.8em 0;
}
#Footer {
}
.FooterArc {
    overflow: hidden;
    position: relative;
}
.FooterArc img{
    position: absolute;
    right: 0;
    height: 100%;
}
.FooterLogo {
    text-align: right;
    padding: 1em 2em 2em 0;
}

img {
    border:0em none black;
}
.clear {
    clear: both;
}


.DynButtonContainer {
  margin-left:auto;
  margin-right:auto;
  width:46.5em;
}
.DynButton {
  overflow:hidden;
  border: 1px solid #dddddd;
  padding: 0.5em 0 0.5em 0.5em;
}
.DynButtonImage {
    display: block;
    margin-left: 0.5em;
    width: 3.5em;
    vertical-align: central;
    float: left;
}
.DynButtonText {
    background-color: #693a77;
    border: none;
    height: 2.5em;
    margin: 0 0 0 0.5em;
    padding: 0 1em;
    line-height: 2.5em;
    width: 25em;
    color: #ffffff;
    font-size: 1.5em;
    vertical-align: top;
    display: inline-block;
}
.DynButton:hover{
    cursor: pointer;
}
.DynButton:hover .DynButtonText {
    color: #ffffff;
    background-color: #8e589e;
}
.DynButtonDescription {
    font-size: 1em;
    padding: 0.5em 1em 2em 1em;
}

#ReportContainer {
	width: 100%;
    height: 200em; /* is support box height you can change as per your requirement*/
    background-color: white;
	border: 0px none black;
}
#wrapper {
	width: 100%;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin:auto;
	height:100px; /* here the height values are automatic you can leave this if you can*/
}
#wrapper iframe {
	width: 100%;
	display: block;
	padding:10px;
	margin:auto;
}
