@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
html {
}
body {
font-family: 'Roboto Condensed', sans-serif;
line-height: 1.6;
font-weight: normal;
text-align: justify;
font-size:16px;
margin: 0;
border: 0;
padding: 0;
}




p {
 margin:10px 0;
}

a{
    color: #01689b;	text-decoration:none;
}
a:hover{	color: #01689b;	text-decoration:none;
}

h1{
	font-size:22px;
	color: #01689b;
 	text-align: left;
}


h2{	font-size:20px;	color: #01689b;
}

h3{	font-size:18px;
	color: #01689b;
}

h4{	font-size:16px;
	color: #01689b;
}

.container {
	margin:0 auto;
    width: 1050px;
}


.clear{	clear:both;}
header{	display: block;}

.logo{	width:435px;
	float:right;
	padding:0 0 0 65px;
	background:url('../images/logo.png') left top no-repeat; #fff;
	margin:0 0 20px 0;}

.logo a{	display: block;	padding:5px 0;
	font-size:28px;
	color: #01689b;
}

.logo div{	padding:0 0 0 70px;
	text-align: right;
	font-size:14px}

.bluebg{	background-color: #01689b;
	min-height: 70px;}

.picbg{	background:url('../images/pic.jpg') center top no-repeat; #fff;
	height:168px;}

.topmenu{
     float:left;
}


.topmenu ul{	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;}


.topmenu ul li{	display: inline-block;
}

.topmenu ul li a{	display: block;
    padding:20px 20px 10px 20px;
    color:#fff;
   font-size:20px;
 	border-bottom:1px solid #01689b;
}

.topmenu ul li a:hover{
	border-bottom:1px solid #fff;
}

.bk{	border:1px solid #01689b;
	padding:5px;
 	text-align: left;}


.rightmenu{	width:300px;
	float:right;
	border:1px solid #01689b;
	margin:15px 0 0 0;
}

.rightmenu h3{
	margin:10px 0 0 10px;
}

.rightmenu ul{
    padding: 0;
    margin: 10px;
}

.rightmenu li {
    list-style: none;
    margin: 0px;
}

.rightmenu li a {	display: block;
   font-size:20px;

}

.rightmenu li a {
	display: block;
   font-size:20px;
}

.rightmenu li a:hover {
	color: #154273;
}



.content{
	width:730px;
	float:left;

}

footer, #footer{	background-color: #01689b;
	margin:10px 0 0 0;
	padding:20px 0;
	color:#fff;}

footer, #footer a{

	color:#fff;
}


table tr td{
	border-width: 1px!important;
	border-style: solid!important;
	padding:5px;
	margin:1px;
}

.search{	display:none;
	float:right;
	margin:25px 0 0 50px;

}

.formsearch{
		height:30px;
		margin:5px;
	padding:0;
	border:1px solid #fff;
	border-radius:0px;
	width:250px;
}

.searchbody{
	color:#fff;
	float:left;
	height:28px;
	width:200px;
	background: none;
	border: 0;
	margin: 0;
	outline: none;
	padding: 2px 0 0 8px;
	line-height:1;
	vertical-align: top;

}

.searchimage{
	float:right;
	padding:0;
	background: #none;
	border-radius:0 8px 8px 0;
	height:30px;
	width:40px;
	align:right;
}