@charset "UTF-8";
/* CSS Document */

body {
	background-color: #006CB9;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#page {
	background: #fff;
	width: 312px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 20px 8px 20px 8px;
}
#nav {
	width: 314px;
	height:auto;
	margin: 15px auto 0px auto;
	padding:0;
}
#nav a {
	display:inline-block;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#006CB9;
	padding:5px;
	margin:3px;
	width:141px;
	height:auto;
	font-size:14px;
	color:#fff;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#nav a:hover, #nav a:active {
	background:#F01849;
	color:#fff;
}
#nav a.first {
	background:#F01849 !important;
}
#nav a.active{
	background:#F01849 !important;
}
.top-image{
   margin-bottom:20px;
}
p {
	font: 12px Arial, Helvetica, sans-serif;
	font-size: 1rem;  /* added gwj March 2017 */
	color: #000000;
	padding: 0 10px 12px 10px;
	margin: 0;
	text-align:left !important;
	line-height:1.5em;
}
p.center {
}
h1 {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #F01849;
	font-weight: bold;
	font-style: italic;
	padding: 15px 8px 12px 10px;
	margin: 0;
	text-align: center;
	line-height: 22px;
}
h2 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight: normal;
	font-style: italic;
	padding: 0px 10px 12px 10px;
	margin: 0;
	text-align: center;
	line-height: 1.6;
}
h2 span{
    display: block;
    margin-top: 15px;
    color:#F01849;
}
h3 {
	font: 15px Helvetica, Arial, sans-serif;
	color: #009fb3;
	font-weight: bold;
	padding: 0px 35px 3px 35px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
ul {
	margin: 0 30px 22px 45px;
	padding: 0;
/*	font: 12px Arial, Helvetica, sans-serif;*/
	font: 1em Arial, Helvetica, sans-serif; /*gwj March 2017 */
	text-align: left;
	line-height: 18px;
}
ul li {
	padding: 0;
	margin: 0;
/*	line-height: 18px;*/
	line-height: 1.6;
	}
a:link, a:visited, a:active {
	color: #F01849;
	text-decoration: none;
}
a:hover {
	color:#F01849;
	text-decoration: none;
}
a.active {
	color: #F01849;
}
.clear {
	clear:both;
}
.text-center{
    text-align:center;
}
.text-right{
    text-align:right;
}
#footer {
	width: 240px;
	height: auto;
    padding: 5px 30px;
	margin: 0px auto;
}
#footer p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006CB9;
	text-align: center !important;
	line-height:1.5em;
	margin-bottom:10px;
	padding:0;
}
#footer a
{
background:none;
color:#006CB9;
font: 12px Arial, Helvetica, sans-serif;
margin:0px;

}
#footer a:link, #footer a:visited, #footer a:active {
	color:#006CB9;
	text-decoration: underline;
}
#footer a:hover {
	color: #006CB9;
	background:none !important;
	text-decoration: none;
}
#footer .footer-left-logo{
    float:left;
}
#footer .footer-right-logo{
    float:right;
}