@charset "UTF-8";


h1 {
	font-size: 10pt;
	color: #567682;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	text-transform: uppercase;
	text-indent: 20px;
	white-space: pre;
	font-weight: bold;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 20px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background:url(images/BKGgrungy85.jpg);
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	padding: 15px;
	display: block;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	color: #333;
	text-align: justify;
	text-indent: 20px;
	background: #B8C9C1;
	font-style: italic;
	padding: 15px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #4C8979;
	padding: 15px;
	text-align: justify;
}
legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	color: #759999;
	text-align: justify;
	text-indent: 20px;
	background: #B8C9C1;
	font-style: italic;
	padding: 15px;
}
.lists {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: oblique;
	color: #576B6A;
	text-align: left;
	padding: 0% 5px 5px;
	float: none;
	display: inline;
	line-height: normal;
	margin: 0px 10px 10px;
}
.listsSpecial {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #576B6A;
	text-align: left;
	padding-left: 5px;
}
.leavefeedback {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #576B6A;
	text-align: left;
	margin: 10 px;
}
#maincontent tr td .pR {
	text-align: justify;
	margin: 0px 40px 0px 25px;
}
.pR {
	padding: 0px;
	margin: 2px;
	z-index: 11;
	display: block;
}
table {
	width: 767px;
}
#mainContent {
	display: inline-table;
	height: 600px;
	width: 767px;
	position: absolute;
	top: auto;
	white-space: nowrap;
	vertical-align: 20%;
}
#maincontent {
	background: #FFF url(images/index00_r5_c1.jpg) no-repeat top;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding: 0px;
	border: 8px ridge #C4F0FF;
	margin: 0px 14px 0px 0px;
}
.fltRgt {
	float: right;
	padding: 0px;
	border: 8px ridge #C4F0FF;
	margin-left: 10px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	font-size: 10pt;
}

