/*
  Color Scheme:
    #880000
    #5F0000
    #FFBFBF
    #FF8080
*/

body {
  margin: 0; padding: 0;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 14px;
  background: #FFFFFF url('/images/leftbar.gif') repeat-y;
}

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

td {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 14px;
}

img {
  border: 0;
}

a {
  color: #00487D;
}

a:hover {
  color: #0066B3
}

#top_left {
  position: absolute;
  top: 0; left: 0;
}

/*#top {
  background: #FFFFFF url('/images/topbar.gif') repeat-x;
  margin: 0;
  text-align: right;
  padding: 23px 15px 0 0;
  font-weight: bold;
  color: #FFFFFF;
  height: 81px;
}*/

h1 {
  background: #FFFFFF url('/images/topbar.gif') repeat-x;
  margin: 0;
  text-align: right;
  padding: 23px 15px 0 0;
  font-weight: bold;
  color: #FFFFFF;
  height: 81px;
}

html>body #top {
  padding-top: 1px;
}

#wrap {
  clear: both;
  margin: 0; padding: 0;
}

/*#left {
  float: left;
  width: 171px;
  margin: 0;
  padding-top: 20px;
}

#left*/ #nav {
  float:left;
  width: 171px;
  margin-top: 0;  
}

html>body #left #nav {
  margin-top: 0px;
}

/*#left*/ #nav a {
  display: block;
  padding: 3px 5px;
  /*width: 100%;*/
  margin: 3px 15px;
  text-decoration: none;
  border: 1px solid #FF8080;
  background-color: #5F0000;
  color: #ffffff;
  font-size: 13px;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
}

html>body #left #nav a {
  font-size: 14px;
}

/*#left*/ #nav a:hover {
  border: 1px solid #FF5F5F;
  background-color: #720000;
  color: #ffffff;
  font-style: italic;
}

#content {
  margin: 15px 15px 10px 183px;
}

#bottom {
	clear: both;
  text-align: center;
	margin-top: 30px;
}

.proper {
  text-indent: 15px;
  text-align: justify;
}

.button {
  border: 1px solid #FF8080;
  background-color: #5F0000;
  font-weight: bold;
  color: #FFFFFF;
}

.input_box {
  border: 1px solid #5F0000;
}

.big_header {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.small_header {
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  font-size: 16px;
}
