/* CSS Document */

@import url(common.css);

@media screen {

body {
  background:url(../images/content_bg.gif) repeat-x;
}

#page {
  width: 820px;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

#top_bg, #content_bg {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 26px;
  margin:0;
  height:auto;
}

#top_bg {
  background: url(../images/content_top_bg.gif) no-repeat;
}

#content_bg {
  background: url(../images/content_page_bg.gif) repeat-y;
}

#nav {
  height: 30px;
}

html>body #nav {
  height: auto;
  min-height: 30px;
}

#header {
  height: 122px;
}

#header .utility {
  padding: 3px;
  text-align: right;
  font-size: 10px;
  color: #8c7871;
  background:url(../images/utility_bg.jpg) bottom right no-repeat;
}

#header a {
  color: #8c7871;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#subheader {
  height: 103px;
  padding-top: 12px;
  background-color: #cec2b3;
  text-align: center;
}

#content {
  padding: 0;
  margin: 0;
}

#left_col {
  float: left;
  width: 200px;
  padding: 9px;
  padding-top: 20px;
  background:url(../images/sidebar_corner.gif) bottom right no-repeat #cec2b3;
  color: #FFFFFF;
}

#left_col h1 {
  color: #8c7871;
  margin: 5px 0;
  font-size: 16px;
  padding-left: 15px;
}

#left_col ul {
  padding: 0;
  margin: 0;
  margin-left: 15px;
  list-style-type: none;
}

#left_col li {
  width: 160px;
  padding-left: 10px;
  background: url(../images/sidebar_bullet.gif) no-repeat 0 50%;
  line-height: 24px;
  border-bottom: 1px solid #baab9f;
}

#left_col li a {
  color: #FFFFFF;
  text-decoration: none;
}

#left_col li a:hover {
  text-decoration: underline;
}

#right_col {
  float: left;
  width: 540px;
  padding: 10px;
}
}

@media print {

}