.breadcrumb{
    background: #f1f1f1;
}

.breadcrumb a{
    color: #0645AD;
}

#leftmenu{
    color: #fff;
    padding: 0px 0px 20px 0px;
}

#leftmenu ul{
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.homemenuitem{
    background: #2ea9b0;
    color: #fff !important;
}

.homemenuitem:hover{
    text-decoration: none !important;
}


#leftmenu li{
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#leftmenu li a{
    color: #5b5b5b;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    display: block;
}

#leftmenu li a:hover{
    text-decoration: underline;
}

#leftmenu i{
    text-decoration: none;
    padding: 0px 10px 0px 0px;
}

.current{
    color: #193E72 !important;
    font-weight: bold;
}

    

.ulleveltwo{
    margin: 0px 0px 0px 10px;
}  

    

.lileveltwo{
    margin: 0px 0px 0px 10px;
}  

.maincontent a{
   color: #0645AD;
}

@media only screen and (max-width: 991px){
    .floatright {
    	display: block;
    	text-align: center;
    }
}

.pubrow{
    min-height: 90px;
}

.pubicon{
    font-size: 60px;
}

.yearbutton{
    display: block;
    padding: 17px 10px 17px 10px;
    width: 100%;
    color: #fff !important;
    background: #193e72;
    font-size: 36px;
    text-align: center;
    margin: 0px 0px 15px 0px;
  border-radius: 10px;
}

.yearbutton:hover{
    text-decoration: none;
    background: #3b5f94;
}

@media only screen and (min-width: 992px) {
	.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
    
}


h1 {
	color: #193e72;
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h2 {
	color: #193e72;
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h3 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h4 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h5 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

.spacer{
    padding: 5px 0px 5px 0px;
}