/*
 * green:	#215a33
 * copper:	#cf7019
 */

body {
  margin: 0; padding: 0; font: 12px verdana, san-serif;
  color: #333; background: #215a33 url("images/background.gif") repeat-y 50% 0;background-attachment: fixed;
}

h1 { font-size: 125%; color: #215a33; }

h2 { font-size: 110%; color: #215a33; }

blockquote { font-size: 90% }

a { text-decoration: none; }
a:link    { color: #cf7019; }
a:visited { color: #cf7019; }
a:active  { color: #cf7019; }
a:hover   { color: #cf7019; text-decoration: underline; }

strong { font-weight: bold; color: #215a33; }

table.con { background-color: #fff; color: #333; }
table.con tr { background-color: #f4dfcc; }

#header {
  text-align: center;
}

#container {
  width: 690px;
  margin: 8px auto;
}

#nav {
  height: 25px; margin: 0; padding-top: 7px;
  text-align: center; font-size: 110%; font-weight: bold;
  background-color: #215a33;
}
#nav ul { margin: 0; padding: 0; list-style-type: none; }
#nav ul li { display: inline; margin: 0 50px; }
#nav ul li a { color: #fff; }
#nav a:link.active, #nav a:visited.active { color: #fff; text-decoration: underline; }
#nav a:hover.active, #nav a:hover { color: #cf7019; }

#content {
  overflow:auto;
  margin-top: 10px; padding: 10px;
  line-height: 1.5em;
  border: 1px solid #215a33;
}

#ftr {
  clear: both;
  text-align: center; line-height: 12px;
  font: 10px verdana, sans-serif;
}
#ftr a:hover { text-decoration: underline; }

ul.nobul { list-style-type: none; line-height: 18px; }

.l { float: left; margin-right: 10px; }
.r { float: right; margin-left: 10px; }
.c { margin: 0 15px 20px 15px; }
.btfont { font-family: "Century Gothic", verdana, sans-serif; }
.btfont a { color: #000; }
.btfont a:hover   { color: #339; text-decoration: underline; }

.sm { font-size: 85%; }

.hr { margin: 20px 0 5px 0; padding: 0; border-bottom: 1px dotted #215a33; }