/* 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: 125px;
    height: auto;
	padding: 2px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
    line-height : 150%;/*line-height set in order to*/
    }                  /*have the navigation elements better separated*/

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

.sNav { color : #FF9933 }

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: 135px;
    /*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%;
	}
	  
  /* .button {font-family:  arial,helvetica,sans-serif; font-size: 80%; font-weight: bold} */

td {font-family: verdana,arial,helvetica,sans-serif; font-size: 80%}

th {font-family:  arial,helvetica,sans-serif; font-size: 80%}

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 */
