body {
        margin: 30px 0 0 0;
        padding: 0px;
        border: 0px;
        background-color:  #003e79;
        font-family: verdana, tahoma, sans-serif;
        font-size: 13px;
        color: #003e79;
        line-height: 20px;
}
p        {
        font-family: verdana, tahoma, sans-serif;
        font-size: 13px;
        color: #003e79;
        line-height: 20px;
        text-align: left;
    }
h1  {
        font-family: verdana, tahoma, sans-serif;
        font-size: 18px;
        color: #003e79;
        line-height: 24px;
        text-align: left;
}

h2  {
        font-family: verdana, tahoma, sans-serif;
        font-size: 16px;
        color: #999999;
        line-height: 20px;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 0;
}
/*
ul 
        {margin-left: 10px;
         padding-left: 0;
}
li  {
        list-style-type: none;
        font-size: 11px;
}
*/
#wrapper {
        width: 900px;
        margin: 10px auto;
}
#contentleft {
        width: 200px;
        float: left;
}
#contentright {
        width: 250px;
        float: right;
        position: relative;
        top: 12px;
        right: -20px;
}
#wrapper_popup {
        background-color:  #ffffff;
}

#indent  {
        margin-left: 10px;
}
hr {
        border: 0;
        border-top: 1px dashed #666;
        color: #fff;
        background-color: #fff;
        height: 1px;
        width:100%;
}
#blue_heading  {
        color: #fff;
        background-color:  #7fa1cd;
        width: 500px;
        height: 30px;
        margin-top: 20px;
        padding: 7px;
        font-style: italic;
}
a:link { color: #003e79; text-decoration: underline; font-weight: 700;}
a:visited { color: #003e79; text-decoration: underline; font-weight: 700;}
a:hover { color: #000000; text-decoration: none; font-weight: 700;}
a:active { color: #003e79; text-decoration: underline; font-weight: 700;}

.white a:link { color: #ffffff; text-decoration: none;}
.white a:visited { color: #ffffff; text-decoration: none;}
.white a:hover { color: #7fa1cd; text-decoration: underline;}
.white a:active { color: #ffffff; text-decoration: none;}

#list a:link { color: #003e79; text-decoration: underline;}
#list a:visited { color: #003e79; text-decoration: underline;}
#list a:hover { color: #000000; text-decoration: none;}
#list a:active { color: #003e79; text-decoration: underline;}

ul {
        margin: 0;
        padding: 0;
}
ul li {
        font-size: 18px;
        color: #003e79;
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-weight: 700;
        margin-top: 5px;
}
ul li ul li {
        font-size: 16px;
        color: #999999;
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-weight: 700;
        margin-left: 10px;
        margin-top: 5px;
}
ul li ul li ul li {
        font-size: 11px;
        color: #003e79;
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-weight: 700;
        margin-left: 10px;
}
#foodservice_list li {
        list-style-type: disc;
        font-size: 14px;
        margin: 7px 0px 0px 35px;
        padding: 0;
        font-weight: normal;
}
.address {
        font-weight: 400;
}
ul.recipe li  {
        list-style-type: none;
        font-size: 12px;
        line-height: 16px;

}
ul.recipe_bullets li  {
        list-style-type: disc;
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
}
ul.toppings li  {
        list-style-type: disc;
        font-size: 12px;
        line-height: 16px;
        margin-left: 30px;
		font-weight: normal;
}
ul.foodservice li  {
        list-style-type: disc;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        margin-left: 20px;
}
