body{ 
  margin-left:40px;
  margin-top: 5px;
  font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

#mainTable table td 	{
	vertical-align: middle;
	text-align:left;
	color: #000000;
}

#mainTable table td.epirus 	{
	vertical-align: top;
	text-align:center;
	color: #000000;
}

#mainTable a
{ 
  color: #8d6740; 
  font-family: "Century Gothic", Tahoma, Verdana; 
  font-size: 12px; 
  text-decoration: none;
}
#mainTable a:hover
{ 
  color: #8d6740; 
  font-family: "Century Gothic", Tahoma, Verdana; 
  font-size: 12px; 
  text-decoration: underline; 
}

#mainTable p
{
line-height: 180%;
font-family: "Century Gothic", Tahoma, Verdana; 
font-size: 12px;
text-align:left;
}

#mainTable p.just
{
line-height: 180%;
font-family: "Century Gothic", Tahoma, Verdana; 
font-size: 12px;
text-align:justify;
}
#mainTable p.cent
{
line-height: 100%;
font-family: "Century Gothic", Tahoma, Verdana; 
font-size: 12px;
text-align:center;
}


/*------------------------------------------------*/
/*top menu*/
/*------------------------------------------------*/

#topmenu table{
  border:0px outset #FFFFFF;
}

#topmenu a
{ 
  color: #8d6740 ; 
  font-family: "Century Gothic", Tahoma, Verdana; 
  font-size: 11px; 
  text-decoration: none;
}
#topmenu a.selected
{ 
  color: #aac053 ; 
  font-weight: bold; 
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 13px; 
  text-decoration: none;
}
#topmenu a.selected:hover
{ 
  color: #aac053 ; 
  font-weight: bold; 
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 13px; 
  text-decoration: none;
}
#topmenu a:hover
{
  color: #aac053 ; 
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 11px; 
  text-decoration: none; 
}

/*------------------------------------------------*/
/* end top menu */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* navigation menu */
/*------------------------------------------------*/
#menubar
{ width: 500px;
  height: 23px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
  display: block; 
  float: left; 
  height: 19px;
  text-decoration: none; 
  padding: 4px 20px 0px 20px;
  text-align: center;
  border-right: 0px solid;
} 


#menubar{background: #aac053 url(navback1.gif) repeat;} 

ul#menu li a 
{ background: transparent;
  color: #8d6740;
  border-color: #6b4b2f;
} 

ul#menu li a.selected
{ 
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
  display: block; 
  float: left; 
  height: 19px;
  text-decoration: none; 
  padding: 4px 20px 0px 20px;
  text-align: center;
  border-right: 0px solid;
  background: transparent;
  color: #7e8d41;
  border-color: #6b4b2f;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ 
  background: #aac053 url(navback1.gif) repeat; 
  font-weight: bold; 
  color: #7e8d41;
} 

/*------------------------------------------------*/
/*main menu bar*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*links*/
/*------------------------------------------------*/
#links div {
	float: left;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}

#links div li a.selected {
	background: url(arrow.gif) left no-repeat;
	color: #ac835c;
	text-decoration: none;
}

#links div li a.normal {
	padding-left: 15px;
	text-decoration: none;
}
#links div li a.normal:hover {
	color: #ac835c;
	text-decoration: underline;
}


/*------------------------------------------------*/
/*end links*/
/*------------------------------------------------*/
