
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%; /* Required */
  }

p {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#000000;
	font-size: 15px;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:left;
}

.pcentered {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size: 15px;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:center;
}

.pleft {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size: 15px;
	line-height: 1.2;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:left;
}

ul, li {
	font-family: "Times New Roman", Times, serif;
	list-style-position: outside;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.75;
	margin-left: 12px;
	margin-top: 4px;
	padding-left: 12px;
}

h1 {
 	font-family: "Times New Roman", Times, serif;;
 	font-size: 18px;
	line-height: 24px;
 	font-weight: bold;
 	color:#660099;
 	margin: 0px 0px 10px 0px;
 	padding: 0px;
}

h2 {
 	font-family: "Times New Roman", Times, serif;
 	font-size: 16px;
	line-height: 22px;
 	font-weight: bold;
 	color:#660099;
 	margin: 30px 0px 10px 0px;
 	padding: 0px;
	text-align:center;
}

h3 {
 	font-family: "Times New Roman", Times, serif;
 	font-size: 12px;
	line-height: 20px;
 	font-weight: bold;
	line-height: 1.166;
 	color:#FFFFFF;
 	margin: 0px;
 	padding: 0px;
}

h4 {
 	font-family: "Times New Roman", Times, serif;
 	font-size: 12px;
	line-height: 26px;	
 	font-weight: bold;
 	color:#FFFFFF;
 	margin: 8px 0px 0px 0px;
 	padding: 0px;
}

blockquote {
	margin: 4px 0px 0px 23px;
}


a:link {
	text-decoration: underline;
	color: #660099;
}
a:visited {
	text-decoration: underline;
	color: #660099;
}
a:hover {
	text-decoration: underline;
	color: #660099;
}
a:active {
	text-decoration: underline;
	color: #660099;
}

a.fbutton {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
    line-height: 37px;
	padding: 15px 25px 15px 25px;
	vertical-align:middle;
	text-align: center;
    text-decoration: none;
	color:#660099;
}


a.fbutton:link {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
    line-height: 37px;
	padding: 15px 15px 15px 15px;
	vertical-align:middle;
	text-align: center;
    text-decoration: none;
	color:#660099;
}

a.fbutton:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
    line-height: 37px;
	padding: 15px 15px 15px 15px;
	text-align: center;
	text-decoration: none;
	background-image:url(images/paw_print.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#660099;
}

a.fbutton:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
    line-height: 37px;
	padding: 15px 15px 15px 15px;
	vertical-align:middle;
	text-align: center;
    text-decoration: none;
}


a.fbutton:active {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
    line-height: 37px;
	padding: 15px 15px 15px 15px;
	vertical-align:middle;
	text-align: center;
    text-decoration: none;
	color:#660099;
}



				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
  margin: auto;
  padding: 40px;
  width: 906px;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  background-color:#FFFFFF;
}


#border {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 906px;
	border:solid 3px #660099;
}

#header {
	float:left;
	height: 184px;
	margin: 30px 0px 10px 0px;
	width: 808px;
}


#buttons {
	padding: 0px;
	margin: 0px 46px 10px 46px;
	width: 766px;
	text-align:center;
	float: left;
}


#dearfriends {
	padding: 0px;
	margin: 0px 0px 22px 44px;
	float: left;
	width: 766px;	
}

#content-text {
	padding: 0px;
	margin: 0px 46px 40px 80px;
	float: left;
	width: 770px;
}


#footer {
	margin: auto;
	float:left;
	padding: 15px 0px 5px 0px;
	width: 906px;
	height: 35px;
}

#credits {
	float:left;
	padding: 15px 0px 5px 0px;
	width: 900px;
	height: 35px;
}

.pbuttons {
	margin: 0px;
	padding: 0px 20px 0px 0px;
}


.singlelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.5;
	padding: 221px 0px 221px 0px;
}

.credits {
	font-family:"Times New Roman", Times, serif;
	color:#660066;
	font-size: 11px;
	line-height: 1.2;
	text-align:center;
}
