@charset "UTF-8";
/* CSS Document */

.twoColFixLtHdr #container { 
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	min-width: 1330px;
} 
.twoColFixLtHdr #header { 
	background:url(../header_background.png); 
	padding: 0 10px 0 20px;
	height: 422px;
	min-width: 1330px;
} 
.twoColFixLtHdr #sidebar1 {
	float: right;
	width: 450px; 
	background: #fff; 
	padding: 0 20px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 450px 0 0;
	padding: 0 20px 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0054A4;
	height: 500px;
} 
.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 */
}
.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;
}
.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;
}
.navbar {
	background-color: #0054A4;
	width: 100%;
	min-width: 1330px;
	height: 40px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
.navbar a:link {
	text-decoration: none;
	color: #fff;
}

.navbar a:visited {
	text-decoration: none;
	color: #fff;
}
.navbar a:hover {
	text-decoration: none;
	color: #fff;
}
.feedburnerFeedBlock ul {
margin-left:0;
padding-left:inherit;
list-style-type: none

}
.feedburnerFeedBlock ul ul {
list-style-type: disc;
}

.feedburnerFeedBlock ul ol {
list-style-type:decimal;
}

.feedburnerFeedBlock ul li span.headline { 
font-family: Arial, Helvetica, sans-serif;
font-weight:bold; 
font-size: 16px;
display:block; 
margin:14px 0 0 0; 
}
.feedburnerFeedBlock ul li span.headline a:link { 
text-decoration: none;
color: #000;
}
.feedburnerFeedBlock ul li span.headline a:hover { 
text-decoration: none;
color: #000;
}
.feedburnerFeedBlock ul li span.headline a:visited { 
text-decoration: none;
color: #000;
}
.feedburnerFeedBlock p.feedTitle { 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size: 20px;
margin-top: 20px;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding-left: inherit;
}
.feedburnerFeedBlock p.feedTitle a:link { 
text-decoration: none;
color: #000;
}
.feedburnerFeedBlock p.feedTitle a:hover { 
text-decoration: none;
color: #000;
}
.feedburnerFeedBlock p.feedTitle a:visited { 
text-decoration: none;
color: #000;
}

.feedburnerFeedBlock p.date { 
font-family: Arial, Helvetica, sans-serif;
font-weight:bold; 
font-size: 14px;
margin:12px 0 0 0;
list-style: none;
}
.feedburnerFeedBlock p.excerpt { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin:12px 0 0 0;
}
.footer_divs {
	width: 33%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	height: 380px;
	float: left;
	padding-top: 25px;
}
.footer_divs a:link {
	text-decoration: none;
	color: #fff;
}
.footer_divs a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer_divs a:visited {
	text-decoration: underline;
	color: #fff;
}