#topmenu a {
	#color: rgb(247, 149, 29);
	color: rgb(81, 118, 174);
	font-weight: bold;
	font-size: 18px;
}

#topmenu a:hover {	
	#color: rgb(247, 149, 29);
	color: #033C60;
}

.heading {
	background-color: rgb(81, 118, 174);
	color: #ffffff;
}

body {
	font-family: Arial, sans-serif;
	color: #333333;
}

a {
	color: rgb(81, 118, 174);
	text-decoration: underline;
}

a:hover {
	#color: rgb(247, 149, 29);
	color: #033C60;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(81, 118, 174);
    margin-top: 10px;
}

.btn-group {
	width: 180px;	
}

#top {
	margin-top: 30px;
	margin-bottom: 20px;    		
}

#logo {
	width: 200px;
	margin-left: 20px;
}

#topmenu {
	margin-right: 20px;
}

#topmenu a {
	text-decoration: none;

}

.nav-item {
	margin: 0px 20px;
}

#banner {
	width: 100%;
	border-radius: 6px;
}

.content {
	margin-top: 30px;    		
	padding: 0px 20px;
}

.verticalLine {
	margin: 0 auto;
	height: 100%;
	width: 1px;
	border: 1px solid #cccccc;
}

.heading {
	margin-top: 60px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 6px;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: rgb(81, 118, 174); !important;
    border-color: #ffffff !important;
}

.btn-primary:hover {			
	background-color: #033C60 !important;
}