﻿@import url("header.css");
@import url("footer.css");
body
{
	background-color: #fbfbfb;
}
#containterDiv
{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #D4D2D2;
	background-color: #fff;
}
#searchDiv
{
	padding:5px;color:#4B4B4B; font-weight:bold;background-image:url(../images/search_bg.jpg); background-repeat:repeat-x;
}
#nav
{
 height:26px;
 background-image:url(../images/newsNav1.gif);
 background-repeat:repeat;
}

#main{ margin-top:8px;}
#m_left{ width:150px; float:left; background-image:url(../images/bg2.gif); background-repeat:no-repeat; background-position: right top;}
#m_right{ width:626px;border-top:solid 1px #E5E5E5; float:right; padding:4px 0 0 4px; margin-bottom:5px;}
#nav{ line-height:28px; height:28px;}
#m_left a{ display:block; width:135px; height:27px; line-height:27px; padding-left:5px; color:#00558D;border-left:solid 1px #E5E5E5;border-right:solid 1px #E5E5E5; margin-left:1px;}
#m_right_l{ float:left; width:444px;}
#m_right_r{ width:180px; float:right;}
#m_right_l p{ line-height:27px;}
#js{text-indent:25px;}

#m_left a:link          { background-image:url(../images/menuLBg.jpg);  background-repeat:repeat; }
#m_left a:visited       { background-image:url(../images/menuLBg.jpg);  background-repeat:repeat; }
#m_left a:active        { background-image:url(../images/menuLBg2.gif);  background-repeat:repeat; }
#m_left a:hover         { background-image:url(../images/menuLBg2.gif);  background-repeat:repeat; }

.titleNews
{
 border-width:1px;
 border-color:#B3D1CF;
 border-style:solid;
 background-color:#F2F7F7;
 height:26px;
 font-size:14px;
 line-height:28px;
 padding-left:15px;
 margin-top:2px;
 margin-bottom:7px;
}
