div.aptBtn:hover {
   background-color: #3477ac;
}
div.linkMenu { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #005596;
	height: 29px;
	overflow: hidden;
	border: none;
	font-size: 14px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	display:block;
	height:auto;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
	width: 50%;
	font-size: medium;
   }
select.linkMenu {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   border: 0;
   color: white;
   background: #005596;
   font-size: 20px;
   font-weight: bold;
   padding: 2px 10px;
   width: 100%;
   *width: 350px;
   *background: #005596;
}
div.aptBtn {
    border: 1px black solid;
	padding-left:10px;
	margin-top:20px;
	padding-top:0px;
	display:block;
	background:#005596;
	height:72px;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 50%;
	font-size: medium;
}
div.aptBtn.ul.a.li{
	height:72px;
}

.topbar {
	float:top;
	width:100%;
	background-color: #005596;
	text-align: center;
	font-weight: bold;
	color: white;
	height: auto;
	overflow: auto;
}
.left-column {
	float:left;
	width:77%;
	margin-bottom: 25px;
}
.right-column {
	float:right;
	width:23%;
}
.right-column-content {
	padding-left:10px;
	padding-right:10px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-color: #005596;
	color: white;
	margin-left: 5px;
}
@media screen and (max-width:1100px) {
	.left-column, .right-column {
		width:65%;
		margin-bottom: 25px;
	}
	.right-column {
		width:35%;
		margin-top: 0px;
	}
}
@media screen and (max-width:860px) {
	.left-column, .right-column {
		float:none;
		width:auto;
		margin-bottom: 25px;
	}
	.right-column-content {
		padding-: 15px;
		margin-top: 0px;
	}
}

