@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333366;
	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;
}

h5 {
	text-align: left;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px; 
	font-family: Verdana, Geneva, sans-serif;
}

h2 {
	text-align: left;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
}

	h2.decorative
	{
		color: #036;
		font: bold 100% arial, helvetica, sans-serif;
		text-align: center;
		background: url(Images/rountangle_top.gif) no-repeat;
		width: 220px;
		padding: 5px 0 0 0;
	}
	
	h2.decorative em
	{
		display: block;
		width: 220px;
		padding: 0 0 5px 0;
		font-style: normal;
		background: url(Images/rountangle_btm.gif) no-repeat 0 100%;
	}


p {
	text-align: left;
	text-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtr #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.leftColumn { width: 630px; border: 1px solid white; float: left; margin-top: 20px;}
.fullColumn { width: 100%; border: 1px solid white; float: left; margin-top: 20px; margin-bottom: 10px;}
.rightbox { width: 220px; border: 1px solid #333366; float: right; margin-top: 20px; margin-bottom: 10px; margin-left: 20px; padding: 5px;}


.newsboxContainer { width: 630px; float: left; margin-top: 10px; margin-bottom: 0px; height: 250px; border: }
.newsboxl { width: 285px; float: left; padding: 10px; height: 210px; background: #9999CC;}
.newsboxr { width: 285px; float: right; padding: 10px; height: 210px; background: #9999CC;}
.underReview { width: 610px; float: left; padding: 10px; height: 75px; background: #9999CC; margin-top:20px; text-align: center; margin-bottom: 20px;}
.borderBox { width: auto; margin-top: 20px; margin-bottom: 20px; padding-left: 20px; padding-right: 20px; padding-top: 0px; padding-bottom: 0px; border: 2px solid #333366;}
.search { text-align: right; float: right; padding-right: 25px; }
.mission {
	text-align: left;
	padding-top: 1px;
	padding-left: 25px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333366;
	font-size: 20px;
}
.topbox { height: 25px; background: #9999CC; }
.spacer { margin-top: 25px; margin-bottom: 25px; text-align: center; } /* Save Center PIcture In Div */

.policy_briefs { border: 1px solid white; }


.logo {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

	.bodyText {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}

	.bodyTextCenter {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.footer {
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.headline {
	text-align: left;
	color: #333366;
	padding-top: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	
}

.newsbody {
	text-align: left;
	color: #000000;
	padding-top: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

.readmore {
	text-align: right;
	color: #333366;
	padding-top: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
}

.tb1{
background: #CCC;
border: 1px solid black; 
margin-top: 2px; 
margin-bottom: 10px; 
}

div.hr {
  height: 8px;
  width: 100%; 
  background: #333366;
  align: center; 
}
div.hr hr {
  display: none;
    align: center; 
}

a{color: #333366; text-decoration: none;}
a:link{color: #3333CC;}
a:visited{color: #333366;}

.clear {clear: both;}

.rightbox h3{
	text-align: left; 
	padding: 0px; 
	margin: 0px; 
	margin-bottom: 10px; 
}

.underReview h3{
	text-align: center; 
	padding: 0px; 
	margin: 0px; 
	margin-bottom: 10px; 
}

.underReview p{
	text-align: center; 
}

.oneColFixCtr #container #mainContent .leftColumn .underReview h5 {
	text-align: center;
}

.centerimage {
	display:block;
	margin:0 auto;
}