#all { background-color: #FFFFEE; }

#header {
/*  border-bottom: 1px solid blue;*/
  padding: 1ex;
  background-color: #FFFFEE;
}

body {
    color:  black;
    background: #FFFFEE;
}

citation_title {
    font-family:    Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust:   .4;
    font-size:  130%;
    font-weight:    600;
    font-style:	normal;
    text-decoration:    none;
    word-spacing:   normal;
    letter-spacing: normal;
    text-transform: none;
}	
		
h2 {	
    font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust:	.4;
    font-size:  180%;
    font-weight:	500;
    font-style:	normal;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
	}	
		
h3 {	
    font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust:	.4;
    font-size:	160%;
    font-weight:	600;
    font-style:	italic;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
	}	
		
h4 {	
    font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust:	.4;
    font-size:	130%;
    font-weight:	600;
    font-style:	normal;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
}	
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot {
    color:	#C00;
    background:	#FFFFEE;
}	
		
h1 {	
    font-family:    Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust:   .4;
    font-size:  240%;
    font-weight:    600;
    font-style:	normal;
    text-decoration:    none;
    word-spacing:   normal;
    letter-spacing: normal;
    text-transform: none;
}	
		
h2 {	
    font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust:	.4;
    font-size:  180%;
    font-weight:	500;
    font-style:	normal;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
	}	
		
h3 {	
    font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust:	.4;
    font-size:	160%;
    font-weight:	600;
    font-style:	italic;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
	}	
		
h4 {	
    font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust:	.4;
    font-size:	130%;
    font-weight:	600;
    font-style:	normal;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
}	
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot {
    color:	#C00;
    background:	#FFFFEE;
}	

body	{	
	color:	black;
	background:	#FFFFEE;
	}	
		
em	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	background:	#FFFFEE;
	}	
		
strong	{	
	font-style:	italic;
	background:	#FFFFEE;
	font-weight:	bold;
	color:	black;
	}	
		
em strong, strong em	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	background:	#FFFFEE;
	color:	black;
	}	

a:hover {	
    text-decoration:	none;
    color:	#FFFFEE;
    background:	blue;
}	

#headerbar {
    border-top: 1px solid blue;
    border-bottom: 1px solid blue;
    border-left: 1px solid blue;
    border-right: 1px solid blue;
}
#footer {
    border-top: 1px solid blue;
    border-bottom: 1px solid blue;
    border-left: 1px solid blue;
    border-right: 1px solid blue;
}

#body {
    font-size:  100%;
    font-family:    Verdana, Myriad Web, Syntax, sans-serif;
  margin-left: 250px;
  margin-right: 20px;
  padding: 10px;
    background-color: #FFFFEE;
}

.bar {
  clear: both;
  padding: 3px;
  text-align: center;
  font-size: 100%;
  background-color: #AAAAAA;
}

.left, .right {
  padding: 0px 1em;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}

/* styling the menu */

#menu a, #menu span {
  text-decoration: none;
  font-weight: bold;
  font-size: 150%;
    background-color: #FFFFEE;
    /*color: blue;*/
}

#menu a:hover {
  /*text-decoration: underline;*/
    color: #FFFFEE;
    background-color: blue;
}

#menu .webgen-menu-item-selected {
  border-left: 3px solid black;
}

#menu ul {
  list-style-type: none;
  padding: 0px;
  margin-left: 10px;
}

#menu li > ul {
  font-size: 95%;
}

#menu li {
  margin: 0.0em 0px;
  padding: 2px 0px;
  padding-left: 5px;
  border-left: 3px solid #CCCCCC;
}
