/* @group General Styles */

body {
	color: #333333;
	text-align: center;
	padding: 0;
	font-size: 75%;
	font-family: "Georgia, Times New Roman, Times, serif";
	margin: 0 20px 20px;
}

.clearer {
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.strike {
	text-decoration: line-through;
}

.center {
	margin: 10px 10px 0px 10px;
	text-align: center;
	border: 0px;
}

.centerbi {
	text-align: center;
	margin: 10px 10px 0px 10px;
	font-style: oblique;
	font-weight: bold;
}

.centerback {
	text-align: center;
	margin: 10px 10px 0px 10px;
}

.small {
	margin: 0px;
	font-size: 0%;
	line-height: 0em;
}

p.returntotop { 
   display: none;
}

p.secondnav {
	background-color: #cfc9c6;
	padding: 4px 4px 7px 6px;
	border: 1px solid black;
}

#secondnav {
	padding: 0;
	width: 75%;
}

#secondnavt {
	display: none;
}

.noprint {
	display: none;
}

#articleindex
{
	display: none;
}


h1,
h2,
h3,
h4
{
	font-size:100%;
	text-align: left;
	font-weight: bold;
	line-height: 1.2;
	margin: 8pt 0pt 0pt 5pt;
}

h1 {
	margin: 0px;
	font-size: 125%;
}

h2 {
	font-size: 110%;
	padding: 3px 5px 0px 0px;
}

h1.pagetop, h2.pagetop {
}

h1.top, h2.top {
	margin-top: 4pt;
}
h2.block {
	margin: 0;
  	padding: 4px 5px 6px 6px;
	color: black;
	background: #cfc9c6;
	font-size: 110%;
	line-height: 1;
}

h2.menu {
	margin: 12px 10px 0px 0px;
	line-height: 1.2;
}

h3 {
	margin-left: 0px;
}

ul {
	margin-top: 8px;
	padding-left: 40px;
}

ul.pad30 {
	padding-left: 30px;
}

td {
	vertical-align: top;
}

table.details {
	border: 1px solid black;
	border-collapse: collapse;
}

td.image450 {
	text-align: left;
	width: 60%;
}

td.two {
	vertical-align: top;
	width: 49%;
	padding: 5px 0px 8px 10px;
}

td.ph {
	vertical-align: top;
	width: 20%;
	padding: 5px 0px 8px 10px;
}

td.three {
	vertical-align: top;
	width: 33%;
	padding: 5px 0px 8px 10px;
}

ul.menu {
	list-style: none;
	margin: 7px 8px 12px 6px;
}

ul.recipe {
	list-style: circle;
	line-height: 1.3em;
	padding-left: 30px;
	padding-top: 2px;
}

a:link {
/*    color: #0033cc;	 */
	  color: #09489e;
}

a:link.boldlink,
a:link.highlight  {
	font-weight: bold;
}

a:visited.boldlink,
a:visited.highlight {
	font-weight: bold;
}

a:hover {
	background: transparent;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}
	
/* currentpage used in 3 class files */
.currentpage {
	 color: #333333;
}   

img {
	z-index: 2;
	margin: 5px 8px 5px 3px;
}

img.noborder {
	border: 0px;
	z-index: 2;
	margin: 5px 8px 5px 3px;
}

.image-left {
	float: left;
	position: relative;
	margin: 2px 8px 2px 3px;
	z-index: 2;
}

.border2 {
	border: 2px;
	border-style: solid;
}

.image-right {
	float: right;
	position: relative;
	margin: 2px 8px 2px 5px;
	z-index: 2;
}
	
.dividing-line
{
	clear: both;
	margin: 12px 0px 0px 0px;
	text-align:right;
	color: #666666;
	border-top: 1px solid #888888;
}


.dividing-line-sb
{
	clear: both;
	margin: 5px 25px 4px 25px;
	text-align:right;
	color: #666666;
	border-top: 1px solid #888888;
}

.dividing-line-25
{
	clear: both;
	margin: 13px 25px 5px 25px;
	text-align:right;
	color: #666666;
	border-top: 1px solid #888888;
}

.dividing-line-60
{
	clear: both;
	margin: 10px 60px 8px 60px;
	text-align:right;
	color: #666666;
	border-top: 1px solid #888888;
}

.dividing-line-150
{
	clear: both;
	margin: 10px 150px 8px 150px;
	color: #666666;
	border-top: 1px solid #888888;
}

/* @end */

/* @group Layout, Pageheader */

#container {
 	position: relative;
	z-index: 1;
	background-color: white;
	border: 0px;
	min-width:  700px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}


#containerph {
 	position: relative;
	z-index: 1;
	background-color: white;
	width:  760px;
	margin: 0 auto;
	text-align: left;
}


#pageheaderlogo {
	display: none;
}

#pageheaderlogo img {
	float: left;
	margin-top: 0;
	border: 0;
}

#pageheader {
	height: 60px;
	position: relative;
	background-color: white;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid;
	border-top: 2px solid;
	border-color: black;
	z-index: 2;
}

#pageheader h1,
#pageheader p.h1 {
	position: absolute;
	top: 3px;
	left: 15px;
	margin: 0;
	color: black;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
}

#pageheader h2,
#pageheader p {
	position: absolute;
	top: 27px;
	left: 15px;
	margin: 0;
	color: black;
	font-size: 100%;
	letter-spacing: normal;
	font-weight:bold;
	font-style: italic;
}
#navsearch {
	display: none;
}

#navsearch input.box {
	display: none;
}

/* @end */


/* @group Mainwindow */

#mainwindow {
	border-color: #525A68;
	border-width: 1px;
	z-index: 3;
	padding: 15px 20px 20px 20px;
}

#mainwindow p {
	margin: 9px 8px 0px 3px;
}

#mainwindow p.menu {
	line-height: 1.4em;
	margin: 4px 8px 0px 3px;
}

#mainwindow p.menusub {
	line-height: 1.4em;
	margin: 4px 8px 0px 12px;
}


#mainwindow p.market {
	margin: 4px 6px 5px 6px;
}


#mainwindow p.centerminus2top {
	margin: -2px 0 0 0;
	text-align: center;
	border: 0px;
}

#mainwindow p.center {
	margin: 1px 0 0 0;
	text-align: center;
	border: 0px;
}

#mainwindow p.center10 {
	margin: 10px 0 0 0;
	text-align: center;
}


#mainwindow p.attrib {
	margin-top: 1px;
	margin-bottom: 0px;
	font-style: italic;
	line-height: 1.4;
}

#mainwindow p.quote {
	margin: 8px 30px 8px 40px;
}

#mainwindow p.quote2 {
	margin: 8px 30px 8px 20px;
}

#mainwindow p.quoteattrib {
	margin: 8px 30px 8px 45px;
	text-indent: -13px;
}


#mainwindow p.topzero {
	margin: 0px 10px 0px 25px
}

#mainwindow p.zerohoriz {
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainwindow p.ack {
	margin: 8px 10px 0px 40px;
	text-indent: -12px;
}
#mainwindow p.notop {
	margin-top: -3px;
}

#mainwindow p.topzero {
	margin-top: 0px;
}

mainwindow p.spacer {
	font-size: 5%;
}

#mainwindow h2 {
	margin: 8px 10px 1px 0px;
}

#mainwindow h2.center {
	margin-bottom: 8px;
	text-align: center;
}

#mainwindow h2.pagetop
{
	margin-top: 0px;
}
#mainwindow ul {
	margin: 2px 10px 0px 0px;
}

#mainwindow td.tdmiddle {
	width: 1px;
	border: 0;
}

#mainwindow td {
	padding: 1px 3px 1px 3px
	
}
/* @end */



/* @group Toolbar */

#navbar {
	display: none;
}
/* @end */

/* @group Sidebar */

#sidebarContainer,
#sidebarContainer2
{
	display: none;
}

/* @end */
/* @group Footer */ 

#footer {
	clear: both;
	padding: 3px 5px 3px 15px;
	font-family: "Georgia, Times New Roman, Times, serif";
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-size: 100%;
	z-index: 4;
} 

#footer table {
	padding: 0px;
	margin: 0px;	
	z-index: 4;
} 

  #footer p {
	margin:  0;
	margin: -1px 10px -1px 0px;
	padding: 3px 15px 3px 3px;
}

#mainwindow_hphh  {
	display: none;
}

#content-hh  {
	display: none;
}

.slideshow {
	display: none;
}
.slideshow-images {
	display: none;
}		
.slideshow-images img {
	display: none;
}		
.slideshow-thumbnails {
	display: none;
}


/* @end */