/* CSS Document */
/*nee pareviewonline, PAreview.css and elkhoury.css and bope.css*/

/***** begin body *****/
body {
	background-color:#355baa;
}


/***** end body *****/


/***** begin header *****/
#header, #logo {
	background-color:#f2f2f2;
}

#banner {
	width:436px;
}



/***** end header *****/


/***** begin navigation *****/
#navigation {
	background-color:#990000;
}


/***** end navigation *****/




/********************/
/***** begin content - sidebar *****/

/***** end content - sidebar *****/


/***** begin footer *****/

/***** end footer *****/


/***** everything else *****/

h1 {
	font-size:90%;
}


	/*** standard sitemap/newnum code ***/
h3 + ol.newnum { /* lh would make more sense, but IE...*/
	margin-top:-1em;
} 

ol.sitemap, ol.newnum {
	list-style:none outside;
}

.newnum li {
	text-indent:-1.75em;
}

.newnum .itemnum {
	margin-right:none; text-align:right;
	position:relative;
	left:-1em;
	display:block;
	float:left;
}

	/* IE, you so crazy! */
* html .newnum li {
	text-indent:-3em;
}

	/* IE won't float these out without drawing space on same line; width makes hole on page */
* html .newnum .itemnum {
	width:2em;
	margin-right:1em;
	position:static;
	display:inline;
	float:none;
}
	/*** END standard sitemap/newnum code ***/


ol.sitemap {
	text-align:left;
}

ol.sitemap li {
	margin-bottom:1em;
	font-size:90%;
}


.content h2 {
	display:none;
}

.content ol, .content table {
	text-align:left;
	font-size:80%;
}


	/* Used to float a print button usually (A for single, P for multiple); NN4 can't display this */
	/* Added .textbutton for links that should look like buttons of some sort */
	/* From HHS.css */
a.toollayer, p.toollayer {
  position:relative;
  float:right;
  top:-4em;
  right:4px;
  font-size:7pt;
}

a.toollayer, p.toollayer a, a.textbutton {
  color:#000000;
  text-decoration:none;
  padding:2px;
  background-color:#FFFFFF;
  border:solid 1px #000000;
}

p.toollayer a, a.textbutton {
  margin:1px;
}

a:hover.toollayer, p.toollayer a:hover, a:hover.textbutton {
  color:#000000; /* for IE */
  background-color:#FF9933;
}

a.textbutton { /* IE has addition to this */
  min-width:8em;
  overflow:visible;
  float:left;
  font-weight:bold;
  font-size:smaller;
  text-align:center;
  border:ridge;
}

a:hover.textbutton {
  background-color:#CCCCCC;
  border-color:#3366FF;
}
	/* END toollayer, textbutton */
	/* adjustments for toollayer in Aboelela */
#content p.toollayer a {
	color:#000000;
	text-decoration:none;
}
	/* END adjustments for toollayer in Aboelela */


/***** end *****/

