body {
  border:0px;
  margin:0px;
  padding:0px;
  background: #404040;
  font: 10pt Arial, Helvetica, sans-serif;
  color: white;
  min-width:820px;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26pt;
  font-weight: bold;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 7pt;
  font-style: italic; 
  font-weight: normal;
  color: #404040;
}

ul {
  padding: 0px;
  margin-top: 8px;
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 4px;
}

blockquote {
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

hr { 
  width: 100%; 
  height: 1px; 
  color: black;
  background-color: black;
  border: none; 
}

a {
  color: lightgreen;
  text-decoration: none;
}

a:hover {
  color: lightyellow;
  text-decoration: none;
}

th {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
}

td {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}
input,textarea,select,option {
  font-size: 10pt;
}

.error {
  color: yellow;
}

#wrap {
  border:0px;
  margin:0px auto;
  padding:0px;
  width:820px;
  background: black url(../images/blueMarble800.jpg) no-repeat center top;
}

#header {
  height: 100px;
  text-align: right;		
}

#header h1 {
  font-style: italic;
  padding:5px;
  margin:0;
}
#nav {
  padding-left: 130px;
  text-align: right;
  height: 47px;
  background: url(../images/menubg.gif);
}
#nav ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
#nav li{
  display:inline;
  margin:0px;
  padding:0px;
}
#nav a {
  white-space:nowrap;
  margin-left:8px;
  margin-right:8px;
  display: block;
  float: left;
  height: 31px;
  text-align: center;
  text-decoration: none;
  color: #E0E7FF;
  font-weight: bold;
  font-size: 14px;
  padding-top: 15px;
}

#nav a:hover {
  height: 31px;
  color: #E00000;
  text-decoration: none;
}

#sidebar {
  display: inline;
  padding:0px;
  margin-left: 20px;
  margin-top: 16px;
  border:0px;
  background:#404040;
  float:left;
  width:140px;
  min-height:700px;
  height:auto !important;
  height:700px;
}

#sidebar ul {
  margin-bottom:0px;
}

#main {
  display: inline;
  padding:0px;
  background:#404040;
  margin-right: 20px;
  margin-top: 16px;
  float:right;
  width:620px;
  min-height:700px;
  height:auto !important;
  height:700px;
}

#footer {
  border-top: 30px solid #000000;
  clear: both;
  height: 70px;
  clear: both;
  background: url(../images/footer.gif);
}

#pageTitle {
  margin-top:0px;
  margin-left:20px;
  margin-right:20px;
  font-family: georgia, sans-serif;
  font-style:italic;
  color: forestgreen;
  border-bottom:1px solid #000;
  height:1.25em;
  font-size:16pt;
}

#paraStartBigLetter {
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  font-family: georgia, sans-serif;
  font-style:italic;
  color: yellow;
  font-size:150%;
}

#footer p {
  padding-top: 10px;
  font-size: 7pt;
  text-align: center;
  color: #E9E9E9;
}

#ga1 {
  padding-top: 2px;
  margin-left:40px;
  text-align: right;
  height: 17px;
  background: black;
}

#ga2 {
  margin-top: 12px;
  height: 240px;
  text-align: center;
  margin-bottom: 12px;
}

.commentHeader {
  padding-left: 4px;
  border-left: 4px solid #306030;
  font-size: 8pt;
  background: #404040;
}


/*--------------------------- */
.roundedcornr_box {
   background: #404040;
}
.roundedcornr_top_sidebar div {
   background: url(../images/rc/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top_sidebar {
   background: url(../images/rc/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_top_main div {
   background: url(../images/rc/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top_main {
   background: url(../images/rc/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../images/rc/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../images/rc/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top_sidebar div, .roundedcornr_top_sidebar, 
.roundedcornr_top_main div, .roundedcornr_top_main, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content { 
  margin: 0 0px; 
  min-height:700px;
  height:auto !important;
  height:700px;
}

