@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/flag.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
table {
	margin-right: auto;
	margin-left: auto;
}
/*NAVIGATION*/
#about {
	background-image: url(images/about_off.jpg);
	height: 60px;
	width: 134px;
	float: left;
	margin-left: 52px;
}
#about:hover {
	background-image: url(images/about_on.jpg);
}
#abouton {
	background-image: url(images/about_stay.jpg);
	height: 60px;
	width: 134px;
	float: left;
	margin-left: 52px;
}
#store {
	background-image: url(images/store_off.jpg);
	height: 60px;
	width: 131px;
	float: left;
}
#store:hover {
	background-image: url(images/store_on.jpg);
}
#storeon {
	background-image: url(images/store_stay.jpg);
	height: 60px;
	width: 131px;
	float: left;
}
#blog {
	background-image: url(images/blog_off.jpg);
	height: 60px;
	width: 117px;
	float: left;
}
#blog:hover {
	background-image: url(images/blog_on.jpg);
}
#blogon {
	background-image: url(images/blog_stay.jpg);
	height: 60px;
	width: 117px;
	float: left;
}
#history {
	background-image: url(images/history_off.jpg);
	height: 60px;
	width: 156px;
	float: left;
}
#history:hover {
	background-image: url(images/history_on.jpg);
}
#historyon {
	background-image: url(images/history_stay.jpg);
	height: 60px;
	width: 156px;
	float: left;
}
#media {
	background-image: url(images/media_off.jpg);
	height: 60px;
	width: 140px;
	float: left;
}
#media:hover {
	background-image: url(images/media_on.jpg);
}
#mediaon {
	background-image: url(images/media_stay.jpg);
	height: 60px;
	width: 140px;
	float: left;
}
#contact {
	background-image: url(images/contact_off.jpg);
	height: 60px;
	width: 164px;
	float: left;
}
#contact:hover {
	background-image: url(images/contact_on.jpg);
}
#contacton {
	background-image: url(images/contact_stay.jpg);
	height: 60px;
	width: 164px;
	float: left;
}
/*END NAVIGATION*/



h3 {
	font-size: 25px;
	color: #810000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


#main {
	width: 930px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #001A7F;
	border-left-color: #001A7F;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding: 15px;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #1E3391;
	height: 100px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	border: 1px solid #001A7F;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
}
#title:hover {
	background-image: url(images/title-on.jpg);
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#fingertip {
	height: 43px;
	width: 67px;
	margin-left: 142px;
	background-image: url(images/fingertip.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 0px;
}
embed {
	float: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #102150;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#obama {
	height: 291px;
	width: 960px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #001A7F;
	border-left-color: #001A7F;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 960px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
}
#history-text {
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#america {
	background-color: #DBDBFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: -20px;
	border: 1px solid #B5B5D3;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #EC201F;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #9C1313;
	text-decoration: none;
}
.formtext {
	margin-bottom: 10px;
	border: 1px solid #001A7F;
	width: 200px;
}
input {
	height: 12px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	width: 204px;
}
textarea {
	font-size: 11px;
	line-height: 15px;
	padding: 2px;
	margin: 0px;
	height: 40px;
}
td {
	padding: 0px;
	height: 15px;
	margin: 0px;
}
.radio {
	height: 10px;
	width: 10px;
}
select {
	width: 208px;
}
#form {
	width: 450px;
	background-color: #F3E6D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A328C;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid #001A7F;
	height: 315px;
	padding-left: 10px;
	padding-top: 20px;
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}
#feedback {
	background-color: #DACFC1;
	margin-top: -20px;
	margin-left: -10px;
	padding-top: 20px;
	padding-left: 20px;
	height: 5px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0B5A9;
}
#form2 {
	width: 510px;
	background-color: #4470A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 26px;
	line-height: 20px;
	height: 340px;
	padding-top: 10px;
}
.fields {
	width: 200px;
	margin-right: 16px;
	float: left;
	margin-left: 7px;
}
.button {
	background-image: url(images/button-off.jpg);
	height: 62px;
	width: 206px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.button:hover {
	background-image: url(images/button-on.jpg);
}
#form3 {
	width: 490px;
	background-color: #F3E6D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A328C;
	line-height: 20px;
	margin: 20px;
	font-weight: bold;
	border: 1px solid #001A7F;
	height: 175px;
	text-align: center;
	padding-top: 120px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #162050;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
.red {
	color: #660000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #112251;
}
#copyright2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 60px;
	width: 960px;
	background-color: #a40000;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #131E46;
	text-align: center;
	background-image: url(images/flag-back.jpg);
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #001A7F;
	border-left-color: #001A7F;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
}
#navigation a:hover {
	color: #DEC8AE;
	text-decoration: none;
	margin-right: 20px;
}
#history-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #112251;
	margin: 0px;
	line-height: 18px;
}
#main-contact {
	width: 930px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #001A7F;
	border-left-color: #001A7F;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#contact-text {
	float:left;
	width:420px;
	margin-bottom:12px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#main-history {
	width: 930px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #001A7F;
	border-left-color: #001A7F;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding: 15px;
}
#main-history iframe {
	height: 1000px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.js-kit-comments {
	width: 880px;
}
