.footer-nav-copyright {
    max-width: 960px !important;
	margin: 0 auto !important;
	color: initial !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: initial !important;
}

.NavigationListItem {
	display: block !important;
}

.footer-content {
	background-color: initial !important;
}

.footer-copyright p {
	color: #fff !important;
}

#hd {
    background-color: #002A84;
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}



.rmText {
    color: #fff;
}

#masterHeaderBackground, .header {
    border-bottom: 0px;
}

.header-bar h2 {
    color: #002A84;
}

.header-bar {
    border: 0px;
    border-bottom: 2px solid #00a9e0;
}

/*Hides the stupid white line.*/
#ctl01_ButtonPanel {
    display: none;
}

#content-block #col1 p.button a {
    background-color: #002A84;
}

#ft {
   background-color: #002A84; 
}

input, select {
   border-radius: 4px !important;
   margin-bottom: 10px;
   margin-left: 5px; 
}

input[type="submit"] {
    border: none;
    background-color: #002A84;
    color: #fff;
    padding: 1em;
    margin-top: 5px;
}

input[type="submit"]:hover {
   background-color: #00a9e0;   
}







