﻿body 
{
    font:verdana;
    background-position:  center;
    text-align:center;
    background-repeat:no-repeat;
    background-color:#eafff5;
}

h1
{
    font-family:Verdana, Arial, Sans-Serif;
    font-style:italic;
    font-size:14pt;
    color:gray;
}

.titleText
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:18pt;
    color:Black;
}

.normalText
{
    font-family:Verdana,arial,sans-serif;
    font-size:12pt;
    color:black;
}

.cellRight
{
    text-align:right;
}

.cellLeft
{
    text-align:left;
}

h2
{
    font:Arial;
    font-style:normal;
    font-size:12pt;
    color:black;
}

.mainText
{
    font-family:Verdana, Arial, Sans-Serif; 
    font-size:9pt;
    font-weight:normal;
    color:#333333;  
    line-height:14pt; 
    text-align:left;
}

.rowText
{
    font-family:Verdana, Arial, Sans-Serif; 
    font-size:9pt;
    font-weight:normal;
    color:gray;  
}

.logoSubText
{
    font-family:Verdana, Arial, Sans-Serif; 
    font-size:11pt;
    font-weight:normal;
    color:Black;
    font-style:italic;  
}

.copySubText
{
    font-family:Verdana, Arial, Sans-Serif; 
    font-size:9pt;
    font-weight:normal;
    color:#990000;
    font-style:italic;
    text-decoration: underline;
}

.headingText
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:11pt;
    font-weight:bold;
    color:Gray;
}

.cookbookText
{
    font-family: Verdana, Georgia, Arial, Sans-Serif;
    font-size:11pt;
    font-weight:normal;
    color:Black;
    padding-left:5px;
    padding-right:5px;
    text-decoration:none; 
}

.hyperlink
{
    font-family: Verdana, Georgia, Arial, Sans-Serif;
    font-size:12pt;
    font-weight:normal;
    color:Black;
    text-decoration:none; 
    cursor:hand;
    background-color:#E1DCC0;
    border-bottom:solid 2px black;
    border-top:solid 2px black;
    border-right:solid 1px black;
    border-left:solid 1px black;
    padding:2px 2px 2px 2px;
}

.logoText
{
    font-family: Times New Roman, Verdana, Arial, Sans-Serif;
    font-size:30pt;
    font-weight:bold;
}

.hyperlink:Hover
{
    font-family: Verdana, Georgia, Arial, Sans-Serif;
    font-size:12pt;
    font-weight:normal;
    color:Black;
    cursor:hand;
    border-bottom:solid 2px black;
    border-top:solid 2px black;
    border-right:solid 1px black;
    border-left:solid 1px black;
    padding:2px 2px 2px 2px;
}

td
{
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
    border-bottom-style:none;
}

.niceText .AspNet-Menu-Vertical
{
    text-align:left;
}

#wrapper {
	width: 1000px;
	margin: auto;
}

#title
{
    background-image: url("images/Content_Green.gif");
    background-position:center;
    width:1000px;
    height:200px;
}

#content
{
    background-image: url("images/Content_Green.gif");
    background-position:center;
    width:1000px;
    height:100%;
}

#contentText
{
    width:800px;
    font-size:.9em;
    color:#7C6F57;
    font-weight:500;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    text-align:left;
    line-height:0.50cm;
}

.copyright
{
    font-size: 10pt;
    color:Gray; font-weight:600;
    font-family: Verdana;
}

#spanList
{
    line-height:0.5cm;
}

.MainPage
{
    font:verdana;
}

.navContainer
{
    width:500px;
    text-align:center;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	border-top: solid #666 2px;
	border-top-width:thin;
	border-bottom: solid #666 2px;
	border-bottom-width:1px;
  
	width: 603px;
	margin: auto;
	background-color:#d2e3db;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	border-right: solid #bbb 1px;
}
#nav ul li a {
	display: block;
	background-color:#d2e3db;
	text-decoration: none;
	color: #7b8a83;
	padding: 5px 5px 5px 5px;
}
#nav ul li a:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu li
{
    text-align:left;
}

.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu li li
{
    text-align:left;
}

a.homeButton 
{
    display: block;
    width:72px;
    height:52px;
    background: url("../images/VistaEffects/Normal/Cookbook_Home.gif") 0 0 no-repeat;
}

a:hover.homeButton
{
    background: url("../images/VistaEffects/MouseOver/Cookbook_Home_Over.gif");
}

a.aboutCookbookButton
{
    display: block;
    width:186px;
    height:52px;
    background: url("../images/VistaEffects/Normal/About_The_Cookbook.gif") 0 0 no-repeat;
}
a:hover.aboutCookbookButton
{
    background: url("../images/VistaEffects/MouseOver/About_Cookbook_Over.gif");
}

a.aboutAuthorsButton
{
    display: block;
    width:170px;
    height:52px;
    background: url("../images/VistaEffects/Normal/About_The_Authors.gif") 0 0 no-repeat;
}
a:hover.aboutAuthorsButton
{
    background: url("../images/VistaEffects/MouseOver/About_Authors.gif");
}

a.recipesOver
{
    display: block;
    width:144px;
    height:52px;
    background: url("../images/VistaEffects/Normal/Recipes.gif") 0 0 no-repeat;
}
a:hover.recipesOver
{
    background: url("../images/VistaEffects/MouseOver/Recipes_Over.gif");
}

a.orderCookbookButton
{
    display: block;
    width:114px;
    height:52px;
    background: url("../images/VistaEffects/Normal/Order_Cookbook.gif") 0 0 no-repeat;
}
a:hover.orderCookbookButton
{
    background: url("../images/VistaEffects/MouseOver/Order_Cookbook.gif");
}

a.contactOver
{
    display: block;
    width:104px;
    height:52px;
    background: url("../images/VistaEffects/Normal/Contact.gif") 0 0 no-repeat;
}
a:hover.contactOver
{
    background: url("../images/VistaEffects/MouseOver/Contact.gif");
}


