div.toptitle {
	width:				100%;
	height:				40px;
	background-color:	#fff;
	border-bottom:		1px solid #828282;
	text-align:			center;
	
}

div.toptitlelogo {
	width:				720px;
	height:				40px;
	display: 			block;
	margin: 			0 auto;
	text-align: left;
}

div.toptitlelogo  a.menua {
	width: 110px;
	border-right: 1px solid #317dd3;
	font-family: 'Open Sans';
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-top: 12px;
	font-size: 10pt;
}
div.toptitlelogo  a.last {
	border:0px;
}

div.bannerend {
	width:				100%;
	border-bottom:		1px solid #828282;
}

div.pagetitle {
	height: 150px;
	width:100%;
	display: block;
	background-color:	#317dd3;
	overflow: hidden;
	text-align: center;
}

div.titleobject {
	background-color:	#317dd3;
	height: 150px;
	overflow: hidden;
	width: 100%;
}

@media only screen
and (max-width : 761px)
and (min-width : 500px){
	div.toptitlelogo {
		width:	100%;
	}
	div.toptitlelogo img {
		margin-left: 10px;
	}
	div.titleobject {
		height:	101px;
	}
	div.titleobject img {
		height:	100%;
	}
	div.pagetitle {
		height:	101px;
	}
}

@media only screen
and (max-width : 599px) {
	div.toptitlelogo a.menua {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}


@media only screen
and (max-width : 499px) {
	div.toptitlelogo {
		width:	100%;
	}
	div.toptitlelogo img {
		margin-left: 10px;
	}
	div.titleobject {
		height:	73px;
	}
	div.titleobject img {
		height:	100%;
	}
	div.pagetitle {
		height:	73px;
	}
}

@media only screen
and (max-width : 370px) {
	div.toptitlelogo  a.menua {
		width: 90px;
	}
}
