body{
	font-size:13px;
	font-family:arial;
	width:960px;
	margin: 0 auto;
}
a {
	text-decoration:none;
}
a {	color: #105CB6; outline: none; }
a:visited { color: #105CB6; }
a:hover, a:focus { color: #003; }
a:active { color: #000; }

/*header*/

div.header{
	width:940px;
	border:0px #a0a0a0 dotted;
	margin: 0 auto;
	height:115px;
	border-bottom:1px #004276 solid;
}
div.header img{
	border:0px;
}

/*div.header{
	width:940px;
	background:#0077bb;
	border:0px #a0a0a0 dotted;
	margin:0 auto;
	padding:10px;
	border-bottom:3px #004276 solid;
	height:70px;
	color:#FFFFFF;
}
div.header a{
	color:#F1F1F1;
}
div.header img{
	border:0px;
}
*/
div.left-side {
	width:340px;
	float:left;
	border:0px #a0a0a0 dotted;
	padding-top:15px;
}

div.left-side div.left-box {
	width:298px;
	margin:0;
	padding-left:20px;
	padding-right:20px;
	border-left:1px #DEDEDE solid;
	border-right:1px #DEDEDE solid;
	overflow:hide;
}

div.left-side div.title {
	padding-bottom:4px;
}
div.left-side div.title img{
	margin-right:6px;
}
div.left-side div.title a{
	color:#004276;
	line-height:14px;
	font-weight:normal;
	text-decoration:underline;
	font-size:18px;
}
/*content*/
div.content{
	width:600px;
	margin:0 auto;
	border:0px #a0a0a0 dotted;
	float:right;
	padding-top:15px;
	padding-left:20px;
}
div.content div.item{
	float:left;
	width:600px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px #F0F0F0 solid;
}

div.content div.item a{
	border:0;
}

div.content div.item a img{
	border: 1px #D8D8D8 solid;
	margin-right:10px;
}

div.content div.item div.title a{
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 18px;
	color: #1462c1;
}
div.content div.item div.description {
	font-family: arial;
	font-size:14px;
}

div.content div.item div.url_link{
	width:100%;
	margin-top:5px;
}
div.content div.item div.url_link a{
	color: #AAAAAA;
}

.search{
	margin-bottom: 8px;
}
.inputtext{
	background-image: url(images/search_bg.png);
	background-repeat: repeat-x;
	width: 330px;
	height: 21px;
	padding: 0px 0 0 10px;
	color: #333333;
	border: 0px;
}
.inputsubmit{
	border:1px solid #cccccc;
	color: #004276;
	background-color: white;
	font-weight:bold;
}

div.footer {
	width:960px;
	background:#00a1ff;
	height:60px;
	float:left;
}


