/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* XHTML Tag Settings                                                   */

body {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
  font-family: arial,helvetica,sans-serif;
  background-image: url(flagback.gif);
  background-position: top left;
  background-repeat: repeat;
	background-color: #f0f0ff;
}

h1, h2, h3, h4, th {
  font-family: arial,helvetica,sans-serif;
}

h1, h2 {
  text-align: center;
  color: #000070;
}

h1 {
  font-size: 100%;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

th {
  font-size: 80%;
}

a:hover {
  color: #ff0000;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Document settings                                                    */

#document {
	position: absolute;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Page header settings                                                 */

#pagehead {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 140px;
	background-image: url(pageheader.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Common content, left column, right column settings                   */

#content, #leftcolumn, #rightcolumn {
	position: absolute;
	top: 146px;
	padding: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Common left column & right column settings                           */

#leftcolumn, #rightcolumn {
	width: 190px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Left column settings                                                 */

#leftcolumn {
	left: 0px;
}

#wundergroundicons {
	text-align: center;
}

.commonlinks {
	font-weight: bold;
	border: 2px solid #000000;
	padding: 5px;
	margin: 2px;
	background-color: #a0a0ff;
}

.wundergroundpic {
	width: 150px;
	height: 100px;
	border: 1px solid #000000;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Content column settings                                              */

#content {
	left: 206px;
	width: 602px;
	background-color: #ffffff;
}

#footer {
	font-size: 75%;
	text-align: center;
	border-top: 1px solid #000000;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Right column settings                                                */

#rightcolumn {
	left: 824px;
	background-color: #ffffff;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* General settings                                                     */

.attention {
	font-weight: bold;
	color: #ff0000;
}

.centered {
	text-align: center;
}
