   * { margin:0; padding: 0 }
html { height: 100% }


body {
  background: #292929 url(images/bg.jpg);
  color: #ffffff;
  margin: 0px;
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 12px;
  text-align: center;
  min-height: 101%;
  font-size: 100.01%;
}

#body {
  background: url(images/header-bg.jpg) top repeat-x;
}

#page {
  background-image: url(images/content-bg.png);
  position: relative;
  text-align: center;
  width: 780px;
  margin: auto;
  }

#header {
  background: url(images/header.jpg);
  width: 780px;
  height: 210px;
  margin: auto;
}

img {
  padding: 3px;
  border: 1px solid #ffffff;
  margin: 5px;
}

#footer {
  background: url(images/footer.jpg);
  width: 780px;
  height: 40px;
  margin: auto;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
}

a {
  color: #999999;
  text-decoration: underline;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

#col1 {
  float: left;
  width: 135px;
  border: 1px solid #000000;
  background-color: #222222;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 15px;
}

#col1 ul {
	margin: 0px;
}

#col1 ul li {
	list-style: none;
	color: #999999;
	font-size: 12px;
	text-align: left;
  text-indent: 15px;
}

#col1 a {
	color: #999999;
	line-height: 20px;
	text-decoration: none;
}

#col1 a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#col1 h2 {
  background: #222222 url(images/col1-top.jpg) repeat-x top;
  color: #292929;
  font-size: 16px;
  text-align: left;
  text-indent: 10px;
  line-height: 22px;
  padding-bottom: 10px;
}

#col2 {
  width:auto;
  margin-left: 175px;
}

#col2 h1 {
 background: url(images/h1-bg.jpg) repeat-x top;
 color: #292929;
 font-size: 18px;
 font-family: Tahoma, Verdana, Helvetica;;
 text-align: center;
 text-decoration: none;
 line-height: 22px;
 padding-bottom: 10px;
 border-top: 1px solid #2f2f2f;
 border-left: 1px solid #2f2f2f;
 border-right: 1px solid #2f2f2f;
}

#col2 table {
	width: 600px;
	text-align: center;
}

#col2 th {
 color: #ffffff;
 font-size: 16px;
}

.jmbfoot { font-size: 8pt; font-family: Verdana; text-align: center; }
.jmblink { font-size: 8pt; font-family: Verdana; }

.welcome {
  font-size: 14px;
  color: #dfded1;
  padding-top: 5px;
  padding-bottom: 15px;
}

