/*
Common
*/
h1, table, td, a {
 font-family: verdana, helvetica, arial, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
 	font-size: 80%;
 	color: #000;
 	background: url(bg_light.gif);

}
h1 {
 color: #000;
 font-weight: bold;
 margin: 0;
 font-size: 160%;
}
h3 {
	color: #2E45A3;
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
}
a:link, a:visited {
 color: #555;
 background: transparent;
 text-decoration: underline;
}
a:active, a:hover {
 color: #333;
 background: transparent;
 text-decoration: underline;
}
img {
 border: none;
}
.center {
 width: 800px;
 background: #FFF;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

.titleblock {
	padding: 0px 0px;
	margin: 0;
	text-align: right;
	width: 800px;
	height: 175px;
	background-image: url(Globe_Page.jpg);
	background-repeat: no-repeat;
	background-position: Top center;
}

div.footer {
 font-style: italic;
}

/*
Thumbs
*/
table {
 background: #fff;
 border: 1px solid #999;
 margin: 1em 0 1.25em 0;
 padding: 2px;
}
td {
 background: #eee;
 border: 1px solid #999;
 width: auto;
 line-height: 110%;
 vertical-align: baseline;
}

/*
Page
*/
div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;
}
div#navt a, div#navb a {
 text-decoration: none;
}
div.content {
 background: #fff;
 border: 1px solid #999;
 margin: 1em auto 1em auto;
}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;
}