/* COMMENTS */
/*border-width: top right bottom left*/
/*border-width: top/bottom left/right */

* {margin:0; padding:0;}

body {
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
  color: #000000;
  margin: 20px;
  padding: 0;
  background-color: #000000;
}
body img {
  border: none;
}

#wrapper1 {
  min-width: 900px;
  width: 100%;
  background: #FFFFFF;
}

#header {
  min-width: 880px;
  background: #FFFFFF;
  padding: 10px;
  margin: 0;
  text-align: center;
  color: #000000;
  border: none;
  border-width: 1px;
  border-bottom: solid;
}
#LogoLeft {
  padding: 8px 10px 5px 10px;
  float: left;
}
#LogoRight {
  padding: 8px 10px 5px 10px;
  float: right;
}
#banner {
  margin-left: 110px;
  margin-right: 110px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-family: 'Colonna MT', 'times new roman', times, serif;
  font-size: 24pt;
  text-align: center;
}
#banner img {
  margin-bottom: -10px;
}

hr {
    border:none;
    border-top:1px solid;
/*border-top:1px #FF0000 solid; */
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

div#footer {
  position:relative;
  top:1px;
  background:#FFFFFF;
  width:100%;
  clear:both;
  margin:0;
  padding:1% 0;
  text-align:center;
  color:#000000;
  border: none;
  border-color: #000000;
  border-width: 3px;
  border-top: solid;
}
#footer img {
  padding: 0px 10px;
  border-style: none
}

p {
  padding: 0.5em 5px 0.5em 5px;
}
p.spaced {
  padding: 0.5em 5px 0.5em 5px;
  line-height: 1.5em;
}
h1 { /*	navigation.php asigns "TabColours"	*/
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding-bottom: 0.2em;
  margin: 0.25em 0em 0.5em 0em;
}

#CenterCol acronym { border-bottom:thin dashed black }
abbr { border-bottom:thin dashed black }
abbr.initialism {speak : spell-out;}

.FooterTable {
    margin-top: 0;
    width: 100%;
}
.FooterComment {
  font-size: 0.75em;
  text-align: center;
  padding: 0.5em 5px;
}
.CopyRight {
  font-size: 0.75em;
  text-align: center;
  padding: 0.5em 5px;
}
.LastModified {
  font-size: 10px;
}
.ButtonFormOuter {
  text-align: center;
  -moz-border-radius: 10px 10px 10px 10px;  /* mozilla version */
  -webkit-border-radius: 10px 10px 10px 10px; /* Chrome version */
  border-radius: 10px 10px 10px 10px;  /* true CSS3 version - Opera */  text-decoration: none;
/*  border-color: #999; */
  background-color: black;
  color: white;
  width: 100%;
  margin: 0.5em auto 1em auto;
}
.ButtonFormInner {
  border-width: 2px;
  border-style: solid;
  border-color: black;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  font-variant: small-caps;
  background-color: black;
  padding-bottom: 2px;
  color: white;
  cursor: pointer;
  -moz-border-radius: 10px 10px 10px 10px;  /* mozilla version */
  -webkit-border-radius: 10px 10px 10px 10px; /* Chrome version */
  border-radius: 10px 10px 10px 10px;  /* true CSS3 version - Opera */
  text-decoration: none;
}
.RoundedInput {
  margin: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding:5px 0.5em 5px 0.5em;
  -moz-border-radius: 10px 10px 10px 10px;  /* mozilla version */
  -webkit-border-radius: 10px 10px 10px 10px; /* Chrome version */
  border-radius: 10px 10px 10px 10px;  /* true CSS3 version - Opera */
}
.NavShadow {
  box-shadow: 5px 5px 0px #999;
  -moz-box-shadow: 5px 5px 0px #999;
  -webkit-box-shadow: 5px 5px 0px #999;
  -khtml-box-shadow: 5px 5px 0px #999;
}
table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 1em;
}
#RhtJfy {
  text-align: right;
  padding-right: 0.25em;
}
#LftJfy {
  text-align: left;
}

table.login {
  margin-top: 0.5em;
}
table.login td {
  padding: 0.25em 0;
}

#NoWrap{
  white-space: nowrap;
}
