@import 'common.css';

body{
    background-color:#eee;
}

#main-content{
    background-color:#fff;
}

#site-banner { 
	border-top: solid 4px #001F5B;
	border-bottom: solid 4px #c80e24;
}

#site-branding {
    background-color: #001f5b;
}

#site-branding a {
    color: #fff;
}

.navbar {
    background-color: #001f5b;
}

table.table thead tr{
    background: #001F5B;
    border: 1px solid #001f5b;
    color: #fff;
}

table.table tbody{
    border: 1px solid #ccc;  
}


footer {
    background: #001F5B;
    height: 2em;
    color:#fff;
    text-align: center;
}
