@CHARSET "UTF-8";
body {
	background: #e3e9ed;
	padding: 0;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, serif, sans-serif;
	font-size: 8.75pt;
	text-align: left;
	color: #6a6a6a;
}

div,span,td,table,img,form{
	padding: 0;
	margin: 0;
	border: 0;
}
h2{
	font-size: 18px;
	color: #2a2a2a;
	display: inline;		
}
p{
	margin: 0;
	padding-bottom: 10px;
}
select{
	font-size: 8.25pt;
}

h1{margin: 5px 0; padding: 0; font-size: 15pt; color: #1b62b7;}


a.blood:link, a.blood:visited,a.blood:hover, a.blood:active{
	color: #1b62b7;
}


a:link 
{
	color: #6e5751;
	font-weight: normal;
	text-decoration: none;
}
a:visited 
{
	color: #6e5751;
	font-weight: normal;
	text-decoration: none;
 }
a:hover 
{
	color: #6e5751;
	font-weight: normal;
	text-decoration: underline;
}
a:active 
{
	color: #6e5751;
	font-weight: normal;
	text-decoration: underline;
}

#global{
	
}
#top{
	width: 100%;
	height: 133px;
	background: url(../img/top_bg.png);
}

#top_content{
	margin: 0 auto;
	width: 899px;
	height: 133px;
	
}
#top_table{
	width: 100%;	
}
#top_left{
	
}
#top_right{	
	background: #f7fcff;		
}

#top_center{
	width: 899px;
	white-space: nowrap;
	background: #f7fcff;
}

#content{	
	width: 899px;
	margin: 0 auto;
	
	
}
#content_cantainer{
	float: left;	
	width: 899px;
	background: url(../img/content_bg.png);
	border-bottom: 1px solid #dad7db;
}
#content_left{
	padding: 28px 32px;
	width: 234px;
	float: left;
	
}

#content_right{

	float: left;
	width: 601px;
}
#content_content{
	width: 519px;
	padding: 28px 41px 0 41px;
	
}
#contnet_text{
	min-height: 300px;
	height: auto !important;
	height: 300px;
	
}
#navigator{
	width: 100%;
	padding-top: 20px;
}
#nav_left{
	float: left;		
}

#nav_right{
	float: right;	
}
#footer{
	width: 899px;
	padding: 25px 0px 85px 0px;
	clear: both;
	
}
#footer_left{
	width: 298px;	
	float: left;
}
#footer_right{
	width: 517px;	
	float: left;
	padding: 0 42px;
}

#copy{
	color: #6a6a6a;	
}
#copyright{
	float: left;	
}
#realization{
	float: right;
}
.horizontal_line
{	
	border: none;
	background-color: #a9c5d8;
	color: #a9c5d8;
	height: 1.5px;	
}	
.bolded{
	font-weight: bold;
	color: #2580b6;
}
#menu li {
	font-weight: bold;
	color: #2580b6;
	text-indent:-1em;
	list-style-type: none;
}

#menu li a{
	font-weight: bold;
	color: #2580b6;
	text-indent:-1em;
	list-style-type: none;
}

#menu li li {
	font-weight: normal;
	color: #2a2a2a;
	text-indent:-2em;
}

#menu li li a {
	font-weight: normal;
	color: #2a2a2a;
	
}



