* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
  background: #FFFFFF url(images/bg_tile.jpg);
}

body {
  color: rgb(0,61,121);
  font: 12px Arial, Verdana, sans-serif;
  text-align: center;
}

h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}

p {
  margin: 2em 0;
  line-height: 1.5em;
}

a {
  color: rgb(0,120,250);
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: rgb(40,150,255);
  text-decoration: underline overline;
}

#container-page {
  margin: 0 auto;
  width: 920px;
  background-image:url(images/cont_page_shad.jpg);
  background-repeat: y-repeat;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: #FFFFFF;
  width:900px;
  height:197px;
  margin-left:10px;
}

#head_one {
  padding:0;
  margin:0;
  float:left;
  width:900px;
  height:141px;
  background: #FFFFFF url(images/header_r1_c1.jpg) no-repeat;
  display:block;
  position: relative; 
}
#head_menu {
  float:left;
  width:900px;
  height:26px;
  background: #FFFFFF url(images/menu_bg.jpg) no-repeat;
  display:inline;
}
#head_two {
  float:right;
  width:247px;
  height:56px;
  background: #FFFFFF url(images/header_r2_c7.jpg) no-repeat;
  display:inline;
}
#head_three {
  float:left;
  width:900px;
  height:30px;
  background: #FFFFFF url(images/header_r3_c1.jpg) no-repeat;
  display:inline;
}

#container-content {
  padding: 0 0 45px 0;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 632px;
  float: left;
  margin-left:40px;
  text-align:justify; 
  margin-right:20px; 
  line-height:20px;
  display:inline;
}

#content-sec {
  width: 218px;
  height:472px;
  float: right;
  background: #FFFFFF url(images/tonal_area.jpg) no-repeat;
  margin-right:10px;
  margin-top:10px;
  display:inline;
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  width: 900px;
  background-color: rgb(0,61,121);
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 45px;
  margin-left:10px;
}
#reg_form_left {
  float:left; 
  width:129px; 
  height:20px; 
  background-color:rgb(0,61,121); 
  padding:5px; 
  color:#FFFFFF; 
  font-weight:bold; 
  border-right:1px solid #FFFFFF; 
  border-bottom:1px solid #FFFFFF; 
  text-align:left; 
  display:inline;
}
#reg_form_right {
  float:left; 
  width:595px; 
  height:25px; 
  background-color:rgb(138,173,239); 
  padding-top:5px; 
  padding-left:5px; 
  border-bottom:1px solid #FFFFFF; 
  text-align:left;  
  display:inline;
}

#foot {
  padding: 4px; 1em;
  text-align:center;
  color:#FFFFFF;
}
#site_map {
  font-size:11px;
  margin-top:5px;
}
#site_map a{
  text-decoration:underline;
  color:#FFFFFF;
}
#site_map a:hover{
  color: rgb(40,150,255);
  text-decoration: underline overline;
}
input.imageOff{
  background-image:url(images/submit_butt_off.jpg);
  width:69px;
  height:27px;
}
input.imageOn{
  background-image:url(images/submit_butt_on.jpg);
  width:69px;
  height:27px;
}