body {
	background-color: #f0f0f0;
	color: #ffffff;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 14pt;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

h1, h2 {
	color: #005287;
	font-size: 20pt;
	font-weight: bold;
        text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}

input, select, textarea {
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #606060;
	font-family: arial;
	font-size: 10pt;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	width: 550px;
	}

input.submit {
	width: 150px;
	margin-left: 260px;
	background-color: #005287;
	border: 1px solid #005287;
	color: #ffffff;
	font-family: 'PT Sans Narrow', arial, sans-serif;
}

input#adminsubmit {
        width: 20%;
        margin-left: 40%;
}

input.newsform, textarea.newsform {
        width: 98%;
}

input.capcode {
       width: 136px;
}

img.capcode {
       display: inline-block;
       margin-top: 5px;
}

hr {
   background-color: #e0e0e0;
   border: 0px;
   height: 1px;
   width: 100%;
   margin: 20px 0px 20px 0px;
   padding: 0px;
}

.lighter {
       opacity: 50%;
}

.date {
       color: #a6a6a6;
       font-size: 10pt;
       display: inline-block;
       margin: 15px 0px 0px 0px;
}

.redlabel {
       color: #d70000;
       font-weight: bold;
}

div#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	box-shadow: 0px 0px 10px #c0c0c0;
}

div#topheader-left {
	background-color: #005287;
	color: rgba(255, 255, 255, 0.6);

	width: 440px;
	padding: 15px 0px 15px 20px;
	float: left;	
	font-weight: bold;
        border-bottom: 8px solid #a6a6a6;
}

div#topheader-left img {
        display: block;
        width: auto;
        height: 70px;
}

div#topheader-right {
	background-color: #005287;
	width: 520px;
        height: 72px;
	padding: 28px 10px 0px 10px;
	float: right;
	text-align: right;
	font-weight: bold;
        border-bottom: 8px solid #a6a6a6;
}
div#topheader-right a {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-decoration: none;
}

div#topheader-right a:hover {
	background-color: rgba(255, 255, 255, 0.15);

}

div#topimage {
	clear: both;
	width: 1000px;
        overflow: hidden;
}

div#topimage img {
        width: 1000px;
        border: 0px;
        margin: 0px;
        padding: 0px;
        display: block;
}

div#content {
	background-color: #ffffff;
	color: #606060;
	width: 960px;
	padding: 20px;
	clear: both;
	font-size: 12pt;
}

div#contact-message {
         color: #d70000;
         width: 100%;
         padding: 0px 0px 20px 0px;
         text-align: center;
         font-size: 18px;
         font-weight: bold;
}

div#contact-left {
	float: left;
	width: 380px;
}

div#contact-right {
	float: right;
	width: 562px;
}

div#contact {
	clear: both;
}

div#footer {
	background-color: #005287;
	color: #ffffff;
	padding: 20px;
	font-size: 10pt;
	text-align: center;
        border-top: 8px solid #a6a6a6;
}

@media only screen and (max-width: 767px) {
h1, h2 {
        font-size: 16pt;
}

input, select, textarea {
        width: 93%;
        padding: 10px 3% 10px 3%;
}

input.submit {
        width: 100%;
        margin: 5px 0px 0px 0px;
        padding: 10px 0px 10px 0px;
}

input#adminsubmit {
        width: 100%;
        margin-left: 0px;
}

input.newsform, textarea.newsform {
        width: 93%;
}

input.capcode {
       width: 93%;
}

img.capcode {
       display: inline;
       margin-top: 5px;
       width: 100%;
}

div#container {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        box-shadow: none;
}

div#topheader-left {
	background-color: #005287;
	color: rgba(255, 255, 255, 0.6);
	width: 100%;
	padding: 10px 0px 0px 0px;
        text-align: center;
        font-size: 18pt;
	font-weight: bold;
        clear: both;
        border: 0px;
}
div#topheader-left img {
        margin: 0 auto;
}

div#topheader-right {
	background-color: #005287;
	width: 100%;
        height: auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
        font-size: 10pt;
	font-weight: bold;
        clear: both;
        border-bottom: 6px solid #a6a6a6;
}

div#topheader-right a {
	display: inline-block;
	padding: 10px 15px 10px 15px;
        margin: 0px 5px 0px 5px;
	color: #ffffff;
        text-align: center;
	text-decoration: none;
}

div#topheader-right a:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

div#topimage {
	clear: both;
	width: 100%;
        overflow: hidden;
}

div#topimage img {
        width: 100%;
        border: 0px;
        margin: 0px;
        padding: 0px;
        display: block;
}

div#content {
	background-color: #ffffff;
	color: #606060;
	width: 90%;
	padding: 20px 5% 20px 5%;
	clear: both;
	font-size: 12pt;
}

div#contact-left {
	width: 100%;
        clear: both;
}

div#contact-right {
	width: 100%;
        clear: both;
}

div#footer {
	background-color: #005287;
	color: #ffffff;
        width: 90%;
	padding: 15px 5% 15px 5%;
	font-size: 10pt;
	text-align: center;
        border-top: 6px solid #a6a6a6;
}
}