@charset "utf-8";
/* CSS Document */

#ourblog{
float: left;
width: 956px;
text-align: left;
border: 5px solid rgb(213, 215, 212);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
#bloghead{
margin: 0px;
height: 25px;
color: rgb(0, 0, 0);
padding-top: 4px;
font-size: 16px;
font-weight: bold;
font-family: System;
}
#bloghead .titlehead{
	height: 33px;
	line-height: 33px;
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 1px;
	margin-left:370px;
	color: #000;
}
#bloghead .linkblog{
	float:right;
}
#bloghead .linkblog a{
	 padding-left:2px;color:#003873;font-size:12px; line-height:16px; font-weight:bold;
}
#bloghead .linkblog a:hover {
	border:none;padding-left:2px;color:#FF0000;text-decoration:none;font-size:12px; line-height:13px;
}
.blogarea{
	width:100%;
}
.blogarea .blogtitle{
	position:relative;
	left:0;
	top:0;
	height:20px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color: rgb(61, 91, 177);
}
.blogarea .blogtitle a{
	 padding-left:2px;color:#003873;font-size:12px; line-height:16px; font-weight:bold;
}
.blogarea .blogtitle a:hover{
	border:none;padding-left:2px;color:#FF0000;text-decoration:none;font-size:12px; line-height:13px;
}
.blogarea .blogcon{
	overflow:hidden;
	height:70px;
	font-size: 12px;
	color: rgb(0, 0, 0);
	text-align:left;
	
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
line-height: 18px;
font-family: Arial;
}
.border1{
	border-width: 1px;
	border-style: dotted none   dotted  none;
	border-color: #cccccc #cccccc #cccccc #cccccc;
}
.border2{
	border-width: 1px;
	border-style:  none none dotted  none;
	border-color: #cccccc #cccccc #cccccc #cccccc;
}
.border3{
	border-width: 1px;
	border-style:  none none dotted  none;
	border-color: #cccccc #cccccc #cccccc #cccccc;
}
#blogcontent ul{
	padding: 0px;
	margin: 0px;
	list-style: none outside none;
}