/* GENERAL STYLES */
html, body {
   padding: 0px;
   margin-top: 5px;
   height: 100%;
   width: 100%;
   font-family: Verdana, sans-serif;
   font-size: 8pt;
   color: #535252;
}

h1 {
/* Orange background color headers */
   color: #535252;
   font-weight: bold;
   font-size: 12pt;
   font-family: Verdana, sans-serif;
   padding: 0px;
   margin-bottom: 0px;
   margin-top: 0px;
}

h2 {
/* Large gray headers */
   font-weight: bold;
   font-size: 11pt;
   font-family: Verdana, sans-serif;
   margin-bottom: 4px;
   margin-top: 0px;
   page-break-after: avoid;
}

.preArrow {
/* Bold text with arrows next to */
   font-weight: bold;
   font-size: 8pt;
   font-family: Verdana, sans-serif;
   margin-bottom: 15px;
}

.boxedImageAndTitle {
   padding: 0px;
   margin: 0px;
   margin-top: 10px; /*border: 1px solid #7F7E77;*/
}

.boxedImageAndTitle h1 {
   border-top: 1px solid #7F7E77;
   border-left: 1px solid #7F7E77;
   border-right: 1px solid #7F7E77;
}

.boxedImageAndTitle img {
   border-left: 1px solid #7F7E77;
   border-right: 1px solid #7F7E77;
   border-bottom: 1px solid #7F7E77;
}

div#topbar {
/* background-color: yellow; */
   height: 62px; /* Image has a height of 57px */
   padding-left: 10px;
   padding-bottom: 5px;
   display: none;
}

div#bordercontainer {

}

div#navbar {
   background-color: #EC8028;
   height: 32px;
   color: white;
   display: none;
}

div#image {
   height: 204px;
   display: none;
}

div#content {
   width: 100%;
   padding-top: 10px;
   padding-bottom: 10px;
}

div#leftcontent {
/* background-color: green;*/
/*text-align:justify;*/
   padding-left: 30px;
   padding-right: 30px;
   float: left;
   width: 130px;
   font-size: 7pt;
   display: none;
}

div#leftcontent h1 {
   font-size: 8pt;
}

div#leftcontent p {
   font-weight: bold;
   padding-top: 0px;
   padding-bottom: 5px;
   margin-bottom: 0px;
   margin-top: 0px;
}

div#leftcontent a {
   color: #535252;
   text-decoration: none;
   background: white url( boxedArrow.jpg ) no-repeat 0px 3px;
   padding-left: 15px;
}

div#leftcontent a:hover {
   text-decoration: underline;
}

div#leftcontent .preArrow {
/* Bold text with arrows next to */
   font-weight: bold;
   font-size: 8pt;
   font-family: Verdana, sans-serif;
   background: white url( arrow.jpg ) no-repeat 0px 10px;
   padding-left: 15px;
   margin-left: 10px;
   margin-top: 3px;
   margin-bottom: 3px;
}

div#leftcontent .leftBoxBorder {
   padding: 0px;
   margin: 0px;
   margin-top: 10px;
   margin-bottom: 30px;
   border: 1px solid #7F7E77;
}

div#leftcontent .leftContentSection {
   margin-bottom: 20px;

}

div#middlecontent {
   float: left;
   width: 428px;
}

div#middlecontent p {
   margin-top: 0;
   margin-bottom: 0;
   padding-bottom: 10px;
}

div#middlecontent img {
}

div#middlecontent .middleImageText {
   float: left;
   width: 310px;
}

div#middlecontent h1 {
}


div#rightcontent {
/*background-color: gray;*/
   text-align: justify;
   padding: 10px;
   padding-left: 30px;
   float: left;
   width: 200px;
   display: none;
}

div#rightcontent p {
   margin-bottom: 15px;
}

div#rightcontent hr {
   margin-top: 10px;
   margin-bottom: 10px;
}

div#rightcontent a {
   color: #535252;
   text-decoration: none;
   background: white url( boxedArrow.jpg ) no-repeat 0px 3px;
   padding-left: 15px;
}

div#rightcontent img {
   width: 198px;
}

div#rightcontent a:hover {
   text-decoration: underline;
}

div#rightcontentform {
   background-color: #EC8028;
   color: white;
   font-weight: bold;
   width: 100%;
   height: 70px;
   padding-top: 5px;
   margin-top: 20px;
}

div#bottombar {
   text-align: right;
   height: 20px;
   font-size: 8pt;
   padding: 5px;
   display: none;
}




/* EDITOR PROPERTIES */
