/*h1, h2, h3, h4, h5, h6, p, td, li, body {
  font-family: trebuchet ms,luxi sans,Verdana, Arial, Helvetica, sans-serif;
}
*/

html {
}

small {
  font-size: 85%;
}


body {
   font-size: 14px;
  font-family: trebuchet ms,luxi sans,Verdana, Arial, Helvetica, sans-serif;
   background-color: #a5a7ff;
   background-image:  url('backgradient.png') ;
   background-repeat: repeat-x;
}

.container {
   margin-left: 50px;
   margin-right: 50px;
   padding: 0px 0px;
   background-color: #E8EAFF;
    border: 3px solid  #a09aff;
/* See http://www.dracos.co.uk/web/css/ie6floatbug/ */
   line-height:1.1;
}

.text {
  border: 1px solid #51527D;
  margin-left: 9em;
  margin-top: 5px;
  margin-right: 5px;
  padding: 15px 15px;
    background-color: white;
}

.text h1, .text h2, .text h3 {
/*  font-variant: small-caps;*/
  border-bottom: 1px solid #51527D;
  color: #51527D;
 }

a {
text-decoration: none;
}

.header {
  background-color: #A5A7FF;
  font-size: 32px;
  font-variant: small-caps;
  margin: 0px;
  padding: 10px 10px; 
}

.header a {
  text-decoration:none;
}

.header a:link, .header a:visited, .header a:hover  {
  color:black 
}	

.footer {
   margin-top: 20px;
   margin-bottom: 5px;
   margin-right: 5px;
   margin-left: 5px;
    border-top: 1px solid gray;
   font-size: 85%;
/*   text-align:right;*/
  clear:both;	

}

.navbar {
    float:left;
    width: 8em;
    padding: 1ex 1ex;
    margin: 0px 0px;
}

.navbar ul {
    margin: 0 0;
    padding:  0px 0px;
    text-align: center;

   /*background-color: #e4e4e4;*/
    background-color: #CBCDE6;
}

.navbar li {
   border-style: solid;
   border-width: 0px 0px 1px 0px ;
   border-color: gray;
	
	
   font-size: 85%;
   text-align: center;
   padding: 0px 0px;
   list-style-type:none;
   margin: 0px  0px;
	
}

.navbar li:first-child {
  border-top-width: 1px;
}


.navbar ul a
{
  line-height:  200%;
  text-decoration:none;
  display:block;
}

.navbar input {
  font-size:85%;
}

.navbar ul a:hover
{
   /*background-color: #8f8f8f;*/
   background-color: #A7A8BD;
}

.navbarobject {
  /*border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: gray;*/
  margin: 10px 0px 10px 0px;
  text-align: center;
}

.logos {
   float:right;/*
   width: 250px;
   border-style: solid;
   border-width: 0px 0px 0px 1px ;
   border: 1px solid gray;*/
   padding-left: 5px;
}

.rssheader {
  background-color: #CBCDE6;
  /*background-color: #e4e4e4;*/

}

.rssheader a {
 text-decoration:none;
}

.rsstable {
  border: 1px solid gray;

}

.rssentry {
 border: 1px solid gray;
  font-size: 85%;
}

img {
  vertical-align:middle;
 }

.clearright {
  clear: right;
}

.wikibar {
  float: right;
  clear:right;
  font-size:70%;
  border: 1px solid #a09aff;

}

.wikibar ul {
  padding:2px;
}

.wikibar li {
list-style-type:none;
display:inline;
padding: 5px;
}

.wikibacklinks {
 clear:right;
 font-size: 70%;
}

.navhierarchy {
    font-size: 85%;
}

/* edit box */
#text {
width: 100%;
}
