body {
  background: url(site-bg.png) repeat-x top left #A4CBD9;
}
#siteFoot {
  background-color: white;
  border-top: 1px solid #CDCDCD;
  margin-bottom: 20px;
  width: 820px;
}
div#webSite {
  border: 0 none;
}
#siteHead {height: 170px; width: 100%;}
#logoBack {
  display: none;
}
#siteHead {
  background: url(head.png) no-repeat left top;
  height: 230px;
}
#siteHead h1, .h1Fix {
	padding-top: 60px;
	padding-left: 40px;
	font-family: Arial;
	font-size: 250%;
	/*display:none;*/
}
#siteHead h1 a, #siteHead h1 a:visited, .h1Fix a, .h1Fix a:visited {
	color:#fff;
}

#siteHead h2, .h2Fix {
	font-family: Verdana;
	font-weight: normal;
	font-size: 130%;
	color:#fff;
	padding-left: 40px;
	/*display:none;*/	
}

#webSite {
    width: 850px;
}
#siteMain {
  width: 850px;
  background: url(body-bg.png) repeat-y top left;
}
#mainBar {
    padding-left: 30px;
}
#rightBar, #rightBar a {
  /* color: #fff; */
} 
#leftBar, #leftBar a {
  /* color: #fff; */
  color: #0c6286;
}
#leftBar {
  font-size:95%;
}

#myMenu li a:link, #myMenu li a:visited, #myMenu li.select a:link, #myMenu li.select a:visited {
  background: url(menu-bg.png) no-repeat top left;
  color: #fff;
  font-weight: bold;
}

#myMenu li a:hover, #myMenu li a.select, #myMenu li.select a:link, #myMenu li.select a:visited {
  background-position: 0 -32px;
}

input.formSubmit, input.button {
  width: 98%;
  border: 0 none;
  height: 27px;
  line-height: 27px;
  color: #fff;
  font-weight:bold;
  background: url(button.png) repeat-x top left;
  margin: 5px 0;
}




      .h1Fix a, .h1Fix a:visited {

      text-decoration: none;

      font-weight: bold;

      }