body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 10px 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;
}
.main #container {
	width: 1024px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #header {
border-top: 2px solid #2964a6;
border-bottom: 2px solid #2964a6;
	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. */
	margin: 0;
}
.main #logo {
	width:250px;
	float:left;
	height: 114px;
	padding: 40px 0 0 0;
	margin: 0;
	text-align: center;
}
.main #logo img{
padding:0;
margin:0;
border:0;
}
.main #top_bg {

	width:539px;
	float:right;
	height: 154px;
	background-image: url(/images/top_bg.gif);
}
.main #top_img {
	border-left: 2px solid #2964a6;
	border-right: 2px solid #2964a6;
	margin: 0px 541px 0 252px; /* 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 */
	height: 154px;
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(/images/top_img.jpg);
}

.main #menu {
/*border-bottom: 2px #2964a6 solid;*/
height:24px;
}
.main #menu p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-weight:bold;
	padding: 5px 10px 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #2964a6;
}
.main #menu a {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 0px 0px 0px;
	color: #2964a6;
	text-decoration: none;
}
.main #menu a:hover {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 0px 0px 0px;
	color: #777777;
	text-decoration: none;
}

.main #main_content {
	float: left; /* since this element is floated, a width must be given */
	width: 800px; /* 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 */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin:0;
}
.main #right_bar {
	margin: 0 0 0 800px; /* 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: 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main #left_bar {
	margin: 0 547px 0 0px; /* 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: 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main #left_bar h3, .main #right_bar h3 {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0 10px 5px 10px;
	font-size:12px;
	color: #2964a6;
	font-weight: bold;
}
.main #left_bar h4, .main #right_bar h4 {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 20px 5px 20px;
	font-size:9px;
	color: #2964a6;
	font-weight: bold;
}
.main #left_bar p, .main #right_bar p {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 10px 5px 10px;
	font-size:10px;
	color: #444444;
}
.main #left_bar a, .main #right_bar a {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0 10px 5px 10px;
	font-size:10px;
	color: #111111;
	text-decoration: none;
}
.main #left_bar a:hover, .main #right_bar a:hover {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0 10px 5px 10px;
	font-size:10px;
	color: #777777;
	text-decoration: none;
}
.main #block {font-size:9px;color:#777;text-align:center;}
.main #block a{font-size:9px;color:#777;}

.main #group{
	margin: 0;
	padding: 0 10px 5px 10px;
	font-size:12px;
	color: #2964a6;
	font-weight: bold;
}
.main #date{
	margin: 0;
	padding: 0px 10px 0px 10px;
	font-size:9px;
	color: #2964a6;
	font-weight: bold;
}

.main #content{
	float:right;
	width: 547px;
	padding: 20px 0;
}
.main #content h1{
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0 20px 10px 20px;
	font-size:16px;
	color: #2964a6;
	font-weight: bold;
}
.main #content h2{
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0 20px 10px 20px;
	font-size:14px;
	color: #2964a6;
	font-weight: bold;
}
.main #content h3{
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0 20px 10px 20px;
	font-size:12px;
	color: #2964a6;
	font-weight: bold;
}
.main #content h4{
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0 20px 10px 20px;
	font-size:10px;
	color: #2964a6;
	font-weight: bold;
}
.main #content p {
	font-size:12px;
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 20px 5px 20px;
	color: #333333;
}
.main #content ol, ul, li {
	font-size:11px;
	margin: 0 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 5px 5px 5px;
	color: #555555;
	/*list-style: none;   */
}
.main #content a {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 0px 5px 0px;
	color: #777777;
	text-decoration: none;
}
.main #content a:hover {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 0px 5px 0px;
	color: #2964a6;
	text-decoration: none;
}
.main #content a.title{
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0 0px 10px 0px;
	font-size:14px;
	color: #2964a6;
	font-weight: bold;
}
.main #content a.title:hover {
    color: #777777;
}
.main #content img {
	border: 0;
	float: left;
	padding: 0 10px 5px 10px;
}
.main #content tr, td {
	vertical-align:top;
	font-size:10px;

}
.main #navigate_link{
	color: #2964a6;
}
.main #navigate_link a{
	color: #2964a6;
}
.main #navigate_link a:hover{
	color: #333333;
}

.main #article_block {
	background: #2964a6;
	border-top: solid #2964a6 2px;
	border-bottom: solid #2964a6 2px;
	padding: 0px 10px 0px 10px;
	font-size:14px;
	color: #ffffff;
	font-weight: bold;
}

.main #article_item {
    background-image: url(/images/r_arr_s.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;

}

.main #footer {
border-bottom: 2px solid #2964a6;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:24px;
}
.main #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 */
}
.main #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: 5px 10px 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #333333;
}
.main #footer a {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 0px 0px 0px;
	color: #555555;
	text-decoration: none;
}
.main #footer a:hover {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0px 0px 0px 0px;
	color: #333333;
	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;
}
.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;
}