/* CSS Document */

.nav-header {line-height: 27px; color: #ccc; text-transform: inherit; font-size: 13px; font-weight: normal; text-shadow: none;}

.well .nav > li > a {
    border-bottom: 1px solid #666; line-height: 1.5;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	padding: 7px 0 7px 0;}

.well {
		font-family: "Open Sans",sans-serif; font-size: 16px;}
		
li {
    line-height: 1.5;
	padding-bottom: 10px;
}

body {
    
    font-family: "Times New Roman"; font-size: 19px; line-height: 24px; }

.body .container {background-color: rgb(255, 250, 233);}

container {
    max-width: 1150px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1150px;
}

.navigation {
	font-size: 13px;
	background-color:#036;
		font-family: "Open Sans",sans-serif;

	margin-top: -11px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-pills > li > a {color: #ccc;}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: ##0088cc;
}


.brand {width: 100%;}

dt, dd {
    line-height: 22px;
}

dl {
    font-size: 16px;
}

@media (max-width: 960px) {
    .container {max-width: 960px;}
    .container {width: 960px;}
}