html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	width: 100%;
	overflow:hidden;
}
#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#page {
	position: absolute;
	top: 0px;
	left: 2px;
	z-index: 2;
	height: 100%;
	width: 100%;
	overflow: auto;
	text-align: center;
}.parent {
	width: 845px;
	text-align: left;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19.5px;
	font-weight: bold;
	color: #6C6C6C;
		border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6C6C;
padding-bottom:5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6C6C6C;
	line-height: 24px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6C6C;
	width: 100%;
	white-space: nowrap;
	padding-bottom: 5px;
}
p, td, div, li {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #6C6C6C;
}
h3 {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #9DC23C;
	margin-bottom:-10px;
}
#content {
	padding: 15px;
}

a:link, a:visited {
	color: #77A701;
	text-decoration: underline;
}
#greenarrow {
	list-style-image: url(images/green_arrow.gif);
	margin-left: 10px;
}
#pullout {
	background-image: url(images/pull_out.gif);
	height: 344px;
	width: 535px;
	background-repeat: no-repeat;
	background-position: left top;
}
#pullout table {
	margin:0px 15px 15px;
	width:495px;
}

#footer {
	padding: 25px;
}
#footer a:link, #footer a:visited {
	color: #6C6C6C;
	text-decoration:none;
}
/*******************Feedburner ******************/

.feedburnerFeedBlock ul 
{
	list-style-image: none;
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}
.feedburnerFeedBlock ul li
{display:block;
clear:both;
padding-bottom:15px;}

.headline
{font-weight:bold;
}
.date
{font-size:10px;
text-transform:uppercase;margin-top:0px;margin-bottom:0px;}
#creditfooter
{display:none;}
