@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

select {
font-size:100%;
padding:: 0;
margin: 0;
}
/******list styles******/
li {
	font-size:100%;
	line-height:130%;
margin-left:15px;
}
ol {
	font-size:100%;
	line-height:130%;
margin-left:15px;
}
/******heading styles******/
h1 {
	font-size:100%;
	color:#000000;
}

h2 {
	font-size:100%;
	color:#000000;
}

h3 {
	font-size:100%;
	color:#000000;
}

/******paragraph styles******/
p {
	font-size:100%;
	line-height:130%;
}

/******div styles******/
/*holds all page content*/
#wrap {
width:100%;
}
/*holds all page content*/
#wrapWide {
width:100%;
}
/*holds top banner image*/
#banner {
display:none;
}
/*holds top banner image- on wide pages*/
#bannerWide {
display:none;
}
/*holds left side navigation*/
#leftNav{
display:none;
}
#centerNav {
display:none;
}
/*holds middle content area*/
#content {
width:100%;
}
/*holds middle content area on pages without right side column*/
#content2 {
width:100%;
}
/*for wider content pages including meal blueprint*/
#contentWide {
width:100%;
}
/*holds art gallery and recipe boxes*/
#rightCol {
display:none;
}
/*clears floats*/
#clear {
display:none;
}
/*sets location of footer*/
#footer {
	display:none;
	}
	
/*footer paragraph style*/
#footer p {
	font-size: 80%;
	line-height: 120%;
	text-align:center;
}
/*defines top link styles*/
.links {
font-weight:bold;
color:#000000;
}

