@charset "UTF-8";
body  {
	font: 100.01% Tahoma, Arial, "Times New Roman";
	background: black;
	margin: 0;
	padding: 0;
}

.madaa #container { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background: black;
	display: block;
	overflow: hidden;
	border: 1px solid #888888;
}

.nav { 
  /*font: 100.01%  "Baskerville Old Face","Times New Roman";*/
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 110px;
	background-image:url(images/top1.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	border-bottom: 1px solid #555555;
}

.imgaudio {
  display:block;
  float:right;
  position:relative;
  top:-15px;
  right:10px;
}

.imgaudiortl {
  display:block;
  float:left;
  position:relative;
  top:-15px;
  left:10px;
}

#player
{
  display: none;
  padding: 10px 0px 10px 0px;
  background: white;
  	border-bottom: 1px solid #555555;
}

#menuh
	{
	display: block;
	width:100%;
	margin: 0;
	padding: 0;
  height: 24px;
  min-height: 24px;
  background: #f0eee6;
  opacity: .8;     
  filter:alpha(opacity=80);
  border-bottom: 1px solid #555555;
	}
		
#menuh table {
  display:block;
  text-align:center;
  padding: 0px;
  margin: 0px;
}

#menuh td {
  font-size: 18px;
  width:100px;
  padding: 0px 15px 0px 15px;
}

#sub_menu 	{
	width: 100%;
	margin: 0;
	padding: 0;
  height: 24px;
  min-height: 24px;
  background: #f0eee6;
  opacity: .8;     
  filter:alpha(opacity=80);
  display: none;
  position: relative;
  _float: left;
  top: 110px;
  _top: 60px;
  border-top: 1px solid #555555;
}

#sub_menu table {
  display: block;
  padding:0px;
  margin: 0px;
  position: relative;
  right: 25px;
  color:#131e06;
}

#sub_menu td {
  font-size: 18px;
  text-align: center;
  width: 165px;
  margin: 0px;
  padding: 0px 5px 0px 5px;
}

table a, table a:visited	/* menu at rest */
	{
  color:#131e06;
	text-decoration:none;
	}
	
table a:hover	/* menu at mouse-over  */
	{
  color:#131e06;
	text-decoration:underline;
	}	

table a.nolink:hover	/* menu at mouse-over  */
	{
	color:#131e06;
	text-decoration:none;
	}	

.nolink {
  cursor: default;
  color:#131e06;
}


#imagebottom table {
  padding-top: 10px;
  background: white;
}

#imagebottom td {
  text-align: center;
  vertical-align: top;
  font-size: 10px;
}

.leftcol, .middlecol, .rightcol {
  display: block;
  float: left;
	overflow:hidden;
	margin: 0px;
	padding: 0px 5px 32767px 5px;
	margin-bottom: -32767px;
	background: #eeeeee;
	color: black;
	width: 222px;
}

.leftcol {
text-align: left;
  }

.middlecol {
  margin-left: 2px;
  direction: rtl;
  text-align: right;
}

.rightcol {
  margin-left: 2px;
  direction: rtl;
  text-align: right;
}

.nolink {
  cursor: default;
  color:#e5ffff;
}


.bottom {
  width: 700px;
  margin: 0 auto;
  display:block;
  
  padding:0;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

.footer {
    display: block;
    background: black;
    clear:both;
    width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	  margin: 0 auto;
    margin-top: 3px;
    }
    
.footertext {
  display: block;
  padding: 3px;
  margin: 0;
  font-size: 0.9em;
  text-align: center;
}

.head {
  font-size:18px;
  font-weight: normal;
  display:block;
  padding: 0;
  margin: 10px 5px 0px 5px;
}

.subhead {
  font-size:13px;
  font-weight: bold;
  display:block;
  padding: 0;
  margin: 10px 7px 0px 7px;
}

.text, .ptext {
  font-size:13px;
  font-weight: normal;
  padding: 10px 10px 0px 10px;
  margin: 0;
  display: block;
  text-align: justify;
}

.ptext {
  padding: 0px 10px 0px 10px;
}

.mail {
  display: inline;
 font-size: 12px;
 padding-top: 2px;
 margin: 0px;
}

input {
  display: block;
  height: 15px;
  border:1px solid #888888;
  margin-top: 15px;
}

.stext {
  font-size:11px;
  font-weight: normal;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
}
 
a {
  color: #663924;
  text-decoration: underline;
  cursor: pointer;
}

a:link {
  color: #663924;
	text-decoration:underline;
}

a:visited {
  color: #663924;
	text-decoration:underline;
}

a:hover {
	color: #331b11;
	text-decoration:underline;
}

a:active {
  color: underline;
}

a img{
  border-color: #e5ffff;
}

a:hover img{
  border-color: #b2cac9;
}
