/* mydietaryfats.org alternative version.1 Last updated: 11.28.06 */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #DEDEDE url(http://mydietaryfats.org//images/alternatives/shadow.jpg) 50% top repeat-y;
}

img.mainIMG {
	border: 0;
	margin: 0;
	padding: 0;
}

li.sections {
	margin: 0;
	padding: 0;
}

a {
	color: #0000FF;
}

p {
	margin: 2px 3px 3px 3px;
	padding: 2px 3px 3px 3px;
}

div.wrapper {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #FFFFFF;
}

h2 {
	margin: 5px 2px 2px 0px;
	padding: 5px 2px 2px 0px;
	color: #8E432E;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	margin-bottom: 2px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

a:hover {
	color: #A5BE7D;
}

/* mainHOLDER layout */
div.mainSECTIONS {
	width: 600px;
	float: left;
	margin-left: 5px;
}

div.sideNAVS {
	width: 185px;
	float: right;
	margin-right: 5px;
}

div.mainCONTENTS {
	margin-top: 10px;
}
/* end of mainHOLDER layout */

/* menus contents */
div.menus {
	color: #FFFFFF;
	font-size:12px;
	margin-top: 5px;
}

div.menus a {
	color: #FFFFFF;
	text-decoration: none;
}

div.menus a:hover {
	color:#333333;
}

div.menus a.menuTITLE {	
	font-weight:bold;
	letter-spacing: 2px;
	padding-bottom: 2px;
}

div.menus td {
	width: 149px;
	vertical-align: top;
}

div.menus ul {
	margin: 0 0 0 18px;
	padding: 0;
}

td.grey {
	background: #666666 url(http://mydietaryfats.org//images/alternatives/bottomgray.gif) left bottom no-repeat;
	border-right: 1px solid #FFFFFF;
}

td.moss {
	background: #A7A73A url(http://mydietaryfats.org//images/alternatives/moss2.gif) no-repeat;
	border-right: 1px solid #FFFFFF;
}

td.lav {
	background: #95687D url(http://mydietaryfats.org//images/alternatives/lav2.gif) no-repeat;
	border-right: 1px solid #FFFFFF;
}

td.rust {
	background: #90442F url(http://mydietaryfats.org//images/alternatives/bottomrust.gif) right bottom no-repeat;
}

div.grey {
	padding: 10px 8px 40px 8px;
	background: transparent url(http://mydietaryfats.org//images/alternatives/topgrey.jpg) no-repeat;
}

div.moss {
	padding: 10px 8px 20px 8px;
}

div.lav {
	padding: 10px 8px 20px 8px;
}

div.rust {
	padding: 10px 8px 20px 8px;
	background: transparent url(http://mydietaryfats.org//images/alternatives/toprust.gif) no-repeat;
}
/* end of menus contents */

/* sideNAVS contents */
div.sideNAVS dl {
	margin: 10px 0 10px 0;
}

div.sideNAVS dt {
	padding: 5px 0;
}

div.sideNAVS dt a {
	padding: 0 5px 0 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background: transparent url(http://www.mydietaryfats.org/images/alternatives/arrowout.gif) 10px 50% no-repeat;
}

div.sideNAVS dt a:hover {
	color: #000099;
	background: transparent url(http://www.mydietaryfats.org/images/alternatives/arrowover.gif) 10px 50% no-repeat;
	text-decoration: underline;
}

div.sideNAVS dt.navTOP {
}

div.sideNAVS dt.navBOTTOM {
}
/* end of sideNAVS contents */

/* mainCONTENTS layout */
div.leftCONTENT {
	float: left;
	width: 298px;
}

div.rightCONTENT {
	float: left;
	width: 298px;
}
/* end of mainCONTENTS layout */

/* mainCONTENTS contents */
div.mainCONTENTS h1 {
	margin-bottom: 10px;
	padding: 3px 6px;
	font-size: 14px;
	background-color: #A5BE7D;
	color: #FFFFFF;
}

span.date {
	font-size: 10px;
	font-weight: bold;
}

div.leftCONTENT dd {
	padding: 0;
	margin: 0 0 5px 0;
	color: #8E432E;
	font-size: 14px;
	font-weight: bold;
}

div.leftCONTENT dt {
	margin-bottom: 10px;
}

div.leftCONTENT dl {
	padding: 0 5px;
}

div.rightCOLUMN {
	border-left: 1px solid #A5BE7D;
	padding: 0 5px 0 8px;
	margin-bottom: 15px;
}

div.list dt {
	color: #333333;
	font-size: 11px;
	margin: 0 0 8px 10px;
}

div.list dd {
	color: #8E432E;
	font-size: 14px;
	font-weight:bold; 
	padding: 0;
	margin: 0 0 5px 0;
}
/* end of mainCONTENTS contents */

/* footer contents */
div.footer {
	margin-top: 10px;
}

div.bannerFOOTER {
	text-align: center;
	margin: 55px 0 0 0;
	padding: 10px;
}

div.bannerFOOTER img {
	margin: 0 5px;
}

div.navFOOTER {
	text-align: center;
	padding: 20px;
	font-weight: normal;
	background-color: #F4F4F4;
}
/* end of footer contents */

/* clean the floats */
head+/**/body .clear:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

/* Fix IE Float bug */
.clear {min-height:1%;}
* html .clear {height:1%;}


/*
    Formatting Buttons
------------------------------------------------------ */

.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
	}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
	}

.htmlButtonOutterL {
	border-left: #333 1px solid;
	}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
	}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOff a:visited {
	text-decoration: none;
	}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOn a:visited {
	text-decoration: none;
	}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonA a:visited {
	text-decoration: none;
	}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonB a:visited {
	text-decoration: none;
	}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
	}
