* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
	margin: 12px 0;
}
li, dd, blockquote {
	margin-left: 22px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size:20pt;
	font-weight:bold;
}
h2 {
	font-size:18pt;
}
h3 {
	font-size:16pt;
}
h4 {
	font-size:14pt;
}
h5 {
	font-size:12pt;
}

a {
	color:#000000;
}
a:hover {
	color:#990066;
}
body	 {
	scrollbar-face-color:#990066;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#CCCCCC;
	font-family:verdana,arial;
	background-color:#ff9a32;
	font-size:10pt;
	color:#000000;
	overflow-x:hidden;
}
.page {
	background-color: #FFFF33;
    border: 6px solid white;
    width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.header	{
	background-color: #3399FF;
	clear: both;
	float:left;
	height: 166px;
	width: 100%;
	color: #FFFF33;
}
.header div.logo {
	float:left;
	width:164;
	text-align:center;
	margin: 4px;
}
.header div.text {
	float:left;
}
.nav {
	clear: both;
    float: left;
    height: 66px;
    margin-bottom: -4px;
    margin-top: -4px;
    width: 100%;
	background: #3399ff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399ff', endColorstr='#ffff33');
	background: -webkit-gradient(linear, left top, left bottom, from(#3399ff), to(#ffff33));
	background: -moz-linear-gradient(top, #3399ff, #ffff33);
}
.nav li {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footerLinks:hover	{color:#990066;}
.large				{font-family:Comic Sans,Verdana; color:#000000; font-size:16pt;}
.datePosted			{color:#000000;}
.TableHeaderFont	{color:#FFFF33; font-size:12pt; font-weight:bold;}
.TableCellLink		{color:#000000;}
.TableCellLink:hover{color:#990066;}
.sm					{color:#888888; font-size:8pt;}
.fbLikeDIV {
	background-color: #FFFFFF;
    float: right;
    position: relative;
    top: -44px;
}
.lastUpdated {
	color: #FF0000;
    float: right;
    font-weight: bold;
    text-align: right;
}
.formInputTxt {
	float: left;
	margin: 6px;
	text-align: right;
	width: 70px;
	font-size: 16px;
}
.formInput {
	width: 200px;
	float: left;
	margin: 6px;
	text-align: right;
}
.subscriptionform .formInput {
	text-align: left;
}
.formSubmit {
	margin-left: auto;
	margin-right: auto;
	width: 90px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.subscriptionform,
.contactform {
	width: 360px;
}
input {
	padding: 2px;
	width: 100%;
	border: 1px solid #000000;
}
input[type="radio"] {
	width: 16px;
}
input[type="submit"] {
	width: 90px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top: 1px solid #000000;
	background: #525222;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff33), to(#525222));
	background: -moz-linear-gradient(top, #ffff33, #525222);
	padding: 5px 10px;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
input[type="submit"]:hover {
	border-top-color: #3399ff;
	background: #3399ff;
	color: #000000;
	margin-left: -1px;
	margin-top: -1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
input[type="submit"]:active {
	border-top-color: #90005f;
	background: #90005f;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: -2px;
	margin-bottom: -2px;
}
ul {
	margin: 6px 0;
	clear: both;
}
b {
	font-weight: bold;
}
.content {
	margin-left: 8px;
	margin-right: 8px;
	clear: both;
}
td {
	padding: 2px;
	text-align: left;
}
.clearboth {
	clear: both;
}
label {
	cursor: pointer;
}
.topTestimonials li {
	list-style: none outside none;
	float: left;
	width: 220px;
	position: relative;
	background-color: #FF9A32;
	background-color: rgba(255, 154, 50, 0.65);
	border-radius: 15px;
}
.topTestimonial {
	height: 116px;
	width: 220px;
	overflow: hidden;
}
.topTestimonial::before {
	font-family: Helvetica,arial;
	content: '\201C';
	font-size: 70px;
	position: absolute;
	top: 0px;
	left: 6px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.topTestimonial p {
	font-size: 16px;
	line-height: 18px;
	margin-left: 35px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.right {
	text-align: right;
}