/*
RCSCC Undaunted web site cascading style sheet
*/

body {
  margin: 1em;
  padding: 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  background-color: #115; /* dark blue -- also try #006 */ 
  color: #fc0; /*#ff0;*/ /* sharp deep yellow */
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

#topbanner {
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  padding: 0em;
  background-color: #115;  /* dark blue -- also try #006 */ 
}

#header-text {
  width: 100%;
  border: 1px solid;
  border-color: white;
  height: auto;
}

#leftnav {
  margin: 0em;
  background-color: #fc0; /* sharp deep yellow */
  color: #115; /* dark blue */
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 10px;
  font-size: x-small;
}

#leftnav body {
  background-color: #fc0; 
}

#leftnav a {
  color: #006;
}

#leftnav a:link , h3:link {
  color: #333;
  text-decoration: none;
}

#leftnav a:visited, h3:visited  {
  color: #333;
  text-decoration: none;
}

#leftnav a:hover, h3:hover {
  background: #115;
  color: #fc0;
  text-decoration: none;
}

#leftnav a:active , h3:active {
  background: #567;
  color: #666;
  text-decoration: none;
}

.leftnav_box {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-color: #006;
  padding: 5px;
  color: #036;
}

.leftnav_box_title  {
  margin-bottom: 3px;
  font-weight: bold;
}

#news {
  position: relative;
  float: left;
  width: 90%;
  height: 50px;
  background-color: #fc0;
  color: #115;
  padding: 2px;
  padding-left: 5px;
}

#language_bar {
  position: relative;
  float: right;
  height: 20px;
  background-color: white;
  color: blue;
}

#main {
  clear: both;
}

a:link  {
  color: #fc0;
}

a:visited  {
  color: #fff;
}

.msg-centered-red-bckgrn {
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  background-color: #cc0000;
  color: white;
  min-width: 40%;
  max-width: 90%;
  padding: 5px 10px;
}

#footer {
/*  visibility: hidden; */
  /*display: none; */
  font: small-caption;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #ddd;
  margin-top: 5px;
}

/*
     JOIN button
*/
.button {
  clear:both;
  float:right;
  padding-top:10px;
  /* border: solid; */
	}
.button a {
  padding:.3em .5em; /*!important*/
  margin-right:0px;
  background:#fc0; /*00bd3e;*/
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  font-size:3.0em;
  -moz-border-radius:.3em;
  -webkit-border-radius:.3em;
  border-radius:.3em;
  /* line-height:2.5em; */
  -moz-box-shadow: 1px 1px 2px #888;
  -webkit-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
	}
.button a:hover {
  background:#115; /*#0066cc;*/ /* 5f534f;*/
  text-shadow: 2px 2px 2px #000;
}

#button {
  clear: both;
  float: right;
  height: 50px;
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
}

