/**********************************/
/*     Basic Site Style Sheet     */
/**********************************/

/* Body Properties */
body{
background-color: #ffffff;
letter-spacing: 0.2px;
word-spacing: 2px;
vertical-align: middle;
}

h1{
# background: #4381FE;
background: #ffa500;
border: 0px;
border-style: dashed;
border-color: #ccc;
font: 23px Verdana;
text-decoration: bold;
text-align: center;
}

.aturl {
display:block;
# background-color:#397CD4;
background-color:#ffa500;
border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;padding:10px 0;text-align:center;font-weight:700;color:#000;
font-size:1.6em;border-bottom:1px solid #1b316c;margin:7px 13px 5px;text-decoration:none}.title1{text-align:center;font-weight:700;font-size:26px}.show-all{display: none;}.now2{padding-top: 10px;font-weight: bold;
}

/* Text Link Color and Decoration */
a{
color: blue;
text-decoration: underline;
}

/* Text Link Mouse Over Properties */
a:hover{
text-decoration: none;
background-color: none;
}

/* Left Menu Properties */
div.sidepanel{
top: 50px;
left: 5px;
width: 160px;
text-align: center;
font-family: verdana, arial, tahoma;
font-size: 12px;
}

/* Left Menu Button Properties */
div.button{
color: black;
background: #dcdcdc;
border-top: 1px solid #ccc;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-left: 1px solid #ccc;
margin: 4px 4px;
}

/* Left Menu Button Link Properties */
a.menubutton:link{
text-decoration: none;
color: black;
background: #dcdcdc;
display: block;
}

a.menubutton:visited{
text-decoration: none;
color: black;
background: #dcdcdc;
display: block;
}

a.menubutton:hover{
text-decoration: none;
color: black;
background: #ffffff;
display: block;
}

a.menubutton:active{
text-decoration: none;
color: black;
background: #a0a0a0;
display: block;
}

/*****************************************
* The Following Handles The Main Layout  *
* And Design Of The Tables Such As Menu, *
* Main Table Content Area, Width, Etc    *
*****************************************/

/* Main Table Style Properties */

div.MainTableDiv{
position: absolute;
left: 4%;
height:100%;
}

#MainTableWidth{
width: 779px;
}
.MainTable{
background: #ffffff;
border: 2px;
border-style: solid;
border-color: #ccc;
padding: 5px;
}

/* Top Header Style Properties */
#HeaderTable{

}

.HeaderContent{
height: 120px;
width: 780px;
background: #4381FE;
background-image: url(http://my top foods.c om/site-images/healthheader1.jpg);
border: 1px;
border-style: dashed;
border-color: #ccc;
}

/* Left Menu Table Properties */
.smallfieldcell{
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #4381FE;
border: 1px solid #284279;
}

/* Main Page Content Area HOME Style Properties */
.MainContentHome{
background: none;
border: 2px;
border-style: dashed;
border-color: #4381FE;
padding: 2px;

}

/* Main Page Content Area CATEGORY Style Properties */
.MainContentCategory{
background: #ffffff;
border: 2px;
border-style: dashed;
border-color: #4381FE;
padding: 2px;
font: 9px Verdana;
}

/* Main Page Content Area ITEM Style Properties */
.MainContentItem{
background: #ffffff;
border: 2px;
border-style: dashed;
border-color: #4381FE;
padding: 2px;
font: 9px Verdana;
}

/* Main Page Content Area ITEM Style WITHOUT The Left Menu */
div.MainContentNoLeftMenu{
position: relative;
left: 10%;
background: #ffffff;
border: 2px;
border-style: dashed;
border-color: #4381FE;
padding: 2px;
font: 10px Verdana;
}

/* Bottom Footer Style Properties */
.FooterContent{
background: #4381FE;
border: 0px;
border-style: dashed;
border-color: #ccc;
font: 10px Verdana;
text-decoration: bold;
align: center;
}

/********************************
* Support Page Table Properties *
********************************/
.support{
background: #ffffff;
}


/********************************/
/* Additional Toys To Play With */
/********************************/

/* Newspaper Dropcaps */
.cap {
float: left;
width: 0px;
font-size: 62px;
line-height: 51px;
font-weight: normal;
color:#909090;
font-family: times,georgia;
}
.capOAH {
float: left;
width: 48px;
font-size: 62px;
line-height: 51px;
font-weight: normal;
color:#909090;
font-family: times,georgia;
}
.capW {
float: left;
width: 56px;
font-size: 62px;
line-height: 51px;
font-weight: normal;
color:#909090;
font-family: times,georgia;
}
.capJ {
float: left;
width: 38px;
font-size: 62px;
line-height: 51px;
font-weight: normal;
color:#909090;
font-family: times,georgia;
}
.tableclass1{
border: solid 1px;
border-color: #000000;
}
.tableclass2{
border: dashed 1px;
border-color: #000000;
}
.tableclass3{
border: dotted 1px;
border-color: #000000;
}
.tableclass4{
border: double 1px;
border-color: #000000;
}
.tableclass5{
border: groove 1px;
border-color: #000000;
}
.tableclass6{
border: ridge 1px;
border-color: #000000;
}