@charset "utf-8";

/* General Settings */

html {
  /*height: 100%;*/
  margin: 0;
  padding: 0;
  font-size: 100%;
  /*background-color: #000000;
  background-image: url('../images/back.jpg');
  background-position: left top;
  background-repeat: repeat-x*/
  background-color: #606079;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  height: 100%;
  min-width: 795px;
  font-size: 100%;
  font-weight: normal;
}

a:hover {color: #0000FF}

sup, sub {line-height: 0;}

#content_top {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  margin-top: 15px;
  margin-bottom: 12px;
}

#content_top p {
  margin: 0;
}

#content {
  background-color: #FFFFFF;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #602020;
  border-radius: 15px;
}

#content_header {
  xwidth: 100%;
  background-color: #900000;
  xmargin-left: 5px;
  xmargin-right: 5px;
  xmargin-top: 5px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

#content_header h1 {
  font-family: Monotype Corsiva, Garamond, Times, Serif;
  text-indent: -1px;
  font-size: 2.3em;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: -7px;
}

#content_header h2 {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  line-height: 2.0em;
  color: #FFFFFF;
  margin-top: 0;
}

#content_menubar {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 11px;
  border-radius: 5px;
}

#content_menubar ul {
  background-color: #900000;
  font-size: 100%;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}

#content_menubar li {
  background-color: #900000;
  font-size: 100%;
  display: inline;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}

#content_menubar a {
  font-size: 100%;
  color: #FFFFFF;
  text-decoration: none;
}

#content_menubar a:hover {
  color: #FFFF00;
  text-decoration: underline;
}

div.location_in_site {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60%;
}

#mainbody {
  background-color: #FFFFFF;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 720px;
  min-height: 500px;
  font-size: 0.80em;
}

#mainbody h2 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.0em;
  color: #800000;
}

#mainbody h3 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5em;
  color: #800000;
}

#mainbody ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#mainbody ul li {
  background-image: url(../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 15px 5px;
  padding-left: 38px;
}


/*
li {font-size: 0.8em;}

ul.inner_ul li {
  font-size: 1.0em;
  list-style-type: circle;
}

p {
  font-size: 0.8em;
  margin-bottom: 1.4em;
}
  */

#copyright {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  color: #777777;
}

#copyright p {
  font-size: 0.7em;
  line-height: 1.1em;
}

div.pad {
  height: 20px;
}

