/*
This Cascading Style Sheet (CSS) written by: Jon Penfield
Written for: TLC Caregivers Website:
  (http://www.tlccaregivers.com)
This file located at:
  (http://www.tlccaregivers.com/images/style_sheet.css)
*/

/*Sets body styles*/
body
{
  /*Sets the main font color*/
  color: #000000;

  /*Sets the background color*/
  background: #E7EFFF

  /*Sets the background image*/
  url("design/background.gif");

  /*Sets the top margin*/
  margin-top: 0px;

  /*Sets the top margin*/
  margin-bottom: 0px;

  /*Sets the top margin*/
  margin-left: 0px;

  /*Sets the top margin*/
  margin-right: 0px;
}

/*Sets the link color*/
a:link
{
  color: #0000CC;
}

/*Sets the visited link color*/
a.visited
{
  color: #990099;
}


/*Sets the hover link color*/
a:hover
{
  color: #336699;
}

/*Sets header 1 styles*/
h1
{
  /*Sets text alignment*/
  text-align: center;

  /*Sets text decoration*/
  text-decoration: underline;
}

/*Sets header 2 styles*/
h2
{
  /*Sets font size*/
  font-size: medium;
}

/*Sets the paragraph styles*/ 
p
{
  font-family: Helvetica, Arial, sans-serif;
}

/*Sets the "centerimg" style class*/
.centerimg
{
  text-align: center;
  text-indent: 0em;
}

/*Sets unordered list styles*/
ul
{
  /*Sets list bullet to an image*/
  list-style-image: url(bullet.gif);
}


/*Sets the "para" and "links" style classes*/
.para, .links
{
  /*Sets the alignment*/
  text-align: left;

  /*Sets the line height*/
  line-height: 135%;

  /*Sets the left margin*/
  margin-left: 15px;
}

/*Sets the "links" style class*/
.links
{
  /*Sets font size*/
  font-size: x-small;
}

/*Sets the "header" style class*/
.header
{
  /*Sets the text alignment*/
  text-align: center;

  /*Set the font weight*/
  font-weight: bold;

  /*Set the font color*/
  color: #990000;
}

/*Sets the "size4" style class*/
.size4
{
  /*Sets the font size*/
  font-size: medium;
}

/*Sets the "size3" style class*/
.size3
{
  /*Sets the font size*/
  font-size: small;
}

/*Sets the "color" style class*/
.color
{
  /*Sets the font color*/
  color: #339933;
}

/*Sets the "colorbold" style class*/
.colorbold
{
  /*Sets the font color*/
  color: #339933;

  /*Set the font weight*/
  font-weight: bold;
}

/*Sets the "tableback" style class*/
.tableback
{
  /*Sets the background image*/
  background-image: url("design/topbg.gif");
}


/*Sets the "bold" style class*/
.bold
{
  /*Set the font weight*/
  font-weight: bold;
}

/*Sets the "required" style class*/
.required
{
  /*Sets the font color*/
  color: #ff0000;
}

/*Sets the "required1" style class*/
.required1
{
  /*Sets the font color*/
  color: #0000FF;
}