@CHARSET "ISO-8859-1";

body {
	background-image: url("../images/bg.jpg");
	font-family: Verdana, Ariel, Helvitca, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-left: 200px;
	text-align: center;
}

#nav {
	float: left;
	width: 180px;
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url("../images/linkbg.png");
}

#nav .navd {
	border-bottom: 1px solid #369;
	border-right: 1px solid #69c;
	border-top: 0;
	border-left: 0;
	width: 180px;
}

#nav a {
	display: block;
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	width: 168px;
	color: #0000FF;
}

#nav a.nav1 {
}

#nav a.nav2 {
	padding-left: 20px;
	width: 154px;
}

#nav a.nav3 {
	padding-left: 40px;
	width: 134px;
}
#nav a:hover {
	background: url("../images/linkbghover.png");
	color: #FFFFFF;
}

#content {
	margin-left: 200px;
	min-height: 600px;
}

#content .floatright {
  float: right;
  margin: 0 0 10px 10px;
}

#content .floatleft {
  float: left;
  margin: 0 10px 10px 0;
}

#news {
	font-size: 14px;
}

#news dl dt {
	font-style: italic;
}

.links dd {
	margin: 2px 0 12px 60px;
}

#change {
	float: right;
	border-left: 3px solid #aaa;
	border-top: 3px solid #aaa;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	background-color: white;
	font-size: 10px;
	width: 240px;
	padding: 4px;
	margin: 4px;
}
#change p {
	margin: 0 0 6px 0;
	text-align: center;
}
#change p .privacy {
	text-align: left;
}

a img {
	border: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

#footer {
	margin-left: 200px;
	font-size: 12px;
	clear: both;
}

#footer .lastupdate {
	font-size: 10px;
	font-style: italic;
	float: right;
}

.errmsg {
	position: fixed;
	left: 10px;
	top: 10px;
	width: 400px;
	height: 200px;
	overflow: auto;
	white-space: nowrap;
	z-index: 10;
	padding: 6px;
	border: 10px double #000;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	list-style: none;
}
.errlist {
	list-style: none;
}

table td .contact {
	vertical-align: top;
}

.thumbnail {
	float: left;
	text-align: center;
	margin: 12px;
	font-size: 12px;
	padding: 0;
	width: 200px;
	height: 300px;
}
.thumbnail img {
	margin-top: 20px;
	margin-bottom: 4px;
}

.thumbnail p {
	margin: 0;
}
.pic {
	position: absolute;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	overflow: scroll;
	z-index: 10;
	padding: 10px;
	border: 10px solid #000;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

h4 {
	text-decoration: underline;
	font-weight: normal;
}