@charset "UTF-8";
body  {
	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;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg-e6-gray-with-bot-grad.png);
	background-repeat: repeat-x;
	background-color: #4775CF;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header  {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* 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. */
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav {
	height: 29px;
	width: 980px;
	clear: both;
	float: none;
	background-color: #CCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nav-bottom {
	height: 30px;
	width: 1000px;
	background-color: #999;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
	margin-top: 30px;
	height: 325px;
}
#mainContent  {
	margin-top: 30px;
	margin-right: 232px;
	margin-bottom: 0;
	margin-left: 232px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
} 
#main-content-left {
	background-color: #FFF;
	float: left;
	width: 67%;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 460%;
	margin-top: 30px;
	margin-right: 0px;
}
#sidebar2 {
	background-color: #FFF;
	float: right;
	height: auto;
	width: 200px;
	margin-top: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#news-box-rht {
	width: 220px;
	border: thin none #F00;
	height: auto;
	margin-top: 30px;
	padding: 10px;
	float: left;
}
#news-box-rht-firsts {
	width: 220px;
	border: thin none #F00;
	height: 300px;
	margin-top: 30px;
	padding: 10px;
	float: left;
	background-color: #FF0;
}
#main-left-content-small {
	background-color: #FFF;
	float: left;
	height: 300px;
	width: 300px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#Left-small {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFF;
	margin-top: 30px;
	height: 400px;
}
#main-right-content-large {
	float: right;
	width: 650px;
	margin-top: 30px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	border: thin none #F00;
	height: 420px;
	margin-bottom: 10px;
}
#footer  {
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	clear: both;
} 
.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: 25px;
}
.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;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border: thin none #F6C;
	margin: 0px;
}
h1 {
	font-size: medium;
	color: #000099;
	border: thin none #F00;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-size: 14px;
	color: #0066CC;
	border: thin none #F9F;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	color: #333;
	border: 1px none #9CF;
	margin-bottom: 2px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #C00;
	font-style: italic;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}
body,td,th {
	font-size: small;
	color: #333;
	text-align: left;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #F4F4F6;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

}
h4 {
	font-size: x-small;
	font-style: italic;
}
.creditline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #333;
	font-weight: bold;
}
.main_text_bold_blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06C;
}
#firsts {
	background-color: #E8E8E8;
	height: auto;
	width: 215px;
	margin-top: 30px;
	margin-right: 20px;
	float: right;
	border: thin solid #CCC;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 16px;
	color: #333;
	margin-bottom: 20px;
}
.white-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
}
.Red-notes {
	font-family: "Comic Sans MS", cursive;
	color: #F00;
	font-size: small;
}
.box-c {
	height: 360px;
	width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.clearboth {
	clear: both;
}
#essentials {
	float: left;
	width: 500px;
	height: 175px;
}
#flash-box-gov {
	height: 100px;
	width: 250px;
	float: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sector_page_btns {
	float: none;
	height: 260px;
	width: 500px;
	margin-left: 250px;
	margin-right: 230px;
}
img {
	float: left;
}
#diagram {
	clear: right;
	float: left;
	height: 175px;
	width: 600px;
	border: thin none #F00;
}

