* {
    margin: 0;
    padding: 0;
}
html {
	height: 100%; 
	margin: 0 0 1px 0;
} 
body {
	height: 100%;
	margin: 0 auto;
	background: #003486;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#box, #home {
	width: 960px;
	margin: 0 auto;
}
#box {
	background: #6098EF;
}
#flags img {
	margin: 20px 40px;
}
#header {
	width: 960px;
	height: 160px;
}
#menu {
	width: 960px;
	height: 34px;
	background: #004BBF;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #003486;
	border-bottom: 1px solid #003486;
}
#content {
	width: 920px;
	margin: 20px;
	margin-top: 0;
	background: url(../img/bg.gif) no-repeat;
	font-size: 12px;
	text-align: justify;
}
.content-top, .content-middle {
	height: 338px;
	margin-top: 20px;
}
.content-bottom {
	height: 220px;
	margin-top: 20px;
}
.content-top-left, .content-top-right, .content-middle-left, .content-middle-right {
	width: 450px;
}
.content-bottom-left{
	width: 313px;
}
.content-bottom-center, .content-bottom-right {
	width: 293px;
}
.content-top-left, .content-middle-left, .content-bottom-left, .content-bottom-center {
	float: left;
}
.content-top-right, .content-middle-right, .content-bottom-right {
	float: right;
}
#footer {
	width: 960px;
	padding-top: 8px;
	height: 33px;
	background: #004BBF;
	border-top: 1px solid #003486;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
}
#credits{
	width: 960px;
	background: #003486;
}	
#menu ul {	
	list-style: none;
}
#menu li {	
    /* width: 120px; */
	width: 105px;
	display: block;
	float: left;
}
#menu a, #menu a:hover {
	height: 24px;
	padding: 10px 0 0 0;	
	display: block;
	text-align: center;
  	text-decoration: none;
}
#menu a {
	color: #D0E2FF;
}
#menu a:hover, #menu a:focus {
  	color: #003486;
	background: #6098EF;
}
#content h1 {
	margin: 0 0 20px 0;
	color: #111111;
	font-size: 45px;
	font-family: Edwardian Script ITC;
	font-weight: bold;
	text-transform: capitalize;
}
#content p {
	margin: 10px 0;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}
#content table {
	width: 450px;
	border: 1px solid #003486;
}
#content td, #content th {
	padding: 2px;
	border: 1px solid #003486;
}
#content th {
  	color: #D0E2FF;
	background: #004BBF;
}


h2 {
	margin: 0 0 20px 0;
	color: #111111;
	font-size: 20px;
	font-family: Edwardian Script ITC;
	font-weight: bold;
}



p {
	font-size: 11px;
	color: #D0E2FF;
}
p a {
	color: #999999;
	text-decoration: none;
}
p a:hover {
	color: #999999;
	text-decoration: underline;
}
a img {
	border: 0;
}
#form td, select, textarea, .form1, .form2, .form3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
select, textarea, .form1, .form2 {
	background: #D0E2FF;
}
textarea, .form1, .form2, .form3 {
	border: 1px #003486 solid;
}
#form td {
	height: 50px;
	text-align: center;
}
select {
	width: 50px;
}
textarea {
	width: 350px;
	height: 70px;
	overflow: auto;
	margin: 5px 0 15px 0;
}
.form1, .form2, .form3 {
	width: 150px;
}
.form1 {
	height: 18px;
}
.form2, .form3 {
	color: #D0E2FF;
}
.form2 {
	background: #004BBF;
}
.form3 {
	cursor: pointer;
	background: #003486;
}