
input { font-size: 14px;}

#notices {
  text-align: center;
  border: 4px solid #700;
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 20px;
  color: #eee;
  background: #111;
/*  width: 400px;*/
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -webkit-box-shadow: 2px 2px 6px #000;
  -moz-box-shadow: #000 2px 2px 5px;
}

#errorExplanation {
  border: 4px solid #700;
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 8px;
  color: #eee;
  background: #111;
  width: 400px;
  font-weight: bold;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -webkit-box-shadow: 2px 2px 6px #000;
  -moz-box-shadow: #000 2px 2px 5px;
}

#errorExplanation ul { 
  padding-left: 20px;
  margin: 2px;
  color: #bbb;
  font-size: 14px;
}



#errorExplanation p { 
/*  border: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 6px;
  color: #C62428;
*/
/*  font-family: sans-serif;*/
font-size: 16px;
}



/***************************************/

body {
  background-color: black;
  margin: 0; padding: 0;
}

#text {margin:50px auto; width:500px}
/*.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}*/


td { 
  vertical-align: top;
  padding: 10px;
}



#content {
  width: 960px;
  padding: 10px 16px;
  padding: 10px 0px;
  
	
/*  margin-top: 10px; */
}

#container {
  width: 960px;
  margin: 0 auto;
}

#header {
/*  border-top: 8px solid #700;*/
  background: #600;
  height: 70px;
  height: 110px;
}

#subheader {
/*  border-top: 8px solid #700;*/
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  
  background: #000;
  height: 78px;
/*  background: url("images/subheader.jpg");*/
}

#subheader img { margin:0; padding: 0; float:left; }

table#main {
  background: #111;
  color: white;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-family: Helvetica, sans-serif;
  background: url("/images/background.jpg");
  font-size: 13px;
/*  margin-top: 8px;*/
}

body#main {
  background: #111;
  color: white;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-family: Helvetica, sans-serif;
  background: url("/images/background.jpg");
  background-repeat: repeat;
  font-size: 13px;
/*  margin-top: 8px;*/
}

#footer {
/*  background: #29100A;*/
  margin-bottom: 20px;
}
/*ul { 
  margin: 0; padding: 8px;
  list-style: none;
}

#content li { 
  padding: 2px;
  margin: 4px;
  display:inline;
}
*/

#nav {
  width: 134px;
  width: 210px;
/*  margin-top: 100px;*/
  
}  

#sidebar {
  width: 210px;
  width: 220px;
}


.content {
  background-color: rgba(0,0,0,0.6);
  padding: 12px;
/*  border:1px solid #111;*/
  margin-bottom: 16px;

  font-family:Arial,sans-serif;
  font-family: Helvetica, sans-serif;
  font-size:13px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:18px;  
/*  text-shadow: 3px 3px 6px #222;*/
  color: #ccc;

  margin:20px 40px;
}

h1 {
  color: #5FA437;
  margin: 0 0 16px 0;
  text-shadow: 3px 3px 6px #121212;
  font-family: Verdana;
  font-family: Helvetica, sans-serif;
/*  font-weight: normal;*/
  font-size: 24px;
  font-family: Georgia, serif;
/*  font-size: 26px;*/
  font-style: italic;
}

h3 {
  color: #bbb;
  margin: 0 0 16px 0;
  text-shadow: 3px 3px 6px #121212;
  font-family: Verdana;
  font-family: Helvetica, sans-serif;
/*  font-weight: normal;*/
  font-size: 16px;
  font-family: Georgia, serif;
/*  font-size: 26px;*/
  font-style: italic;
}
a { 
  color: #5FA437;
}
.textfield {
  background: #ddd;
  width: 250px;
  border: 1px solid #999;
  
}
h3 a { color: #a00;}

.label {
  text-align:right;
  color: #bbb;
  font-size: 14px;
  }