@charset "utf-8";
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
body  {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	color: #666;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header {  
	padding: 0 10px 0 25px;  /* 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. */
	width:960px;
	background-image:url(../images/web_header.gif);
	background-repeat:no-repeat;
	height:100px;
} 
#header h1 {
	padding: 35px 45px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:24px;
	color:#666;
	text-align:right;
}

#mainContent { 
	margin: 10px 20px 0 380px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;} 
h2	{
	display:block;
	background-color:#0055a4;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(../images/hbkgd2.gif);
	color:#fff;
	padding:5px;
	font:16px Arial, Helvetica, sans-serif;	
	margin:8px 0;
	font-weight:bold;
}
h3	{
	color:#0055A4;
	font-size:14px;
}
a	{
	color:#E37F1C;
}
a:hover	{
	color:#E37F1C;
	text-decoration:none;
}
h2, h3, h4	{
	margin:10px 0 2px 0;
}
p	{
	padding-bottom:8px;
}

#footer	{
	border-top:1px solid #00246B;
	margin: 10px 10px 0 10px;
	padding:10px 0;
}
#footer p {
	font-size:10px;
}
#footer h5	{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	padding:15px 0;
	text-align:right;
	margin-top:-50px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}

.whitebl {background: url(../images/bl.gif) 0 100% no-repeat #FFF; width: 972px; margin:10px 0 10px 10px;} 
.whitebr {background: url(../images/br.gif) 100% 100% no-repeat;} 
.whitetl {background: url(../images/tl.gif) 0 0 no-repeat; padding-left:10px;} 
.whitetr {background: url(../images/tr.gif) 100% 0 no-repeat; padding-top:10px;} 
.clear {font-size: 1px; height: 1px;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.allcaps	{
	text-transform:uppercase;
}

ul, ol	{
	margin-left:25px;
}

#search	{
	float:right;
	margin-right:45px;
}

#twitter li	{
	padding-bottom:8px;

}

.newsimage	{
	margin:4px;
	float:left;
	border:solid #00246B 1px;
}
.featureimage	{
	margin:5px 10px 0 5px;
	float:right;
	border:solid #00246B 1px;
}

#badgecontainer 
{
	float:left;
	padding:0 0 10px 0;
	margin:0;
	background-color: #999999;
}

#badgecontainer h2 {
	text-transform:uppercase;
	color: #0055A4;
	font-size:15px;
	text-align:right;
	background-image:none;
	background-color: #FFFFFF;
	}

#badgecontainer h3 {
	text-transform:uppercase;
	color: #666;
	font-size:10px;
	font-weight:bold;
	padding-left:120px;
	padding-right:30px;
}

#badgecontainer p {
	line-height:130%;
	padding-left:120px;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:0px;
}

#badgecontainer a {
	color: #00246B;
}

.badge {
	width: 430px;
	padding:3px;
	border:none;
	margin:10px;
	float:left;
	background-color:#FFFFFF;
	}

#comments	{
	width:140px;
	border:dashed #999999 1px;
	margin:10px;
	padding:10px;
	}
	
#comments h2 {
	background-image:none;
	background-color:#FFFFFF;
	color:#0055A4;
	}
.longlist li	{
	padding-bottom:8px;
}
#issuemenu	{
	margin-top:20px;
}
#issuemenu li	{
	list-style:none;
	list-style-type:none;
	font-size:13px;
	padding:4px 0;
	margin-left:-15px;
}
#issuemenu ul	{
	margin-top:5px;
}
#issuemenu a	{
	color:#00246B;
	text-decoration:none;
}
#issuemenu a:hover	{
	text-decoration:underline;
}
.orangequotes	{
	color:#E37F1C;
	font-weight:bold;
}
.footnote	{
	font-style:italic;
	font-size:10px;
}