.contain-to-grid {background: none repeat scroll 0 0 white !important; } 
.row { max-width: 1200px; }

.top-bar {background: none repeat scroll 0 0 #003064 !important; max-width:1200px !important; }
.top-bar-section li:hover:not(.has-form):not(.active)>a:not(.button){background: black !important}
.top-bar-section li:not(.has-form) a:not(.button) { background: none repeat scroll 0 0 #003064 !important;}
.top-bar-section .has-form { background: #003064 !important; }
.top-bar-section ul li { background: #003064 !important; }	/*#0025ae*/

.icon-bar {background: none repeat scroll 0 0 #003064 !important; }

h1 { font-size:1.5em !important; }
h2 { font-size:1.2em !important; }
h3 { font-size:1em !important; }
h4 { font-size:0.8em !important; }

.header { background:#003064; color:white !important; }

.bgimg { background-image: url('/images/grassfoot.jpg'); }
.disclaimer { background-color: grey !important; color:white; font-size:0.7em !important; }
.disclaimer a { color:yellow }
.disclaimer a:hover { color:white }
.disclaimer a:active { color:yellow }

.copyright { background:#003064; color:white }
.copyright p { color:white; font: bold 10px "Trebuchet MS", Verdana, Arial; }
.copyright a { color:white }
.copyright a:hover { color:yellow }
.copyright a:active { color:white }

.SponsorWithBg table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: none;
}

::-webkit-input-placeholder { /* Chrome */
  color: lighgrey;
}
:-ms-input-placeholder { /* IE 10+ */
  color: lightgrey;
}
::-moz-placeholder { /* Firefox 19+ */
  color: grey;
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: grey;
  opacity: 0.5;
}