body {
  background-color: #FFFFFF; 
  font-size:10pt; 
  font-family: arial;
	padding: 0px;
	margin:auto auto;
	text-align:center;
	color: #0C0C0A; 
	max-width: 730px;


}

a
{

  text-decoration: none;
  border: none;
}

a:visited
{

  text-decoration: none;
  border: none;
}
a:active
{

  text-decoration: none;
  border: none;
}

a:active, a:focus 
{
outline: 0;
}

#background
{
	margin: 0;
	padding: 0;
  width: 730px;
  min-height: 750px;
  text-align:center;
  background-color: #EBE3D6; 
  border: solid;
  border-color: #0C0C0A; 
  border-width: 2px; 

}
#backgroundsmall
{
	margin: 0;
	padding: 0;
  width: 290px;
  min-height: 390px;
  text-align:center;
  background-color: #EBE3D6; 
  border: solid;
  border-color: #0C0C0A; 
  border-width: 2px; 

}

#titlebar
{
  background-color: #0C0C0A; 
  width: 730px; 
  height: 20px;
}

a.contentlink
{
  color: #000000;
  text-decoration: underline;
  font-weight: bold;

}

a.contentlink:hover
{
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  font-weight: bold;
}


table.menutable
{
	
	border:2px none #000000;
	padding: 5px;
	border-collapse:collapse;
	width: 325px;

}

td.menublack
{
	border:1px solid #000000;

	color: #000000;
	
	
}

td.leftborder
{
  padding-left: 50px;
  border-left-style: solid; 
  border-left-color: #000000; 
  border-left-width: 2px; 
}

