/** Layout ***/
* {
  margin: 0;
  padding: 0;
}

body {
  font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
  line-height: 1.6em;
  background: #fff url(images/bg.gif) repeat-x;
  color: #444;
}

p {
  margin: 0 0 10px 0;
}

#content {
  width: 900px;
  margin: 0 auto;
}

#left {
  clear: left;
  float: left;
  width: 240px;
  padding: 0 34px 0 15px;
  font-size: .9em;
  margin: 0 0 15px;
}

#right {
  margin: 0 15px 20px 0;
  padding: 0 0 0 35px;
  border-left: 1px solid #ccc;
  float: right;
  width: 560px;
  text-align: justify;
}

#col1 {
  float: left;
  width: 274px;
  padding: 7px 0 0 15px;
  margin: 0 0 10px;
}

#col2 {
  float: left;
  width: 250px;
  border-left: 1px solid #ccc;
  padding: 7px 0 0 40px;
}

#col3 {
  float: right;
  width: 250px;
  border-left: 1px solid #ccc;
  padding: 7px 0 0 40px;
}

/*** Header ***/
#logo {
  margin: 10px 0 0 0;
  height: 66px;
  width: 240px;
  float: left;
  background: url(images/logobg.gif) no-repeat bottom;
  text-align: center;
}

#intro {
  clear: both;
  background: #fff url(images/intro.jpg) no-repeat;
  color: #4C8734;
  height: 170px;
  margin: 0;
  padding: 45px 40px 0 0;
  text-align: right;
}

#intro h1 {
  margin: 0;
  font: bold 2.2em Arial, Sans-Serif;
}

#intro p {
  margin: 0;
}

/*** Footer ***/
#footer {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin: 0 0 15px;
  font-size: .9em;
  color: #808080;
  background: #fff;
}

#footer a {
  font-weight: normal;
}

#counter {
  font-size: 0.825em;
  white-space: nowrap;
}

/*** Menu ***/
#menu {
  float: right;
  padding: 25px 5px 0 0;
  margin: 0 0 10px 0;
}

#menu li {
  font-size: 1.1em;
  display: inline;
}

#menu li a {
  padding: 26px 15px 0px 0;
  margin: 0 0 0 30px;
  color: #ccc;
  background: #505050 url(images/tab.gif) no-repeat right bottom;
  text-decoration: none;
}

#menu li a:hover {
  background: #505050 url(images/tabhover.gif) no-repeat right bottom;
  color: #8ee2fa;
}

/** Elements ***/
h1 {
  font: bold 1.8em Arial, Sans-Serif;
  margin: 0 0 14px 0;
}

h2 {
  font: bold 1.6em Arial, Sans-Serif;
  margin: 0 0 12px;
}

h3 {
  font: bold 1.4em Arial, Sans-Serif;
  margin: 0 0 10px;
}

h4 {
  color: #808080;
  background: inherit;
  font-weight: normal;
  font-size: .9em;
}

a {
  color: #317486;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[href$="pdf"] {
  background: url(/images/mime/pdf2.gif) top right no-repeat;
  padding-right: 18px;
}

a[href$="pdf"]:hover {
  background: url(/images/mime/pdf1.gif) top right no-repeat;
}

a[href$="jpg"] {
  background: url(/images/mime/image.png) top right no-repeat;
  padding-right: 18px;
}

a[target="_blank"] {
  background: url(/images/mime/external.png) top right no-repeat;
  padding-right: 14px;
}

hr {
  padding: 0;
  margin: 15px 0;
  border: none 0;
  border-top: 1px solid #ddd;
  height: 1px;
}

/*** Lists ***/
ul.list {
  list-style: url(images/bullet1.gif);
  margin: 10px 0 10px 20px;
}

ul.list li {
  padding: 0;
}

ul.list li.spaced {
  padding: 0 0 15px 0;
}

/*** Box ***/
.box {
  padding: 10px 15px 5px 15px;
  background: #f4f4f4 url(images/noticebg.gif) no-repeat bottom right;
  color: #808080;
}

.box p {
  text-align: left;
}

.box h3 {
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  color: #5f5f5f;
}

.box em {
  color: #5f5f5f;
}

._80x15 {
  padding: 10px 15px 5px 15px;
  color: #808080;
  text-align: center;
}

._80x15 img {
  padding-bottom: 5px;
}

._80x15 a {
  line-height: 1em;
  background: none;
  padding: 0;
}

#right h2 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 8px;
  color: #7f7f7f;
}

/*** Form ***/
form p {
  margin-bottom: 5px;
  width: 350px;
  font-size: 1em;
}

input,textarea {
  font-family: Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 0.925em;
  color: #222;
  border: 1px solid #ccc;
  background: #fff;
  width: 345px;
  padding-left: 5px;
  padding-top: 2px;
  margin-top: 3px;
}

input {
  height: 14px;
}

textarea {
  height: 125px;
  margin-bottom: 5px;
  overflow: auto;
}

#buttons {
  text-align: right;
}

#buttons a {
  border: 2px solid #6fb3d4;
  padding: 3px 15px;
}

#buttons a:hover {
  background-color: #c5e9f3;
  text-decoration: none;
}

.error {
  border: 1px solid #ccc;
  background: url(images/one23/x.gif) #fff no-repeat top right;
  color: #555;
  font-size: 0.825em;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 20px 5px 10px;
  margin-left: 15px;
}

a.error:hover, .error a:hover {
  text-decoration: none;
}
