body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/170% Verdana, sans-serif;
  color: #004a9e;
}

#wrapper {
	margin: auto !important;
  margin: 0;
  padding: 0;
  z-index: 9998;
  position: relative;
  width: 780px;
  text-align: center;
}

#wrapper #container {
	width: 780px;
	background: url(images/border.png) repeat-y;
}

#header {
	margin: 0 16px 0 16px;
	text-align: left;
}

#logo-floater {
	margin: 0;
	padding: 0;
	width: 748px;
	height: 221px;
	background: url(images/header.png) no-repeat;
}

#mainmenu-floater {
	margin: 4px 0px 16px 0px;
	width: 712px;
	height: 24px;
}

#mainmenu-item {
	float: left;
	padding: 2px 16px 2px 16px;
	color: #004a9e;
	text-decoration: none;
}

#mainmenu-item:hover {
	background: #004a9e;
	color: #eeeeee;
}

#content {
	float: none;
	width: 712px;
	margin: 0 32px 0 32px;
	text-align: left;
}

#footer {
	margin: 0;
	padding: 16px 0 16px 0;
	height: 32px;
	width: 780px;
	text-align: left;
	background: url(images/footerbg.png);
}

#footer1-floater {
	float: left;
	width: 168px;
	height: 112px;
	margin: 0 0 0 32px !important;
	margin: 0 0 0 16px;
	background: url(images/eulogo.png) no-repeat;
}

#footer2-floater {
	float: left;
	width: 571px;
	height: 112px;
	margin: 0;
	padding: 0;
	background: url(images/footer.png) no-repeat;
}

h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 32px 0 32px 0;
	line-height: 30px;
}

h1 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin: 22px 0 32px 0;
}

p {
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
}

table {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#td_center {
	text-align: center;
}

#thumbnail {
	border: 1px solid #333333;
	margin: 1px;
}

#thumbnail:hover {
	border: 2px solid #FF2222;
	margin: 0px;
}

#thumblink {
	font-size: 10px;
}

#thumbtable {
	border-spacing: 8px;
	width: 100%;
}

#thumbtd {
	text-align: center;
	vertical-align: top;
}


a {
	color: #000000;
	text-decoration: none;
}
