body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #aaa/*#c30000*/;
	margin: 10px; /* 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 #container table {
	width:100%;
}/**/

.table_lt , .table_rt, .table_lb, .table_rt  {width:30px;height:30px;}
.table_lt {/*background:url(/images/table_lt.gif) no-repeat;*/}
.table_rt {/*background:url(/images/table_rt.gif) no-repeat;*/}
.table_lb {/*background:url(/images/table_lb.gif) no-repeat;*/}
.table_rb {/*background:url(/images/table_rb.gif) no-repeat;*/}
.table_ct {/*background:url(/images/table_ct.gif) repeat-x;*/}
.table_cb {/*background:url(/images/table_cb.gif) repeat-x;*/}
.table_lm {/*background:url(/images/table_lm.gif) repeat-y;*/}
.table_rm {/*background:url(/images/table_rm.gif) repeat-y;*/}

.main #header {
	border-bottom: 2px solid #ad1700;
	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. */
}
.main #header img{
	border:0px;
}
.main #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.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: 10px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #ad1700;
}
.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: #ad1700;
	text-decoration: none;
}
.main #menu a:hover {
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #777777;
	text-decoration: none;
}

.main #main_content {
	float: left;
	width: 748px;
	padding: 0px 0px 0px 0px;
	margin:0;
}
.main #content{
	float:right;
	width: 540px;
	padding: 20px 0;
}
.main #content h1{
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size:16px;
	color: #ad1700;
	font-weight: bold;
}
.main #content h2{
	margin: 0;
	padding: 0 20px 10px 10px;
	font-size:14px;
	color: #ad1700;
	font-weight: bold;
}
.main #content a.title{
	margin: 0;
	padding: 10 0px 0px 0px;
	font-size:14px;
	color: #ad1700;
	font-weight: bold;
}
.main #content a.title:hover{
    color: #777777;
}
.main #content h3{
	margin: 0;
	padding: 0 20px 10px 20px;
	font-size:12px;
	color: #ad1700;
	font-weight: bold;
}
.main #content h4{
	margin: 0;
	padding: 0 20px 10px 20px;
	font-size:10px;
	color: #ad1700;
	font-weight: bold;
}
.main #content p {
	font-size:14px;
	margin: 0;
	padding: 0px 10px 5px 10px;
	color: #333333;
}
.main #content p.data {
	font-size:9px;
	margin: 0;
	padding: 0px 10px 0px 10px;
	color: #999999;
}
.main #content ol, ul, li {
	font-size:11px;
	margin: 0 20px;
	padding: 0px 5px 5px 5px;
	color: #555555;

}
.main #content a {
	margin: 0;
	padding: 0px 0px 5px 0px;
	color: #777777;
	text-decoration: none;
}
.main #content a:hover {
	margin: 0;
	padding: 0px 0px 5px 0px;
	color: #ad1700;
	text-decoration: none;
}
/*.main #content img {
	border: 0;
	float: left;
	padding: 0 10px 5px 10px;
}
.main #content tr, td {
	padding-left:10px;
	vertical-align:top;
	font-size:10px;
}*/

.main #right_bar {
	margin: 0 0 0 750px;
	padding: 20px 0px;
}

.main #left_bar {
	margin: 0 540px 0 0px;
	padding: 20px 0px;
}
.main #left_bar p, .main #right_bar p {
	margin: 0;
	padding: 0px 10px 5px 0px;
	font-size:12px;
	color: #444444;
}
.main #left_bar a, .main #right_bar a {
	margin: 0;
	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;
	padding: 0 10px 5px 10px;
	font-size:10px;
	color: #777777;
	text-decoration: none;
}
.main #left_bar h3, .main #right_bar h3{
	font-size:14px;
	font-weight:bold;
	color:#ad1700;
	padding: 0px 0px 10px 0px;
	margin:0;
}

.main #end {text-align:center;}
.main #end, .main #end a {color:#777; font-size:9px;}

.main #group{
	margin: 0;
	padding: 0 10px 5px 10px;
	font-size:12px;
	color: #ad1700;
	font-weight: bold;
}

.main #navigate_link{
	color: #ad1700;
}
.main #navigate_link a{
	color: #ad1700;
}
.main #navigate_link a:hover{
	color: #333333;
}

.main #article_block{
	background: #ad1700;
	border-top: solid #ad1700 2px;
	border-bottom: solid #ad1700 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;
	padding: 0 10px;

}

.main #footer {
	padding: 3px 0px 3px 0px;
	border-bottom: 2px solid #ad1700;
	color:#ad1700;
}
.main #footer a {
	text-decoration:none;
	color:#ad1700;
}
.main #footer a:hover {
	text-decoration:none;
	color:#999999;
}
.main #footer p {
	font-size:12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.nnn_teaser_title { font: normal 12px Arial, Serif; color: #ad1700; }
.nnn_link_title { font: normal 12px Arial, Serif; color: #ad1700; }


.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;
}

