/***********************************/
/*     Gettin' Tan Style Sheet     */
/***********************************/

/* Body Properties */
body{ background-color: #ffffff; }

/* Text Link Color and Decoration */
a{
  display: inline;
  color: #0000FF;
  font-family: verdana, serif;
  text-decoration: none;
 font-size: 10px;
}

/* Text Link Mouse Over Properties */
a:hover{
  text-decoration: underline overline;
  background-color: #99ccff;
}

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

/* Left Menu Button Properties */
div.button{
text-align: left;
  font-family: verdana, arial, tahoma;
  font-size: 12px;
  margin: 2px 0px;
}

a.menubutton{
  display: block;
  width: 160px;
  text-align: left;
  text-decoration: none;
  font-family: arial;
  font-size: 12px;
  color: #0000FF;
  border: solid 0px #ccc;
}

a.menubutton:hover{
  border: solid 0px #00FF00;
  background-color: none;
  text-decoration: underline overline;
  color: #000000;
}



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

/* Main Table Div Style Properties */

div.MainTableDiv{
  position: absolute;
  left: 12%;
  height=100%;
}
#MainTableWidth{
  width: 750px;
}
.MainTable{
  background: none;
  border: 0px;
  border-style: solid;
  border-color: #ccc;
}

/* Left Menu Table Properties */
.smallfieldcell{
  font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: none;
  color: #000000;
  border: 1px dashed #ccc;
  padding: 4px;
}

/* Top Header Style Properties */
.HeaderContent{
  background: none;
  color: #000000;
  border: 0px;
  border-style: solid;
  border-color: #ccc;
}

/* Main Page Content Area HOME Style Properties */
.MainContentHome{
  background: none;
  border: 0px;
  border-style: solid;
  border-color: #ccc;
  padding: 0px;
}

/* Main Page Content Area CATEGORY Style Properties */
.MainContentCategory{
  background: #ffffff;
  border: 0px;
  border-style: dashed;
  border-color: #FF0000;
  padding: 0px;
}

/* Main Page Content Area ITEM Style Properties */
.MainContentItem{
  background: #ffffff;
  border: 0px;
  border-style: dashed;
  border-color: #FF0000;
  padding: 0px;
}

/* Main Page Content Area ITEM Style WITHOUT The Left Menu */
div.MainContentNoLeftMenu{
  position: relative;
  left: 10%;
  background: #ffffff;
  border: 0px;
font-family: verdana, arial, tahoma;
  border-style: dashed;
  border-color: #FF0000;
  padding: 0px;
}

/* Bottom Footer Style Properties */
.FooterContent{
  background: none;
  color: #000;
  border: 0px;
  border-style: solid;
  border-color: #ccc;
}


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

}


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

/* Newspaper Dropcaps */
.cap {
  float: left;
  width: 42px;
  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;
}
