/*
#0033CC
#00248F
#BFCFFF
#809FFF
*/
body {
/*  font-family: arial,sans-serif;*/
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;                                                                                         
  font-size: 78%;    
  padding: 0px;
  margin: 0px;
}

th a  {
  color: white;
  font-weight: normal;
}

th a:visited {
  color: white;
  font-weight: normal;
/*  text-decoration: underline;*/
}


a {
  color: #0033CC;
}

a:visited{
  color: #00248F;
}

a img {
	border: none;	
}

#content h1 {
  font-size: 2em;

}

#content h2 {
  font-size: 1.2em;
  color: #00248F;
}

#content h3 {
  color: #897ebe;
}

table {
  border-collapse: collapse;
  border: 2px solid black;
  font-size: 0.9em;
}

table.invisible {
  border-collapse: collapse;
  border: none;
  font-size: 0.9em;
}

table.invisible td, table.invisible th {
  border: none;
  padding: 4px;

}


td , th {
  border: 1px solid black;
  padding: 4px;
}

th {
	background: #00248F;
	color: white;
 	font-weight: normal;
}




#top {
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 120%;
}

#logo {
  float: left;
  width: 100px;
  margin-left: 10px;
  margin-top: 10px;
}

#titles {
  margin: 0px;
  margin-left: 100px;
}

#title{
  font-size: 3em;
  color: #00248F;

}

#subtitle {
  left: 100px;
  font-size: 1em;
  color: #00248F;
  padding-left: 20px;
}

#topmenu {
  /*border-top: thin solid #00248F;
  border-bottom: thin solid #00248F;*/
  width: 100%;
  margin-bottom: 30px;
}

#topmenu ul li {
  display: block;
  margin: 0px;
  padding: 0px;
}

#topmenu ul {
  display: block;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}


#leftmenu a {
  color: #00248F;
  /*background-color: ;*/
  padding: 2px;
  padding-left: 3px;
  display: block;
  border-bottom: 1px solid ;
  font: 13px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

#leftmenu #active {
  color: red;
  /*background-color: ;*/
  padding: 2px;
  padding-left: 3px;
  display: block;
  border-bottom: 1px solid ;
  font: 13px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

#leftmenu a.protected {
  color: #00248F;
  background: #FCFFCE;
  /*background-color: ;*/
  padding: 2px;
  padding-left: 3px;
  display: block;
  border-bottom: 1px solid ;
  font: 13px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

#leftmenu #active.protected {
  color: red;
  background: #FCFFCE;
  /*background-color: ;*/
  padding: 2px;
  padding-left: 3px;
  display: block;
  border-bottom: 1px solid ;
  font: 13px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

#leftmenu a:hover {
color: #BFCFFF;
text-decoration: none;}


#leftmenu {
  float:left;
  width: 120px;
  border-right: solid 2px #0033CC;
  border-left: solid 2px #0033CC;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 10px;
}

#content {
  font-size: 1em;
  margin-right: 20px;
  margin-left: 180px;
  margin-bottom: 20px;

}

li h2 {
  color: rgb(51, 153, 153);
}

li h2 a {
  color: rgb(51, 153, 153);
}

li h2 a:visited {
  color: rgb(51, 153, 153);
}

.hiddentr {
  display: none;
}

.visibletr {
  display: table-row;
}


/*blog*/
.narrowcolumn {
  float: left;
  width: 50%;
}

#sidebar {
  padding-top: 20px;
  padding-right: 0pt;
  padding-bottom: 10px;
  padding-left: 0pt;
/*  margin-left: 545px;*/
/*  width: 190px;*/
  float: right;
}

#footer {
  width: 100%;
  float: left;
  clear: both;
}
