body {
	font-family: Verdana, sans-serif;
}

td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

th {
	padding: 5px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #AA0055;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.noborder {
	color: #FFFFFF;
}

h1 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: x-large;
	font-weight: bold;
}

h2 {
	margin-bottom: 10px;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

h2.topline
{
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

p {
	text-align: justify;
}

p.center {
	text-align: center;
}

p.small {
	font-size: xx-small;
	text-align: center;
}

#page {
	position: absolute;
	left: 2%;
	right: 2%;
	width: 96%;
	top: 20px;
	background: #FFFFFF;
	max-width: 960px;
}

#pane {
	font-size: small;
	margin-top: -15px;
	padding: 5px 15px 5px 15px;
}

#menu {
	float: left;
	width: 180px;
	font-size: small;
	border-right: 1px solid #CCCCCC;
}

#navLinks p {
	margin: 5px 10px 0px 0px;
}

#navLinks a {
	display: block;
	padding: 4px;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	text-decoration: none;
	margin: 5px 10px 0px 0px;
}

#navLinks a.menu0 {
	margin: 5px 10px 0px 0px;
}

#navLinks a.menu1 {
	background-color: #5500AA;
	margin: 5px 10px 5px 15px;
}

#navLinks a.menu2 {
	background-color: #AA0055;
	margin: 5px 10px 5px 30px;
}

#navLinks a.menu0selected {
	font-style: italic;
}

#navLinks a.menu1selected {
	background-color: #5500AA;
	margin: 5px 10px 5px 15px;
	font-style: italic;
}

#navLinks a.menu2selected {
	background-color: #AA0055;
	margin: 5px 10px 5px 30px;
	font-style: italic;
}

#navLinks a:hover {
	padding: 4px;
	border-color: #FF7F00;
}

#navLinks img#flag {
	padding: 3px;
	border-width: 0px;
	vertical-align: text-top;
}

#content {
	margin: -50px 0px 0px 180px;
	padding-left: 10px;
	font-size: small;
	border-left: 1px solid #CCCCCC;
}

#thumbnails td {
	width: 160px;
	height: 160px;
	border-color: #CCCCCC;
}

#thumbnails div {
	text-align: center;
}

#thumbnails div a {
	color: #FFFFFF;
}

#bottomEnclosure {
	clear: both;
}

#bottomEnclosure img#rightLowerCorner {
 	position: relative;
	top: -40px;
 	float: right;
}

