HTML body {
  width: 100%;
  height: 100%;
  min-width:800px; /* This takes care of all the 'decent' browsers */
  margin: 0;
  padding: 0;  /* optional */
  /* Optionally set text-align: center; and increase the padding if you wish to have the page centered with margins... */
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #faf7fa; 
	color: #000;
}
P {
	margin: 11px 0 11px 0;
	padding: 0;
}

img {
	/* PNG Fix for IE */
	behavior:	url("/_pinf_app/htdocs/pngbehavior.htc");
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: purple;
}

#header {
	margin: auto;
	height: 95px;
	width: 786px;
	position: relative;
}

#container {
	margin: auto;
	width: 786px;
	border: 1px solid #754174;
	background-color: #fff;
	background-repeat: no-repeat;
	overflow: auto;
	position: relative;
}

#logo {
	position: absolute;
	left: 0;
	top: 17px;
}

#tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #68436d;
	white-space: nowrap;
	position: absolute;
	right: 5px;
	top: 62px;
}

#tagline sup {
	font-size: 16px;
}

#footer {
	margin: auto;
	margin-top: 5px;
	width: 786px;
	position: relative;
	text-align: center;
	line-height: 15px;
}

#footer a {
	color: #000;
}

#errorsNotification {
	position: relative;
	top: -10px;
	line-height: 12px;
}

.errormsg {
	color: #ec1d37;
	font-weight: bold;
	font-size: 10px;
}

.errormsg_large {
	color: #ec1d37;
	font-weight: bold;
	font-size: 12px;
}

.amFormInputHilite {
	border: 1px solid #b3b3b3;
	background-color: #f1eef4;
	width: 170px;
	font-size: 11px;
	padding: 2px;
	margin: 0;
}

.amFormInputHiliteFocus {
	border: 1px solid #b3b3b3;
	background-color: #f4d4cf;
	width: 170px;
	font-size: 11px;
	padding: 2px;
	margin: 0;
}

.amForm td {
	padding: 0 15px 0 0;
	margin: 0;
	height: 14px;
	white-space: nowrap;
}

.amForm table {
	padding: 0;
	margin: 0;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #d26e7c;
	position: relative;
	left: -5px;
}

.subtitle, .faqtopicheading  {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
}

.amheading  {
	font-family: Tahoma;
	font-size: 16px;
	color: #000;
}

.amheading2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.mediaheader {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #000;
	
}

.header, .mediasection {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #d26e7c;
	position: relative;
	left: -5px;
}

#content {
	margin: 15px;
}

.commentspink, .commentswhitebox {
	padding: 10px;
	border-bottom: 1px solid #C0C0C0;
}
.commentspink {
	background-color: #f9f2f3;
}

