@charset "utf-8";
body {
	background-color: #111;
	color: #FFFFFF;
	font-family: verdana;
	text-align: center;
	background-image: url(/Images/bgpattern.gif);
}

.main {
	font-size: 12px;
	color: #CCC;
	background-color: #000000;
	padding: 10px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1024px;
	height: auto;
}

.mainmap {
	font-size: 12px;
	color: #CCC;
	background-color: #000000;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1024px;
	height: auto;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #000;
}

.empty {
	padding: 10px;
	position: relative;
	height: 25;
}

a {
	color: #0CF;
	text-decoration: none;
}

a:active {
	color: #0CF;
}

a:hover {
	color: #C0C0C0;
}


.Highlight {
	font-size: 12px;
	color: #0CF;
	background-color: #333333;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
}

.Title {
	font-size: 20px;
	color: #FFF;
	text-align: center;
	background-color: #333333;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.Link {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-color: #333333;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.MapLink {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	background-color: #333333;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.flash3d {
	width: 1000px;
	height: 500px;
	background-color: #999;
	background-image: url(/Images/noscript.gif);
}
#codebox1 {
	border: 1px solid #999;
	width: 776px;
	height: 250px;
	background-color: #111;
	color: #666;
	overflow: scroll;
	padding: 5px;
	text-align: left;
	font-size: 11px;
	font-family: Courier New, Lucida Console, monospace, Monaco5;
}
#codebox2 {
	border: 1px solid #999;
	width: 776px;
	height: 250px;
	background-color: #111;
	color: #666;
	overflow: scroll;
	padding: 5px;
	text-align: left;
	font-size: 11px;
	font-family: Courier New, Lucida Console, monospace, Monaco5;
}
#codebox3 {
	border: 1px solid #999;
	width: 776px;
	height: 250px;
	background-color: #111;
	color: #666;
	overflow: scroll;
	padding: 5px;
	text-align: left;
	font-size: 11px;
	font-family: Courier New, Lucida Console, monospace, Monaco5;
}
#container2 {
	width: 1000px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 15px;
	line-height: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	width: 1000px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 35px;
	white-space: nowrap;
	line-height: 12px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.image {
	display: inline-block;
	letter-spacing: normal;
	font-size: normal;
	white-space: normal;
	text-align: normal;
	vertical-align: middle;
    width:220px;
    height:auto;
}

.image {
	*display: inline;
	*margin: 0 5px 0 5px;
}

