body {
	font-family: Arial,Helvetica, sans-serif;
	margin: 0px;
	width: 100%;
	}
#pageBorder {
	background-color: #FFF;
	width: 99.9%;
	border: 2px solid #390;
	overflow: hidden;
	background: url('http://www.medidietresources.com/images/bkg_page.gif') repeat-y left;
	}
#header {
 	position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    }
#middle {
   -moz-box-sizing: border-box;
	box-sizing: border-box;
   	position: relative;
  	left:0px;
  	top:0px;
	border-top:1px solid ccc;
	border-bottom: 1px solid ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
  	color: 000;
	background: url('http://www.medidietresources.com/images/bkg_page_right.gif') repeat-y right;
	}
#middle-twothirds {
   -moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
  	top: 10;
  	left: 18%;
  	width: 81%;
	height: 100%;
	padding-left: 4%;
  	}
#footer {
	display: block;
  	position: relative;
    width: 100%;
    height: 100px;
    top: 0px;
    left: 0px;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
  	}	
#middle-left {
  	position: absolute;
  	top:0;
  	left: 8px;
  	width:12%;
	height:100%;
	text-align:center;
	background: URL('http://www.medidietresources.com/images/spacer_1x1_trans.gif');
   }
#middle-second {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  	position:absolute;
  	top: 10px;
  	left: 16%;
  	width: 38%;

	padding-left: 4%;
	background: URL('http://www.medidietresources.com/images/bkg_middle_2nd.gif') repeat-y left;
	}
#middle-third {
	-moz-box-sizing:border-box;
	  box-sizing:border-box;
  	position: relative;
  	top:10px;
  	left:56%;
  	width:40%;
	height:100%;
	padding-left:4%;
	background: url('http://www.medidietresources.com/images/bkg_middle_2nd.gif') repeat-y left;
	}
#middle a:link {
	text-decoration:none;
	color: c30;
	}
#middle a:visited {
	text-decoration:none;
	color: #c30;
	}
#middle a:hover {
	text-decoration: underline;
	color: red;
	}	
#middle a:active {
	text-decoration:underline;
	color: red;
	}	
h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #390;
	text-decoration: underline;
	} 
div.Article {
	background: url('http://www.medidietresources.com/images/spacer_1x1_trans.gif');
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	}
.pagination {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	}
.pagination a:link {
	text-decoration: none;
	}
.pagination a:visited {
	text-decoration: none;
	}
.pagination a:hover {
	text-decoration: underline;
	color: red;
	}
.pagination a:active {
	text-decoration: underline;
	color: red;
	}	
ul {
	margin: 8px 8px;
	list-style: disc inside;
	}
li {
	text-indent: 4px;
	}
.linkCat {
	width: 27%;
	float: left;
	margin:0px 5% 40px 0px;
	text-align: left;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	}
.linkCat a:link {
	text-align: left;
	text-decoration: none;
	color: #00F;
	}
.linkCat a:visited{
	text-align: left;
	text-decoration: none;
	color: 00F;
	}
.linkCat a:hover{
	text-align: left;
	text-decoration: underline;
	color: red;
	}
.linkCat a:active{
	text-align: left;
	text-decoration: underline;
	color: red;
	}
.linkTitle {
	width: 99%;
	margin: 8px 0px; 
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 0033CC;
	text-decoration: underline;
	text-align: center;
	float:left;
	}