@charset "utf-8";
/* CSS Document */
/*
html {
	font-size: 100%;
}
body {
	font-size: 0.9em;
}

*/



p
	{
	font-family : verdana, geneva, arial, sans-serif;
	line-height : 1.2em;
	font-size: 11px;
	}


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20697F;
	text-decoration: none;
}
a:hover.menu {
	color : ECB72C;
	text-decoration : underline;
}
.biline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
a:hover.biline {
	color : #CCCCFF;
	text-decoration : underline;
}
.text2 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: 000000;
	line-height: 12px;
}
.text3 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: 8C8982;
	line-height: 10px;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover.link {
	color : ECB72C;
	text-decoration : underline;
	
}

h1 {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #4E8192;
	text-transform: uppercase;
	border-bottom-color: #6F172D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h1.introHeader {
	text-transform: none;
	color: #3A616D;
}

.sideCol h2 {
	font-family: Helvetica, "Arial Narrow", Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #1D5B70;
	padding-bottom: 0px;
	margin-bottom: -0.9em;
}

.sideCol {
}



.sideCol p {
	padding-top: 0px;
	padding-bottom: 0.8em;
	line-height: 1em;
}

h2 {
	color: #20697F;
	font-family: Helvetica, "Arial Narrow", Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: -.35em;
}

.sideCol {
	font-size: 0.9em;
}

#recipesList {
	list-style-image: none;
	list-style-type: none;
	padding-left: 1em;
	padding-right: 1em;
}

#recipesList li {
	line-height: 1.2em;
	padding-bottom: 0.5em;
}

#recipesList a {
	text-decoration: none;
	color: #997148;
}

.ingredients {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	margin-top: -0.5em;
	padding-left: 1.5em;
}

.new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-variant: small-caps;
}

ul,
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
}

.linksList  {
	padding-bottom: 0.5em;
	list-style-type:none;
	padding-top: .8em;
}

.linksList li {
	padding-bottom: .65em;
}

.linksList a, 
.linksList a:link,
.linksList a:visited {
	text-decoration: none;
}

.linksList a:hover,
.linksList a:active {
	text-decoration: underline;
}

