/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body,table, tr,td {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.166;	
	margin-left: 5%;
	margin-right: 10%;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Times ,serif;
	margin-left: 5px;
	padding: 0px;
}


/*  
*/
h1
   {
	margin-left:5%; 
	font-size: 150%;
	color: #fc0000;
   }

h2
   {
 	font-size: 114%;
	color: #004489;
	background-color: #FFCC00;
   }
h3
   {
	background-color: #004489;
	color: #FFFFFF;
   }

.keypoint
   {
   font-weight:bold;
   }
.elfspeak
   {
   font-family:"Courier New", Courier, mono;
   font-size:90%;
   }
p.table
   {
	margin-left:5%;
	font-weight: bold;
	}
ul
   {
   margin-left:10%;
   }
.style1 
   {
	color: #004489;
	font-weight: bold;
	font-size: 120%;
    }
.style2 
    {
	color: #FFFFFF;
	background-color: #004489;
	font-weight: bold;
	}
.style3 
   {
	color: #FF0000;
	font-weight: bold;
    }
.style4
   {
   color:#FF6600;
   font-weight: bold;
   }
.style5 {
	font-size: 150%;
	font-weight: bold;
	color: #004489;
	margin-left: 10%;
	font-style: oblique;
/*	text-decoration: underline; */
}
.tableheader {
	background-color: #99FFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

@charset "utf-8";
/* CSS Document */

.tablemeals {
	background-color: #FFCC00;
	font-weight: normal;
	color: #000000;
}
.small {
	font-size: small;
	font-style: oblique;
}

/*  */


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 150% Arial,sans-serif;
 color: #004489;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 10px 0px;
}


