/* Page Layout */
#page {
  display: block;
  margin-left: auto;
  margin-right: auto;
	margin-top: 5px;
	width: 820px;
	padding: 10px 10px 10px 5px;
	background-color: #ffffff;
	text-align: left;
}

#footer {
  clear: both;
}

#page-left {
  float: left;
  padding: 0px;
}

#page-right {
  float: right;
  width: 598px;
  margin-bottom: 1.0em;
}

#page-bottom {
  text-align: center ;
  color: rgb(150,150,150);
  font-size: 0.8em;
  margin-top: 0.5em;
}

#page-bottom a {
  color: rgb(150,150,150);
  text-decoration: none;
}

#page-bottom a:hover {
  color: rgb(153,1,1);
  text-decoration: underline;
}

#con-title {
  font-size: 1.75em;
  font-weight: bold;
  color: rgb(184,1,1);
}

#con-title-sub {
  font-weight: bold;
  text-align: right;
  color: rgb(128,128,128);
}

/* Left-hand Navigation */
#main-menu {
  width: 150px;
  margin: 1em 0px 0px 25px;
  padding: 0px 10px 5px 10px;
  _padding: 10px 10px 0px 10px; /* IE hack */
  border: 2px solid rgb(153,1,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
}

#main-menu a {
  font-weight: bold;
  color: rgb(153,1,1);
  text-decoration: underline;
}

#main-menu a:hover {
  font-weight: bold;
  color: rgb(184,1,1);
  text-decoration: none;
}


#main-menu ul.no-list li {
  list-style-type: none;
	margin-left: -40px;
}

#main-menu ul.sub-list li {
  list-style-type: disc;
  margin-left: -10px;
}

#content {
  border: 2px solid rgb(253,220,108);
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 1.0em;
  margin-right: 20px;
  padding: 0px 10px 1em 10px;
}


form label {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: top;
  font-weight: bold;
  width: 7em; /* Width of labels */
}
form ol {
  margin: 0;
  padding: 0;
}
form li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form input {
  width: 33em;
  _width: 31em; /* IE hack */
}
form input.button {
  width: 4em;
}
form input.button-reg {
  width: 10em;
}
form textarea {
  font-family: arial,helvetica,sans-serif;
  font-size: 1em;
}

/* This is for the online registration */
.inform {
    width: 95%;
}

.reg label {
  display: block;
  font-weight: bold;
}

.reg label input {
  width: auto;
}*/


