body { color: #000; font-size: small; font-family: arial; background-image: url(../imgs/site/bg_grad.jpg); margin: 0; padding: 0; }

p { }

td { }

a:link { color: #002e4f; font-weight: bold; }

a:visited { color: #3b7699; }

a:hover { color: #002e4f; font-weight: bold; text-decoration: underline; }

a:active { color: #002e4f; font-weight: bold; }

/*Footer*/

.footer { color: #fff; font-size: 10px; font-family: arial; }
.footer a:link { color: white; font-size: 10px; font-family: arial; font-weight: bold; text-decoration: underline; }
.footer a:visited { color: #cacaca; font-size: 10px; font-family: arial; font-weight: bold; text-decoration: underline; }
.footer a:hover { color: white; font-size: 10px; font-family: arial; font-weight: bold; text-decoration: underline; }

/* Navigation */

#aboutPat
{
  display: block;
  width: 91px;
  height: 46px;
  background: url(../imgs/site/btns/about.jpg) no-repeat 0 0;

}

#aboutPat:hover
{ 
  background-position: 0 -46px;
}

#aboutPat span
{
  display: none;
}

#subscribe
{
  display: block;
  width: 147px;
  height: 46px;
  background: url(../imgs/site/btns/subscribe.jpg) no-repeat 0 0;

}

#subscribe:hover
{ 
  background-position: 0 -46px;
}

#subscribe span
{
  display: none;
}

#patsBlog
{
  display: block;
  width: 87px;
  height: 46px;
  background: url(../imgs/site/btns/patsblog.jpg) no-repeat 0 0;

}

#patsBlog:hover
{ 
  background-position: 0 -46px;
}

#patsBlog span
{
  display: none;
}

#contact
{
  display: block;
  width: 93px;
  height: 46px;
  background: url(../imgs/site/btns/contact.jpg) no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -46px;
}

#contact span
{
  display: none;
}

#home
{
  display: block;
  width: 62px;
  height: 46px;
  background: url(../imgs/site/btns/home.jpg) no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -46px;
}

#home span
{
  display: none;
}

/*Form Elements*/

.box { font-size: 12px; font-family: verdana; border-color: #000000; border-width: 1px; }
.formbutton { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; border-color: black; border-width: 1px; }
.errmsg {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

