/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px ;
	padding: 0px;
	background-color:#000000;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size:small;
	line-height: 1.5;
}

a:hover {
	text-decoration: underline;
	color:#006699;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 5px 0px 0px;
	font-size: 80%;
}

.feature h2 {
 font-size: 100%;
 font-weight: bold;
 color: #333333;
}

.featureQuote{
	padding: 0px 5px 0px 0px;
	color: #006699;
}

.headerText{
	font-style:italic;
	font-size: x-small;
	font-family:Arial,sans-serif;
 	color: #707070;
}

.quoteAuthor{
	font-style:italic;
	font-size: x-small;
	font-family:Arial,sans-serif;
 	color: #333333;
}

.feature img{
	float: right;
	padding: 5px 0px 0px 10px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */.Nav {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.BottomMenu
        {
	font-family:Arial,sans-serif;
	text-align:center;
	color: White;
        font-size: 9px;
	text-decoration: none;
	}
 
.BottomMenu a
      {
	color: White;
	text-decoration: none;
       }

.Register
	{
        font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

div.PageHdr
        {
	 width: 150px;
	 
        }

h1.PageHdr1
	{
	text-align: left;
	font-family: Tahoma,sans-serif;
	font-weight: bold;
	color: #006699;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	}


.RegisterNow
      {
	text-align: center;
	color: #F26722;
	font-weight: bold;
	text-decoration: underline;
       }



.RecipeHdr{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

RecipeHdr a {
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #AABBCC;
}


