* {
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
}


body {
  width: 100%;
  min-width: 600px;
  margin:0;
  padding:0;
 
  background-color: #ffffff;	
}

html{
  width: 100%;
  height: 100%;
}

img {
 border: 0;
 margin: 0;
 padding: 0;
 display: inline;
}

div {
 text-align: left;
 display: block;
 margin: 0;
 padding: 0;
 border: 0;
}

a:link,
a:active,
a:visited,
a:hover{
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;
}

div#site-header
{
  width: 100%;
  height: 80px;
  background-image: url(/images/protologo.jpg);
  background-position: left;
  background-repeat: no-repeat;
  /*background-color: #ffffff;
  color: #000000;*/
  font-weight: bold;
  padding: 0px;  
  margin: 0px 0px 20px 10px;
  
  clear: both;
 
}
div#site-header-text
{
  width: 100%;
  height: 50px;
  float:left;
  text-align: center;
  font-size:18px;
  background-color: none;
  color: #000000;
  font-weight: bold;
  padding: 10px;  
  margin: 10px 0px 5px 10px;
  
  clear: both;
 
}

/*div#site-container
{
  margin-left: 0px;
  width: 100%;
  min-width: 800px;
  max-width: 1200px;
  min-height: 100%;
  height: auto !important;
}*/

div#site-sidebar
{
 margin-top:50px;
  width: 100px;
  height: 100%;
 
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  float: left;
}

div#floatfixer
{
  clear: both;
  height: 5px;
}

div#site-footer
{
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  text-align:center;
  color: #0000ff;
  font-weight: normal;
  font-size:10px;
  padding: 10px; 
  margin: 10px 0px 0px 30px;
  clear: both;
}

.hideme{
  visibility: none;
  display: none;
}

div#site-content
{
  width: 75%;
  height: 100%;
  float: left;
  background-color: #ffffff;

  padding: 0px;
  margin-left: 30px;
}

