body {
	background-color: #00143d;
	text-align: center;
	font-family: Tahoma;
	font-size: 10pt;
	color: #ffffff;
}

img {
	border: 0;
}

a, a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
}

h1, h2, h3, h4 {
	text-align: center;
}

h1 {
	font-size: 20pt;
}

#main1 {
	margin: 0 auto;
	width: 950px;
	position: relative;
	background-color: #FFFFFF;
}

#main2 {
	padding: 7px;
	position: relative;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 936px;
	height: 200px;
}

#menu {
	position: relative;
	top: 170px;
}

#menu ul {
	list-style-type: none;
	text-align: center;
	font-size: 10pt;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

#menu li a:hover {
	background-color: #ffffff;
	color: #003089;
}

#menu li.flag a, #menu li.flag a:hover {
	background-color: transparent;
	padding: 2px;
}

#body {
	position: relative;
	top: 0;
	left: 0;
	width: 936px;
	background-color: #003089;
	text-align: left;
	border-top: 1px solid #003089;
}

#leftaddress {
/* 	position: relative;
	top: 0;
	left: 0; */
	float: left;
	width: 70px;
}

#maintext {
/* 	position: relative;
	top: 0;
	left: 80px; */
	width: 830px;
	margin-left: 80px;
	min-height: 450px;
	text-align: justify;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 936px;
	height: 70px;
	background-image: url(images/footer.png);
}


