@charset "UTF-8";
body {
	font: 2px/0px Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/Stripe-bkg.jpg) repeat scroll 0px 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
.oneColElsCtr #container {
	width: 760px;
	margin: 0 auto 0;
	background-position: 0px 0px;
	padding: 0px;
	top: 0px;
	clip: rect(0px,0px,0px,0px);
	left: 0px;
	right: 0px;
	bottom: 0px;
	line-height: 0px;
	max-width: 760px;
	min-height: 792px;
	height: auto;
	background-repeat: no-repeat;
	background-image: url(images/Stripe-bkg.jpg);
	vertical-align: top;
	clear: none;
	float: none;
}
#maincontent {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	background-image: url(images/HomepageBack.jpg);
	background-position: 0px 40px;
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 0px;
	clear: none;
	float: none;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	height: 50px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 5px;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.3em;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 1;
	color: #FFFF33;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1;
	color: #FFFFFF;
	text-decoration: underline;
}
