/* ----------------------------------------------- 
 * stylesheet of www.efamily.org.uk
 * Author: Andreas Prlic
 * http://www.efamily.org.uk
  -----------------------------------------------
 */

/* links - mouse rollover effects 
----------------------------------------------- 
*/

a:link {
  color:#8B0000;
  text-decoration:none;
  }
a:hover {
  color:#AA0000;
  text-decoration:underline;
  }
a:visited {
  color:#AA0000;
  text-decoration:none;
  }
a:active {
  color:#FF9900;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }


/* general document layout 
 * ----------------------------------------------- 
 */

body {
  background:#FFFFFF;
  margin:0;
  padding:40px 20px;
  font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  text-align:center;
  color:#000070;
  font-size/* */:/**/small;
  font-size: /**/small;
  }

/* Header
 * ----------------------------------------------- 
 */
#imgheader{
  width:660px;
  margin:0 auto;
  padding:0;
  background-color:#FFFFFF; 
  top: 0;
  right: 0;
  bottom: auto;
  left: 0; 
  height: 15%;
  clear:left;
}

#leftimg{
	text-align:left;
	width:330px;
  	float:left;
	background-color:#FFFFFF;
	height:15%;
}

#rightimg{
	text-align:right;
	width:330px;
	background-color:#FFFFFF;
	float:left;
	height:15%;
}

#centerimg{
  width:508px;
  text-align:center; 	
}

#simpleimg{
  width:150px;
  float:left;
  text-align:left;

}
hr {
  display:none;
  }


/* Content
 * ----------------------------------------------- 
 */

#content { 
}

#header {
  width:660px;
  height:80px;
}

#main {
  width:508px;
  float:left;
  text-align:left;
  line-height:1.5em;  
  }

#nav {
  width:148px;
  border-color:#233;
  background-image:none;
  background-color:#FFFFFF;  
  color:#000070;
  float:left;
  text-align:left;
  border:2px ;
  }

/* header
 * ----------------------------------------------- 
 */

#header h2 { 
  font-size:200%;
  line-height:80px;
  color:#AA0000;
  text-transform:uppercase;
  letter-spacing:.2em;
  }


/* main
 * ----------------------------------------------- 
 */

#main h2{
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.8em;
  color:#AA0000;
}

#main h3 {
  margin:1.5em 0 .75em;
  font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  }

#main p{
  margin:1.5em 0 .75em;
  border-bottom:1px dotted #444;
}
#main strong{
 font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
 color:#AA0000;
}
#main pre {
 margin:1.5em 0 .75em;
 font:x-small "Arial",Helvetica;
 color:#8B0000;
}



/* navigation  content
 * ----------------------------------------------- 
 */


#nav ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em; 
  List-style:none;
  }
#nav li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#nav p {
  color:#ccc;
  line-height:1.5em;
  }

/* Footer
 * ----------------------------------------------- 
 */

#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  border-bottom:1px dotted #444;
  letter-spacing:.1em;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  color:#ccc;
  }
#footer p {
  line-height:1.5em;
}


/* table stuff */
#table {
float:left;

  text-align:left;
  line-height:1.5em;
  border-width:0;
  }

#table TD { 
   vertical-align: top 
   text-align:left;

}
#table p{
  text-align:justify;
  font:x-small "Arial",Helvetica;
}

