body { 
  background-color: #ffffff;
  font-family:      Arial, "Times New Roman", Times, serif;
  font-size:        small;
  padding:			10px 10px 0px 10px;
  border: medium;
  border-color:#333333;
}

#header {
  background-color: 		#333333;
  color:			#ffffff;
  padding:			10px;
  height:          		35px;
  border-bottom: solid 1px;
  border-bottom-color: #000000;
  
  
}


#main {
  background:       #ffffff;
  color:  			#333333;
  font-size:        110%;
  padding:          5px;
  height:			320px;
}

#main2 {
  background:       #ffffff;
  color: 			#333333;
  font-size:        110%;
  padding:          5px;
  height:			auto;
}

#contact ul {
  list-style-type: none;
}

#navcontainer ul {
  padding-left: 	20px;
  padding-right:    auto;
  margin-left: 		0;
  margin-top: 		4px;
  background-color: #333333;
  color: 			#fffffff;
  width: 			auto;
  height:			22px;
}

#navcontainer ul li { 
  display: inline; 
}

#navcontainer ul li a {
  padding: 0.2em 1em;
  padding-left:  15px;
  background-color: #333333;
  color: White;
  text-decoration: none;
  float: left;
}

#navcontainer ul li a:hover {
  background-color: #cccccc;
  color: #fff;
}

#navlist ul li a:hover {
  background-color: #cccccc;
  color: #fff;
}

#navlist #active a {
  background-color: #ffffff;
  color:#333333;
}

#content {
  font-size:	90%;
  background:   #ffffff;
  color:		#333333;
  text-align:	justify;
  line-height:  1.5em;
  margin:       30px;
  height: 		auto;
}

#ptog {
  font-size:	90%;
  background:   #ffffff;
  color:		#333333;
  text-align:	center;
  line-height:  1.5em;
  margin:       auto;
  height: 		auto;
}

#footer {
  background-color: #ffffff;
  color:            black;
  text-align:       center;
  font-size:        90%;
  border-top: solid 1px;
  border-color: #000000;
  clear:            all;
  height:			auto;
}

div.figure {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  
}

div.figure p {
  text-align: center;
  font-style: italic;
  font-size: small;
  text-indent: 0;
  margin-top: 0px;
}



h1 {
  font-size:        200%;
  color:            #ffffff;
  text-align: 	    right;
  font-variant:     small-caps;
  font-weight: 		100;
  letter-spacing:	3px;
}

h2 { 
font-size: 125%; 
color: #333333;
}

h3 {
font-size:  125%;
color: #333333;

}

h4 {

}
a {
  color: #660000;
  text-decoration: none;
}

a.visited {
  color: #660000;
  text-decoration: none;
}

a.hover {
  color:			#ccccff;
  text-decoration:	none;
  }
  
.sorj {
	font-weight: bold;
	}
	
.pub {
	font-weight: bold;
	}
		
.title {
	font-style: italic;
	}

#allcontent {
  width:            875px;
  background-color: #ffffff;
  margin-left:      auto;
  margin-right:     auto;
  margin-top:		auto;
  margin-bottom:	auto;
  border: solid 1px;
  border-color: #000000;
}

