@charset "UTF-8";
html { min-height: 100%; margin-bottom: 1px; }
body  {
	background: #FFF url(../images/fading_background_10.png) repeat-x;
	margin: 0; /* it' 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;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header.gif) no-repeat;
	height: 110px;
	border-bottom: 1px solid #999;
	padding: 0;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #breadcrumbs {
	width: 450px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
	padding: 0;
	margin: 0 0 0 180px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
	margin: 0px 0 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	height: 400px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6F6F6F;
	background: #FFF;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 560px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background: #FFF;
	text-align: left;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #630;
	background: #FFF;
	font-weight: bolder;
}
.twoColFixLtHdr #mainContent h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6F6F6F;
	background: #FFF;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: thin solid #CCC;
	text-decoration: none;
} 
.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 */
	text-align: right;
	font-size: 11px;
	text-decoration: none;
}
.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: 8px;
	background: #FFF;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
	background: #FFF;
}
.twoColFixLtHdr #container #container_div #sidebar1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6F6F6F;
	background-color: #CC9;
}
.mainpagetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.hyperlink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h2 .hyperlinkheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
}
.plist {
	list-style-image: url(../images/ball43.gif);
}
.shadowboxfloat {margin: 4px 0px 0px 5px;
	background: url(../images/shadowlight.gif) repeat;
	width: 99%; 
	position: relative; /*IE needs this to show float properly*/
	float: left}
			
.shadowcontent, .shadowcontent2 {position: relative;
	padding: 10px; 
	top: -5px; /* these two define the shadow 'offset'*/
	left: -5px; /*...*/
	background: #FFFFFF;
	color: black;
	border: 1px solid #2E595C
	}	
div.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

div.feedburnerFeedBlock ul li {
	list-style-type: none;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

div.feedburnerFeedBlock ul li span.headline a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

div.feedburnerFeedBlock ul li span.headline a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

#creditfooter {
display: none;
}
#IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto }
