@charset "utf-8";


body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5A5A5A;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 12px; /*for compliant browsers */
	margin-top: 10;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/smallarrow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 350px;
	}


 #container {
	width: 746px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#FlashContent {
	background-position: center;
	vertical-align: middle;
}
.Title {
	color: #993399;
	float: none;
	padding: 5px 5px 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
}
a {
	color: #cc66cc;
	text-decoration: none;
}
a:hover {
	color: #cc66cc;
	text-decoration: underline;
}

 #footer {
	height: 40px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A4A4A4;
	background-position: right;
	text-align: right;
	margin-top: 15px;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0px;
	text-decoration: none;
}

.subtitle {
	font-weight: bolder;
}

input {
	font: 12px Arial;
	color: #333333;
	border: 1px inset #999999;
	background: #F2F2F2;
	padding: 1px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}

label.invalid {
	color:#F00;
	font-weight: bold;
	background: #FFFFCC;
}


textarea {
	font: 12px Arial;
	color: #333333;
	background: #F2F2F2;
	padding: 2px;
}
.button {
	font: bold 11px Arial;
	color: #3366ff;
	background: #D7E3ff;
	border: 1px outset #3366CC;
	padding: 2px;
}


select {
	font: 12px Arial;
	color: #333333;
	background: #F2F2F2;
	padding: 2px;
}

.subscribe {
	width: 235px;
	font: 12px Arial;
	color: #333333;
	border-bottom:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/index_05.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 251px;
	display: block;
}

.comments {
	width: 235px;
	border-bottom:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 180px;
}

.instructions {
	font-weight: bold;
	color: #3366cc;
}
.pinkctr {
	background: #cc99cc center;
}
.subscribetxt {
	width: 220px;
	font: 12px Arial;
	color: #333333;
	border-bottom:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: block;
	padding-top: 10px;
}
.commentstxt {
	width: 220px;
	font: 12px Arial;
	color: #333333;
	border-bottom:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: block;
	padding-top: 10px;
}
