
/*COLOR SCHEME 4
#00528e
#006aa5
#0092cb
#13b8ec
#c0e7fa
#cccccc
*/

/*
#4d8abe		RR Blue
#849bad		Grey Blue
#6686ad		Blue Grey
#c0e7fa		Light Blue
*/


#header {
  margin: 0px;
  margin-bottom:5px;
  padding: 0px;
  height: 200px;
  background:#4d8abe url(images/headbg1.gif) repeat-x;
}
.headimg {
  width:700px;
  height:200px;
}
#left {
  position: absolute;
  left: 20px;
  top: 225px;
  width: 150px;
  background:#226aa2 url(images/bgshade1.gif) repeat-y left;
  padding:15px;
  min-height:500px; /* for modern browsers */
  height:auto !important; /* for modern browsers */
  height:500px; /* for IE5.x and IE6 */
}