/* At-Rules */
@charset "iso-8859-1";

BODY {
/*	background-image : url(http://www.claridgehouse.quaker.eu.org/images/Background.gif) ;
	background-repeat : repeat; */
	background-color : #306FAE;
    color : white;
    margin: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 80%;
    }

.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 100px;
    left: 3px;
    width: 135px;
    height: auto;
	padding: 2px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
    }

a:link {color: white}
a:visited {color: white}
a:hover {color: gray}

ul.nav {list-style: none; padding: 0; margin: 0.5em}
li.nav {
list-style: none;
margin: 0.5em 0;
padding-left: 1em;
text-indent: -1em;
}

.sNav { color : #FF9933; margin: 1em }

a.sNav:link {color: #FF9933}
a.sNav:visited {color: #FF9933}
a.sNav:hover {color: gray}

.Back {
    background-color : #306FAE;
	width: 800px
	}

.invisible { color: #306FAE; }
	
.Main {/*this is the main content area*/
    margin-left: 145px;
    /*to position the content area to the right of the navigation*/
    padding: 5px;/*space to separate navigation and content*/
    width: 530px;
    }

.Tracker {/* space for tracker image */
	position: absolute;
	left: 3px;
	bottom: 0px;
	width: 125px;
	}
	
.box { float: right;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	padding: 4px;
	margin: 4px;
	width: 40%;
	}
	
.frame {
	border-style: solid;
	border-width: 1px;
	border-color: white;
	padding: 4px;
	margin: 4px;
	text-align: center;
	}
  
  /* .button {font-family:  arial,helvetica,sans-serif; font-size: 80%; font-weight: bold} */

td {font-family: verdana,arial,helvetica,sans-serif}

th {font-family:  arial,helvetica,sans-serif}

h3 {font-family:     arial,helvetica,sans-serif; font-size: 140%}

h4 {font-family:     arial,helvetica,sans-serif}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

p span.hide { display:none; }

/* End of style section. Generated by AceHTML at 26/10/07 20:45:08 */
/* 30/4/11 removed font-size 80% settings for td and th

