body {
  color: #000000;
  font-size: 14px;
  background: #3a3a3a;
  line-height:22px;
}
.container{
	max-width:960px;
}
.bg{
	background:#FFF;
}
#logo{
	padding:20px 0 15px 0;
	display:inline-block;
	width:100%;
}
#logo h1 {
    color: #225799;
    font-family: century gothic;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#logo h1 small{
	padding:0 15px;
	color:#000;
}
.navbar{
	font-family: Century Gothic;
}
.navbar-default{
	background:none;
	border-radius:0;
	border-left:0;
	border-right:0;
	border-bottom:0;
	margin-bottom:0;
}
.navbar-default .navbar-nav > li > a{
	color:#225799;
	font-size:14px;
}
.header{
	margin-bottom:20px;
}
.header img{
	border:4px solid #e4e4e4;
	max-width:100%;
}
h1{
	font-size:26px;
	font-family: Century Gothic;
	line-height:32px;
}
.text-underline{
	text-decoration:underline;
}
h4{
	font-family: century gothic;
}
.new-warning{
	background:#feffd5;
	border:1px solid #ffeb70;
	border-radius:0;
	color:#000;
	font-size:12px;
}
.new-warning h4{
	color:#225799;
}
.new-warning a{
	color:#000;
	text-decoration:underline;
}
#footer{
	background:#dadada;
	border-top: 2px solid #2765af;
	padding-top:20px;
	padding-bottom:20px;
	font-family: century gothic;
	font-size:12px;
}
#footer a{
	color:#000;
	padding: 0 5px 0 0;
    text-decoration: underline;
}
.img-left{
	float:left;
	margin:0 15px 10px 0;
}
.img-right{
	float:right;
	margin:0 0px 10px 15px;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.links i{
	padding-right:7px;
}
.links a, a.links{
	color:#000;
	text-decoration:underline;
}
.margin-bottom-0px{
	margin-bottom:0;
}
.links small{
	font-size:12px;
	color:#666;
}
.padding-left-15px{
	padding-left:15px;
}
h2{
	font-size:22px;
	font-family: Century Gothic;
	color:#225799;
}
h2 span{
	font-size:14px;
}
h2.black{
	color:#000;
}
h2 span.red, .red{
	font-size:18px !important;
	color:#F00;
	padding:0 0 0 5px;
}
h5{
	color:#225799;
}
.italic{
	font-size:12px;
	font-style:italic;
}
.new-warning span.red{
	font-size:13px !important;
	padding:0;
	font-weight:bold;
}
h2.black_1{
	color:#000;
	font-size:18px;
	font-weight:bold;
}
.padding-bottom-150px{
	padding-bottom:150px;
}
.new-warning h2{
	padding:0;
	margin:0;
}
.navbar-toggle{
	width:100%;
	padding:15px 10px;
	margin:10px 0;
}