/* AmbiScript Style Sheet */

body {
	background: #EFEFEF url(images/content.gif) top center repeat-y;
	/*background: #EFEFEF url(images/content.gif) top center repeat-y;*/
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	}
	
#wrap {
  /*clear: left;*/
	display: block;
	border-top:  1px solid #C0C0C0;
	background: white url(images/content.gif) top center repeat-y;
	color: #333333;
	width: 960px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 20px;
	padding: 0px;
	}

	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited{
	color: #658DB5;
	text-decoration: none;
	}
	
a:hover{
  color: #658DB5;
	text-decoration: underline;
	border-style: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF;
	width: 960px;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px;
	text-align: left;
	border: 0px;
	border-top: 5px solid #658DB5;
	border-bottom: 5px solid #658DB5;
	}
	
#header p {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 17px;
	letter-spacing: 2px;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	padding: 0px;
	margin: 0px;
  }
	
#header a {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 60px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-variant: small-caps;
	}

#header a:hover{
	color: #333333;
	}
	
#header em{
  font-style: normal;
	font-size: 65px;
	color: #658DB5;
	}
	
	
/************************************************
*	Left Sidebar      							*
************************************************/

#l_sidebar {
	float: left;
	width: 180px;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 20px 0px;
	display: inline;
	text-align: left;
	font-size: 1em;
	}
	
#l_sidebar h1{
  display: block;
	font-size: 1.2em;

	margin: 15px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #C0C0C0;
}

#l_sidebar p{
  display: block;
	font-size: 1.2em;

	margin: 25px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

#l_sidebar ul{
  list-style: none;
	margin: 0px;
	padding: 0px;
}

#l_sidebar li{
  border-bottom: 1px solid #C0C0C0;
}

#l_sidebar li.dead{
	display: block;
	padding: 5px 5px 5px 15px;
}

#l_sidebar li a:link, #l_sidebar li a:visited {
	display: block;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
}

#l_sidebar li a:hover {
  background-color: #ECECEC;
}


	
/************************************************
*	Right Sidebar      							*
************************************************/
	
#r_sidebar {
	float: right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 0px 0px;
	display: inline;
	text-align: left;
	}



/************************************************
*	Middle 					     		    * 
************************************************/

#contentmiddle {
	float: left;
	text-align: justify;
	width: 500px;
	display: inline;
	line-height: 1.5em;
	font-size: 1em;
	padding: 20px 20px 20px 20px;
	/*border-color: #C0C0C0;
	border-width: 1px;
	border-right-style: solid;
	border-left-style: solid;*/
	}
	
#contentmiddle p {
  padding: 0px 0px 10px 0px;	
	}
	
#contentmiddle h1 {
	color: #47720f;
	font-size: 2.5em;
	line-height: 1.2;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	}
	
/*#contentmiddle ul{	
  float: left;
	}*/
	
#contentmiddle li{  
	padding-bottom: 10px;
	} 

*.bookmarks{

  float: right;
}

/************************************************
*	Box      								*
************************************************/

#box {
  margin: 20px 20px 0px 0px;
  /*float: right;*/
  width: 180px;
}

#box p {
  padding-top: 10px;
  text-align: justify;
  font-size: 0.8em;
	color: gray;
}

#box img {
  margin: auto auto auto auto;
}


/************************************************
*	References     								*
************************************************/

ol.ref {
 font-size: 0.8em;
}

	
/************************************************
*	Footer      								*
************************************************/

#footer {
  display: block;
  background: #FFFFFF;
  clear: both;
	float: bottom;
	width: 960px;
	/*height: 60%;*/
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	}
	
/* Hide from IE5/Mac \
* html #footer { height: 1%;}*/
/* End hide from IE5/Mac */







