body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Times New Roman, serif;
}

#holder {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 660px;
	min-height: 360px;
}

#supplemental {
	width: 660px;
	height: 360px;
	visibility: hidden;
}

#content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 660px;
	height: 360px;
	margin: -180px 0 0 -330px;
	border: 0;
	text-align: left;
}

a:link, a:active, a:visited {
  text-decoration: none;
  color: #000088;
}

a:hover {
  color: #2090FF;
}

#maininfo {
  height: 300px;
  background: url("../img/firstpagebg.jpg") top right no-repeat;
  padding: 1ex;
  padding-bottom: 0;
}

h1 {
  white-space: nowrap;
  margin: 0;
  font-size: 320%;
  color: #000088;
  font-weight: bold;
  font-style: italic;
}

h2 {
  white-space: nowrap;
  margin: 0;
  font-size: 200%;
  color: #000088;
  font-weight: bold;
  font-style: italic;
}

#contacts {
  width: 420px;
  margin: 1ex 2ex 1ex 0;
  font-weight: bold;
  font-size: 110%;
}

#legal {
  width: 420px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  border-top: 1px dotted #000088;
  border-bottom: 1px dotted #000088;
}

.flags {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border: 0;
}

.flags td {
  border: 0;
  width: 60px;
  text-align: center;
  white-space: nowrap;
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 75%;
}

.flags td img {
  border: 1px solid #000088;
}

.noborder {
  border: 0;
}

.button-area {
  margin-bottom: 50px;
  text-align: center;
}

a.website-button {
  border-radius: 3px;
  border: 1px solid #e5ca95;
  color: #ffffff;
  font-family: arial;
  padding: 15px 15px;
  background-color: #c89518;
  font-weight: bold;
  font-size: 18px;
}

a.website-button:hover {
  color: #6D4A11;
}	
