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

body {
	background-color: #55546D;
	background-image: url(images/bg_bodyGrad.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #4F4D5B;
	text-decoration: none;
	line-height: 12pt;
}

h1 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 28pt;
	font-weight: bold;
	color: #4F4D5B;
	line-height: 32pt;
}

h2 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #C00;
	line-height: 22pt;
}

h3 {
	color: #C00;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}

#site {
	margin: 0 auto 50px auto;
	min-height: 600px;
	width: 900px;
	border: 2px #C00 solid;
	text-align: center;
	position: relative;
}

#header {
	height: 115px;
	min-height: 115px;
	background-color: #fff;
	border-bottom: 2px #C00 solid;
	text-align: center;
	position: relative;
}

#menu {
	height: 30px;
	background-color: #CDD4DD;
	border-bottom: 2px #C00 solid;
	text-align: center;
	position: relative;
}

#center {
	width: 900px;
	min-height: 600px;
	text-align: center;
	background-color: #fff;
	background-image:url(images/bg_flag.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	position: relative;
}

#centerTxt {
	width: 780px;
	min-height: 566px;
	padding: 15px;
	text-align: left;
	background-image: url(images/bg_center.png);
	background-repeat: repeat;
	border: 2px #6D6E71 solid;
	position: relative;
	top: 40px;
	left: 45px;
}

.title {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 54pt;
	font-weight: bold;
	color: #4F4D5B;
	line-height: 58pt;
}

.subTitle {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: normal;
	color: #CE2028;
	line-height: 24pt;
}

.title2 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	color: #4F4D5B;
	line-height: 24pt; 
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #293A91;
	text-decoration: none;
	line-height: 30px;
}

a.menu:hover {
	color: #CD2028;
}

.bodyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #4F4D5B;
	text-decoration: none;
	line-height: 12pt;
}

.disclaimer {
	font-size: 6pt;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	line-height: 12pt;
}