/* Built by Aaron Klabunde, January 2008 */
body {
  width: 990px;
  margin: 0px auto;
  color: rgb(0, 0, 0);
  background-color: #445656;
  font-family: arial, helvetica, verdana, sans-serif;
}
body a:link {
  text-decoration: underline;
  color: #00004d;
  background-color: transparent;
}
body a:visited {
  text-decoration: underline;
  color: #320574;
  background-color: transparent;
}
body a:hover {
  text-decoration: underline;
  color: #2222fd;
  background-color: transparent;
}
body a:active {
  text-decoration: none;
  color: black;
  background-color: transparent;
}
div.picright {
  border: 6px solid #7e0021;
  margin: 4px 0 4px 12px;
  padding: 0px;
  float: right;
  text-align: center;
  min-height: 20px;
  color: rgb(51, 51, 51);
}
div.picleft {
  border: 6px solid #7e0021;
  margin: 4px 12px 4px 0;
  padding: 0px;
  float: left;
  text-align: center;
  min-height: 20px;
  color: rgb(51, 51, 51);
}
div.topright {
  border:  none;
  float: right;
  width: 356px;
  height: 225px;
  text-align: center;
  background-color: #7e0021;
  font-family: arial, helvetica, verdana, sans-serif;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 0px;
}
div.menu {
  width: 770px;
  text-align: center;
  margin-top: 3px;
}
div.container {
  border: 0px solid gray;
  background-color: white;
  margin: 0px auto;
  width: 990px;
  line-height: 125%;
}
div.header {
  padding: 0em;
  text-align: center;
  color: black;
  background-repeat: no-repeat;
}
div.footer {
  padding: 0.5em;
  color: white;
  background-color: gray;
  clear: left;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  text-align: center;
}
h1 {
  margin: 0;
  padding: 6px 0px;
  text-align: center;
  font-size: 24px;
  color: #343434;
  line-height: 125%
}
h2 {
  margin: 0;
  padding: 0px 0px 6px 0px;
  text-align: center;
  font-size: 18px;
  color: #121246;
  line-height: 125%;
}
h3 {
  margin: 0;
  padding: 0px 0px 6px 0px;
  text-align: left;
  font-size: 18px;
  color: #000000;
  line-height: 115%;
}
div.left {
  margin: 0;
  padding: 1.25em;
  float: left;
  width: 170px;
  background-color: #7e0021;
  font-size: 14px;
  color: #e6e6e6;
  text-align: left;
  font-weight: normal;
  font-family: arial, helvetica, verdana, sans-serif;
  line-height: 170%;
}
div.left a:link {
  text-decoration:none;
  color: #f7f7fa;
  background-color:transparent;
}
div.left a:visited {
  text-decoration:none;
  color: #f7f7fa;
  background-color:transparent;
}
div.left a:hover {
  text-decoration: none;
  color: #99aaff;
  background-color:transparent;
}
div.left a:active {
  text-decoration:none;
  color:black;
  background-color:transparent;
}
div.content {
  padding: 0em 1em 0em 1em;
  margin: 0px 0px 0px 212px;
  border: 0px;
  background-repeat: repeat-x;
  font-family: arial, helvetica, verdana, sans-serif;
  color: black;
  font-size: 16px;
  margin-top: 0px;
  min-height: 444px;
  background-image: url(background.png);
}
div.spacer {
  margin: 3px 0 0;
  padding: 0;
  float: left;
  background-repeat: no-repeat;
  width: 23px;
  height: 444px;
  background-position: right top;
  background-image: url(spacer.png);
}
div.blueleft { 
  margin: 400px 8px 0px -260px;
  padding: 4px;
  width: 240px;
  min-height: 200px;
  float: left;
  background-color: rgb(240, 240, 255);
  text-align: justify;
  line-height: 100%;
}
table.table1 {
  padding: 0px;
  margin: 0px;
}
table.table1 tr td {
  margin: 0px;
  padding: 0px;
  border-top: 6px solid #7e0021;
  vertical-align: top;
}
table.table1 tr td p {
  margin: 0px;
  padding: 8px 8px;
}
table.table1 tr td img {
  border: 6px solid #7e0021;
  border-top: 0px;
  text-align: center;
}

/*Menu buttons and scripting courtesy of... */
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_six */
#pro6 ul {
  margin: 0 0px 0 2px;
  padding: 0;
  background: transparent url(none) repeat scroll 0% 50%;
  display: table;
  white-space: nowrap;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  height: 35px;
  position: relative;
  font-size: 14px;
  font-family: arial, helvetica, verdana, sans-serif;
}
#pro6 li {
  margin: 0;
  padding: 0;
  display: table-cell;
}
#pro6 li a {
  padding: 0 0 0 10px;
  background: transparent url(pro_six_0a.gif) no-repeat scroll 0% 50%;
  display: block;
  float: left;
  height: 35px;
  line-height: 30px;
  color: #333333;
  text-decoration: none;
  font-family: arial, helvetica, verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#pro6 li a b {
  padding: 0 25px 5px 15px;
  background: transparent url(pro_six_0b.gif) no-repeat scroll right top;
  float: left;
  display: block;
}
#pro6 li.current a {
  background: transparent url(pro_six_2a.gif) no-repeat scroll 0% 50%;
  color: #ffffff;
}
#pro6 li.current a b {
  background: transparent url(pro_six_2b.gif) no-repeat scroll right top;
}
#pro6 li a:hover {
  background: transparent url(pro_six_1a.gif) no-repeat scroll 0% 50%;
  color: #ffffff;
}
#pro6 li a:hover b {
  background: transparent url(pro_six_1b.gif) no-repeat scroll right top;
}
#pro6 li.current a:hover {
  background: transparent url(pro_six_2a.gif) no-repeat scroll 0% 50%;
  color: #ffffff;
  cursor: default;
}
#pro6 li.current a:hover b {
  background: transparent url(pro_six_2b.gif) no-repeat scroll right top;
}
