* {
  margin: 0; 
  padding: 0;
}

body {
  min-width: 980px;
  min-height: 562px;
  overflow: hidden;
}

html, body { 
  background: #EEEEEE;
  font-family: Helvetica, Verdana, Arial, sans-serif; 
  font-size: 12px;
  color: #474a4f;
  height: 100%;
}

a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
  font-size: 12px;  
}

a:hover {
  color: #474a4f;
}

ul {
  list-style-type: square;
  margin-bottom: 15px;
  margin-left: 45px;
  font-size: 12px;
}

h1 {
  font-size: 12px;
  font-weight: bold;
}

#Wrapper {
  width: 980px;
  height: 562px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -490px;  
  margin-top: -281px;
}

div#HeaderContainer {
  height: 156px;
  clear: both;
  background: #E9E9DF;
  border-bottom: 3px solid #FFFFFF;
}

div#HeaderLeft {
  float: left;
  background: #E9E9DF;
  height: 156px;
  width: 279px;
  cursor: pointer;
}

div#HeaderLeft img{
  width: 279px; 
  height: 156px;
  margin-left: 0px;
  margin-top: 0px;
}

div#HeaderRight {
  float: left;
  background: #E9E9DF;
  height: 156px;
  width: 701px;
}

div#HeaderRight ul li {
  display: inline;
  float: left;
  font-size: 13px;
  line-height: 15px;
}

div#HeaderRight ul {
  margin-top: 10px;
  margin-left: 60px;
  margin-bottom: 0px;
}

div#HeaderRight li {
  width: 152px !important;
  width: 158px;
  margin-bottom: 6px;
  border-left: 1px solid #474a4f;
  padding-left: 5px;
}

div#HeaderRight a {
  text-decoration: none;
  font-weight: normal;
  color: #474a4f;
}

div#HeaderRight a:hover {
  color: red;
}

div#HeaderRight .active a {
  color: red;
}

div#HeaderRight div#panoMenu {
  position: absolute; 
  top: 135px;
}

div#HeaderRight div#panoMenu ul {
  margin: 0px;
  margin-left: 60px;
}

div#HeaderRight div#panoMenu li {
  border-left: none;
/*  margin-top: 10px;
  margin-bottom: 0px;
  background: red; */
}

div#HeaderRight div#panoMenu a {
  text-decoration: underline;
}

div#ContentWrapper {
  width: 980px;
  height: 406px;
}

div#MenuWrapper {
  width: 268px;
  float: left;
  background: #A8A88C;
  height: 406px;
  border-right: 3px solid #FFFFFF;
}

div#Menu {
}

div#Menu ul {
  list-style: none;
  text-align: right;
  margin-top: 31px;
  margin-left: 0px;
  line-height: 15px;
  color: #FFFFFF;
  width: 100%;
  font-weight: bold;
}

div#Menu ul li {
  margin-right: 60px;
  display: block;
  margin-bottom: 10px;
}

div#Menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

div#Menu ul li a:hover {
  color: #474a4f;
}

div#Menu .active a {
  color: #474a4f;
}

div#MenuFooter {
  width: 203px;
  position: absolute;
  bottom: 35px;
  text-align: right;
}

div#MenuFooter a {
  text-align: right;
  margin-left: 40px;
}

div#MenuFooter img {
  margin-left: 20px;
}

div#MenuFooter a.active {
  color: #474a4f;
  margin-left: 0px;
}

div#Copyright {
  font-size: 11px;
  position: absolute;
  left: 280px;
  bottom: 7px !important;
  bottom: 10px;  
  width: 250px;
}

div#Content {
  width: 709px !important; 
  width: 712px; 
  float: left;
  background: #E9E9DF;
  overflow: auto;
  height: 406px;
  color: #474a4f;
}

div#Content p {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
}

div#Content h1 {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 15px;
  font-weight: bold;
}

div#Content .bodytext {
  font-weight: normal;
}

div#Content .bodytext a {
  text-decoration: underline;
  color: #474a4f;
}

div#Content .bodytext a:hover{
  color: red;
}

div#Content table.contenttable p {
  font-size: 12px;
  padding: 0px;
  padding-left: 30px;
}

div#Content p.smallpadding {
  padding-bottom: 5px;
}
  
/* Format text w. images on right  */
/* margin between images */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { 
  margin-bottom: 8px !important; 
  margin-bottom: 11px; 
}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { 
  margin-bottom: 8px !important; 
  margin-bottom: 11px; 
  display: block; 
}
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
								
/* right and top margins */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { 
  float: right; 
  clear: both; 
  margin-top: 11px; 
  margin-right: 15px !important; 
  margin-right: 5px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

