/* CSS Document */

body {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding:0px;
	margin:0px;
	background-color: #E2E2E2;

}

#wrapper {
	width:800px;
	text-align:left;
	padding: 0px;
	background-color: #FFFFFF;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#header {
	border-bottom: medium solid #666666;
	background-image: url(../Images/mimcookin.jpg);
	background-repeat: no-repeat;	
}

#header img {
	border:none;
}

#navigation {
	width:200px;
	float:left;
	padding-top: 10px;
	margin-bottom: 25px;

}

th {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}

td {


}

td a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;

}

td a:hover {
	color: #CC0033;

}
#recipe th {
	text-align:center;

}

#recipe td a {
	color: ##CC0033;
	text-decoration: none;
	font: normal 80% Georgia, "Times New Roman", Times, serif;

}

#recipe td a:hover {
	color: #CC0033;
	text-decoration: none;
	font: normal 100% Georgia, "Times New Roman", Times, serif;

}

#recipe td a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border-bottom: thin dotted #666666;

}

#recipe td a:visited:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;

}

#switcheroo {
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	background-color: #E2E2E2;
	float: right;
	width: 585px;
	padding-left:5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}

#switcheroo ul {
	text-align: center;
	padding-top: 5px;

}

#switcheroo ul li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}

#switcheroo ul li a {
	color: #CC0033;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0033;

}

#switcheroo ul li a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom:none;

}

#switcheroo a {
	color: #CC0033;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0033;
}

#switcheroo a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom:none;
	}

#bottomnav {
	width:800px;
	text-decoration: none;
	text-align: center;
	clear: both;
	float: none;
	border-top: medium solid #666666;
	padding-top: 10px;
}

#bottomnav ul {


}

#bottomnav ul li {
	display:inline;
	list-style: none;
}

#bottomnav ul li a {
	color: #CC0033;
	text-decoration: none;
	padding: 5px;

}

#bottomnav a:hover {


}

#bottomnav a:visited {
	color: #666666;
	text-decoration: none;

}


#footer {
	font-size: 85%;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	background-color: #666666;
	
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;

}

h1 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	
}

h2  {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	
}

h3 {
	font: 100% Arial, Helvetica, sans-serif;
	color: #CC0033;
}



#recipe {
	font-size: 100%;
	margin: 0px;
	padding: 10px 0px 10px 5px;
	width:585px;
	float: right;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #666666;
	
}
	
#recipe img {

}

#alphabetical {
	font-size: 80%;
	margin: 0px;
	padding: 10px 0px 10px 5px;
	width:585px;
	float: right;

}


#recipe a {
	color: #CC0033;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0033;

}

#recipe a:hover {
	color: #CC0033;
	text-decoration: none;
	border-bottom:none;


}

#recipe a:visited {
	color: #CC0033;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0033;

}

#featuredrecipe {
	width:225px;
	float:right;
	margin: 5px 5px 10px 10px;
	font:80% Arial, Helvetica, sans-serif;
	border: medium ridge #666666;
	padding: 5px;
	color: #000000;
	background-image: url(../Images/backgrounds/trees.png);
	background-repeat: no-repeat;

}

#featuredrecipe h1 {
	color:#000000;
	font-size: 120%;
	text-align: center;
	background: left top;
	padding-top: 35px;
	padding-left: 90px;
}

#featuredrecipe h2 {
	color:#000000;
	font-size: 100%;
	padding-top: 10px;
	text-align: center;
	
}  

ul {
	list-style: none;
		
}

ul li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;

}

#menu {
	font-size:100%;
	margin: 0px;
	width:585px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #666666;

}

#menu p {
	line-height: 1.5em;

}

#menu p a {
	color: #CC0033;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0033;

}

#menu p a:hover {
	border-bottom:none;

}

#menu p a:visited {
	color: #CC0033;

}

#menu a {
	color: #333333;
	text-decoration: none;
	font-size: 100%;

}

#menu a:hover {
	color: #CC0033;
	text-decoration: none;
	border-bottom: thin dotted #CC0033;

}

#menu a:visited {
	color: #999999;
	text-decoration: none;

}	

#menu a:visited:hover {
	color: #CC0033;
	text-decoration: none;
	border-bottom: thin dotted #CC0033;

}

#main {
	font-size:100%;
	margin: 0px;
	width:585px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #666666;
}

#main p {
	line-height: 1.5em;

}

#main p a {
	color: #CC0033;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0033;

}

#main p a:hover {
	border-bottom:none;

}

#main p a:visited {
	color: #CC0033;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0033;

}

#main a {
	color: #999999;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}

#main a:hover {
	color: #CC0033;
	border-bottom: thin dotted #CC0033;

}

#main a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: thin dotted #999999;

}

#left {
	width:285px;
	float:left;
	margin-top: 10px;

}

#right {
	width:285px;
	float:right;
	margin-top: 10px; 

}

.subhead  {
	width: 80px;

}

.textlink {
	text-decoration: none;
	border-bottom: thin dotted #999999;
	color: #000000;
}

.underlined {
	border-bottom:solid medium #666666;
	margin-bottom:15px;
	padding: 0px;

}
ol {
	line-height: 1.5em;
}
#alphabet {
	
}

#alphabet ul {

	

}

#alphabet ul li {
	display: inline;
	padding-right: 5px;


}

#alphabet ul li a {
	
}

#alphabet ul li a:hover {

}
.important {
	font-weight: bold;
	color: #CC0033;
}
