/* 1. Layout/Global Styles
--------------------------------------------------------------------------------------------  */

body{font: 10pt Arial, Helvetica, sans-serif; color:#989898; background:orange;}

h1, h2, h3, h4{}
p{line-height:1.5; padding:0 0 10px 0;}
.bold{font-weight:bold;}
.textRight{text-align:right;}
.textLeft{text-align:left;}
.clear{clear:both;}

#Container{width:735px; background:#ff0000; margin:auto; padding:0px 20px 0 20px; height: 1300px;}
#MainTextSection{margin:auto; absolute: fixed; top: 200px; width: 735px; position: absolute; }
#MainTextSection div {margin-left: 180px; margin-right: 182px; }
#ContentBody{margin:0 0 150px 0; position: absolute; top: 685px; width: 735px; height: 393px;}
#LeftSection{float:left; padding:5px; margin-left: 1px; width:356px; height: 100%;}
#RightSection{width:331px; float:right;padding:5px; margin-right:-1px; height: 100%;}
#LeftSection h2,#RightSection h2{ padding:5px; margin:0 0 10px 0;}
#Footer { padding:20px; text-align:center; position: absolute; width: 696px; top: 1212px; height: 48px; }

form div {margin:0 0 10px 0;}
label{width:100px; padding:0 5px 0 0; text-align:right; display:block; float:left;}

form div:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
form div {display:inline-block;}

/* Hide from IE-mac \*/
* html form div {
  height: 1%;
}
/* End hide from IE-mac */