body {
 font-size:62.5%;
 margin: 0em auto;
 padding: 0em;
 background: url(/i/bkgd.gif) top left repeat-y;
 font-family: "Lucida Grande","Myriad Pro",Arial,sans-serif;
 background-color:#eff7c6;
}

a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.title {
color:#000;text-decoration:none;
}

a.title:hover {
color:#325050;
}

blockquote p {
 font-style:italic;
 font-size:13px;
}

h1, h2, h3, blockquote {
 font-family:"New York","Palatino",serif;
 color:#bf8f55;
}

h1 {
 font-size:28px;
}

h2 {
 font-size:18px;
  font-weight:normal;
  margin-top:28px;
  margin-bottom:0px;
}

li {
 font-size:12px;
 color:#325050;
}

p {
 font-size:12px;
 color:#325050;
 line-height:17px;
 margin-top:0px;
 margin-bottom:18px;
}

p.readmore {
 align:right;
 margin-bottom:36px;
}

.book {
 margin-left:12px;
 margin-bottom:24px;
 float:right;
}

.spacer {
 clear:left;
}

#nav {
 display:none;
}

#wrap {
	width: 78.0em;
	float:left;/*
	margin: 0em auto;*/
	padding: 0em;
}

/*** Correction for non-IE browsers ***/
#wrap {
 overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*	float: left; */
 float: none;
}

/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/**************/
/*   HEADER   */
/**************/

/*** Header main banner ***/
#header-banner {
	width: 78.0em;
	height: 8.4em;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background: url(/i/header.jpg) no-repeat;
}

/*** Header navigation top ***/
#header-nav-top {
	float: right;
	margin: 0 0.2em 0em 0em;
	padding: 0em;
}

 #header-nav-top ul {	
	margin: 0 0 0 3em;
	padding: 0em;
	list-style: none;
}	

#header-nav-top li {
	float: left;
	white-space: nowrap;
	border-left: solid 0.1em orange;
}

#header-nav-top li a {
	display: block; 
	margin: 0em;
	padding: 0em 0.5em 0em 0.5em;
	color: white;
	text-decoration: none;
}

#header-nav-top a:hover, #header-nav-top .selected {
	background-color: inherit;
	color: red;
}

#header-nav-top .img-flag {
/*	height: 1.2em;*/
	display: inline;
	margin: 0em;
	padding: 0em;	
	border: none;
}

/*** Header navigation bottom ***/
#hnav {
	float: left;
	width: 78.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;			
	background: url(/i/hnav.jpg) no-repeat;
}

#hnav ul {	
	margin: 0em;
	padding-left: 120px;
	padding-top:2px;
	list-style: none;
	font-weight: bold;	
}	

#hnav li {
	float: left;
	white-space: nowrap;
	font-size: 11px;
}

#hnav li a {
	display: block;
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;/*
	border-left: solid 1px rgb(255,255,255);*/
	color: white;
	text-decoration: none;
}

#hnav a:hover, #hnav a.selected, .page_item current_page_item {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	background-color: inherit;
	color: silver;
	text-decoration: none;
}

/*** Correction for IE5 ***/
* html #hnav a {width:1%;}

/*** Correction for IE5 ***/
* html #hnav a {width:1%;}


/***   Buffer between heading and content area   ***/
#buffer {
	clear: both; 
	float: left;
	width: 78.0em;
	height: 0em;
	margin: 0em;
	padding: 0em;
	background-color: inherit;
}

#contentleft {
	background: #eff7c6 url(/i/lcol.jpg) no-repeat;
	width:127px;
	height: 486px;
	padding:0px;
	float:left;
	margin-top: 0px;
	margin-bottom: 5px;
}
	
#contentcenter {
		width: 613px;
		margin:9px 9px 9px 18px;
		float:left;
		background:transparent;
}
	
#nav {
	width:175px;
	float:right;
	border-left: 1px solid #314f41;
	border-bottom: 1px solid #314f41;
	border-right: 1px solid #314f41;
	text-align: left;
	background-color:#dde8ba;
	padding:0;
}



#nav ul
{
margin: 0;
/*padding: 5px;*/
}

#nav li
{
 list-style-type: none;
 margin: 0;
}

#nav h2
{
	display: block;
	margin: 0em 0em 0.5em .6em;
	padding: 0.2em 0em 0.2em 0em;
	font-weight: bold;
	font-size: 1.1em;
}

#bloginfo
{
display:none;
}

#footer {
	clear: both;
	width: 78.0em;
	height: 2.5em;
	margin: 1.0em 0em 0em 0.0em;
	padding: 0.5em 0em 0.5em 0em;
	text-align: center;
	color: rgb(100,100,100);
	font-size: 1.0em;
}