/* CSS Document */
body{
  background-color:#B1B1A9;
  /*background-image:url(images/_background.png);*/
  background-repeat:repeat;
  font-family: "Tempus Sans ITC", "Maiandra GD", Arial, sans-serif;
  font-size:14px;
  color: #403C3B;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
}
hr{
  color: #CCCCCC;
  width:500px;
}
#container1{
  background-color:#FFFFFF;
  width:750px;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #403C3B;
  background-image:url(images/_greybottom.gif);
  background-position:bottom;
  background-repeat:no-repeat;
  padding-bottom:7px;
}
#subcontainer1{
  background-color:#FFFFFF;
  width:710px;
  margin-left: 20px;
  margin-right: 20px;
}
.pinktab {
	background-color:#FDF0FB;
	background-image:url(images/_tab144x16.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	font-weight:bold;
}
.bluetab {
	background-color:#E3E7F2;
	background-image:url(images/_tab144x16.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	font-weight:bold;
}
.greentab {
	background-color:#E4F6E3;
	background-image:url(images/_tab144x16.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	font-weight:bold;
}
.purpletab {
	background-color:#F1E3F4;
	background-image:url(images/_tab144x16.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	font-weight:bold;
}
.greytab {
	background-color:#E7E7E7;
	background-image:url(images/_tab144x16.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	font-weight:bold;
}
.bluebox {
	background-color:#E3E7F2;
}
.purplebox {
	background-color:#F1E3F4;
}
.greybox {
	background-color:#E7E7E7;
}
.pinkbox {
	background-color:#FDF0FB;
}
.greenbox {
	background-color:#E4F6E3;
}
.whitebox {
	background-color:#FFFFFF;
/*	background-image:url(images/_feet.jpg);
	background-repeat:no-repeat;
	background-position: center;
*/}

.mottoheader{
  font-size:20px;
  font-weight:bold;
  padding-left:50px;
}
.motto{
  font-size:16px;
  padding-left:30px;
  padding-right:10px;
}
.center{
  text-align:center;
}
.boxheader{
  font-size:18px;
  font-weight:bold;
  text-align:center;
}
.boxindent{
  padding-left:125px;
  padding-right:5px;
}
.legal{
  font-size:11px;
  text-align:center;
  color:#666666;
}
.company{
  font-size:13px;
  text-align:center;
  color:#403C3B;
  border-bottom:none;
}
a.linktag:link		{color: #403C3B; border-bottom: 1px solid #403C3B; text-decoration: none;}
a.linktag:visited	{color: #403C3B; border-bottom: 1px solid #403C3B; text-decoration: none;}
a.linktag:active	{color: #403C3B; border-bottom: 1px solid #403C3B; text-decoration: none;}
a.linktag:hover		{color: #403C3B; border-bottom: 1px dashed #403C3B; text-decoration: none;}
a.linktag			{text-decoration: none}
.copyright{
  font: Arial, sans-serif;
}