/* body container */
.body {
    vertical-align: middle;
    background-color: White;
	width:730px;
	margin:0 auto;text-align:left;
	/*tip for msie 6.0 from css book*/
	font-size: 100%;
}
.rcpwk {
	width: 100%;
	background-color: White;
}
/* logo */
.logo {
	background-color: #003366;
	width:730px;
	height: 71px;
	padding-bottom: 20px;
}
#container{
	background-color: white;
	overflow: hidden;
	width: 730px;
}
#content{
	background-color: white;
	width:545px;
	padding-left: 10px;
	padding-right: 5px;
	border-left:170px solid #fbfcd8; /* The width and color of the rail */
	margin-left:-170px; /* Hat tip to Ryan Brill */
	float:right;
}
/* FOR INDEX PAGES */
#index {
	vertical-align: middle;
	text-align: left;
	padding-left: 4em;
}
#left {
	margin-top: 1em;
}
.ad {
	margin-top: 6px;
	padding-top: 35px;
	padding-left: 1px;
	background-color: #003366;
}	

/* PARAGRAPHS */
/*p {
	font-family: "Times New Roman", Times, sans-serif;
	color: #253A70;
	font-weight: bold;
	font-size: 1.10em;
	line-height: 1em;
	margin-bottom: -.5em;
}*/
/*MAIN_ITALIC*/
.mit { font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}
/*DIFFICULTY_ETC*/
.mdf {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
/* RECIPE PARAGRAPHS */
.rcp {
	font-family: "Times New Roman", Times, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 18px;
	line-height: 95%;
	margin-bottom: -.5em;
}

.pans {
	font-family: "Courier New", Courier, monospace;
	text-indent: 10px;
	font-weight: bold;
}
/* left column headers */
.ltop {
	color: #ff0000;
	font-size: 10px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: bold;
}

a.ltop:link {
	color: navy;
	text-decoration: underline;
}
a.ltop:visited {
	color: #1e90ff;
	text-decoration: underline;
}
a.ltop:hover {
	color: red;
	text-decoration: underline;
}
/*SUBTITLE*/
.ts {
	font-family: Garamond;
	color: navy;
	font-size: 13px;
}
/* unnumbered list*/
ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}
/*LEFT_PANEL_LINKS*/
.llst {
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	margin: .2em 0;
	/* margin-bottom: 1em;
	padding-bottom: -2px;*/
}
a.llst:link {
	color: Blue;
	text-decoration: none;}
a.llst:visited {
	color:Black;
	text-decoration: none;}
a.llst:hover {
	color:Red; 
	text-decoration: underline;}
/* 'clear' property 
#srch {clear: both;}*/
#rail{
	background-color:#fbfcd8;
	width:167px;
	float:left;
	padding-left: 3px;
}
ul.nav {
	list-style-type: none;
	padding-left: 1em;
	margin-left: 0;
	margin-top: .1em;
	line-height: 1;
	/*margin-bottom: -2px;*/
}
ul.nav a:link {
	color: #1b0771;
	text-decoration: none;
}
ul.nav a:hover {
	color: red;
	text-decoration: underline;
}
/*ul.nav a:visited {
	color: green;
	text-decoration: none;
}*/
ul#mainNav {
	/*background-color: #003366;*/
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dashed;
}
.top {
	background-color: #003366;
	height: 71px;
	width: 729px;
	vertical-align: middle;
}	
.rcpwk {
	padding-bottom: 2px;
	background-color: #FFFFFF;
	font-family: "verdana,helvetica,arial";
	font-size: 11px;
	font-weight: bold;
	}
a.rcpwk:link {
	color: #1b0771;
	text-decoration: none;
}
a.rcpwk:visited {
	color: green;
	text-decoration: none;
}
a.rcpwk:hover {
	color: red;
	text-decoration: underline;
}
.logo {
	/*color: #FFFFFF;*/
	/*padding-bottom: 2px;*/
	margin-bottom: -16px;
}	
#mainNav li {
	float: left;
	width: 16.6%;
	/* color: #FFFFFF;*/
	/*background-color: #003366;*/
}	
ul#mainNav a {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-decoration: none;
	border: 2px solid #999999;
	/* border-bottom: none;*/
	padding: 7px 5px 7px 30px;
	display: block;
	background-color: #003366;
	/*  whizzle background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}
#mainNav a:hover {
	font-weight: bold;
	color: black;
	background: #B2F511;
	text-decoration: underline;
}
/*PRINT_EMAIL*/
.prnt {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: red;
}
/* PREVIOUS */
.pvnx {
	font-family: "Times New Roman", Times, serif;
	color: navy;
	font-size: 1em;
}
/*BROWSE-ME INDEX*/
.mbr {
	font-family: "Bookman Old Style";
	color: maroon;
	font-size: 16px;
}
/* BODY COLOR */
body {
	background-color: #D6693A;
}
