@charset "UTF-8";
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;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #bbbb66;
}

a:link {
	color: #555500;
}
a:visited {
	color: #777700;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
	color: #993300;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #993300;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: lighter;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 22px;
	padding-top: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #container {
	width: 782px;
	text-align: left;
	background-color: #bbbb66;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	border: 0px solid #330000;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #330000;
	color: #EEEEEE;
	border: 10px solid #330066;
} 
.twoColFixLtHdr #sidebar1 {
	width: 215px;
	background-color: #993300;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	height: 550px;
	position: relative;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	position: static;
	height: 595px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.twoColFixLtHdr #mainContent ul {
	list-style-image: url(images/bullet.gif);
	font-size: 95%;
	line-height: 22px;
}
.twoColFixLtHdr #footer {
	background-color: #330000;
	color: #bbbb66;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight: normal;
	left: 20px;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #bbbb66;
	line-height: 24px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

div.feedburnerFeedBlock {
	border:2px dotted #993300;
	background-color:#dddd99;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	position: static;
	float: right;
	width: 505px;
}

/*div.feedburnerFeedBlock p.feedTitle {
	display:none;

}*/
	
div.feedburnerFeedBlock ul li span a {
	color: #ff6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}

div.feedburnerFeedBlock ul {
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #660000;
}

div.feedburnerFeedBlock p.fbsubscribelink {
	display:none;
}

#creditfooter
{
display: none;
}
