body {
	background-color: #000;
	font: normal 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}

div#wrapper {
	height: 740px;
	width: 930px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -465px;
	background: url(../chrome/wrapbg.png) repeat-y;
}

/* @group banner */

div#ban {
	background-image: url(../chrome/h-bg2.png);
	width: 720px;
	height: 120px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
}

div#ban h1 {
	text-align: left;
	text-indent: 130px;
	color: #fff;
	text-decoration: none;
	font: normal small-caps normal 36px/70px "Trebuchet MS", Tahoma, Geneva, sans-serif;
}

div#pgid {
	position: absolute;
	top: 90px;
	left: 390px;
	z-index: 5;
	width: 540px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../chrome/id-hd.png);
}

div#pgid h1 {
	text-align: left;
	text-indent: 20px;
	color: #fff;
	text-decoration: none;
	font: normal normal 20px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	margin-top: 5px;
}

/* @end */

/* @group nav */

div#ni {
	background-image: url(../chrome/nh-i.png);
	width: 30px;
	height: 60px;
	margin: 0;
	padding: 0;
	top: 120px;
	left: 0;
	position: absolute;
}

div#nav {
	background-color: transparent;
	width: 720px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 120px;
	left: 30px;
	z-index: 90;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	float: left;
	position: relative;
}

#nav a.mn, #nav a.mn:visited {
	display: block;
	width: 120px;
	height: 30px;
	color: #ccc;
	text-decoration: none;
	font: normal normal 14px/28px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-indent: 8px;
	background-image: url(../chrome/nv1.png);
	border-style: none;
}

#nav a.mn:hover {
	background-image: url(../chrome/nv2.png);
	color: #fff;
}

#nav a.sm, #nav a.sm:visited {
	background-color: #adaf00;
	display: block;
	width: 115px;
	height: 20px;
	color: #333;
	font: normal normal 11px/18px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-indent: 5px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#nav a.sm:hover {
	color: #000;
	background-color: #ff0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#nav li ul {
	display: none;
}

#nav li:hover > ul {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}

#nav > li:hover > ul {
	top: 30px;
	left: 0;
}

#nav ul li:hover > ul li ul {
	display: none;
}

#nav ul li:hover > ul > li:hover > ul {
	display: block;
	position: absolute;
	top: 0;
	left: 115px;
}

/* @end */

/* @group news */

div#news {
	position: absolute;
	top: 180px;
	left: 0;
	border-style: none;
	background-color: #0c6a0c;
	width: 240px;
	margin: 0;
	padding: 0;
}

#news h1.first {
	margin-top: 0px;
	width: 240px;
	height: 30px;
	color: #fff;
	font: normal 14px/30px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-indent: 92px;
	text-align: left;
	background-image: url(../chrome/newshd.png);
}

#news h1 {
	width: 240px;
	height: 30px;
	color: #fff;
	font: normal 14px/30px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-indent: 92px;
	text-align: left;
	background-image: url(../chrome/newshd.png);
}

#news p {
	color: #fff;
	font: normal normal 10px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#news a, #news a:visited {
	color: #ffff00;
	text-decoration: none;
	font: normal 10px/12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
}

#news a:hover {
	color: #fff;
}

#news img {
	margin: 1px;
	padding: 1px;
	border-style: none;
	float: left;
}



/* @end */

/* @group content */

div#content {
	position: absolute;
	top: 150px;
	left: 270px;
	width: 630px;
	height: 500px;
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: #fff;
	z-index: 5;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
}

p {
	color: #000;
	font: normal 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

a {
	color: #900;
	font: bold 12px/14px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #666;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

.ctr {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

img {
	float: left;
	border-style: none;
	margin: 5px 5px 2px 2px;
	padding: 1px;
}

img.rn {
	float: right;
	margin: 5px 5px 2px;
	padding: 1px;
	border-style: none;
}

img.ls {
	margin: 3px 7px 5px 3px;
	padding: 2px;
	float: left;
	border: 1px solid #00b;
}

img.rs {
	float: right;
	padding: 2px;
	margin: 3px 7px 3px 5px;
	border: 1px solid #00b;
}

img.bas {
	float: left;
	border-style: none;
	margin-right: 15px;
	margin-top: 0px;
	margin-left: 3px;
	padding: 0;
	display: block;
}

#content h1 {
	color: #00b;
	font: bold 16px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

#content h2 {
	color: #333;
	font: bold 14px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	text-indent: 5px;
}

#content h3 {
	color: #333;
	font: bold 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	text-align: left;
	text-indent: 5px;
}

p.bib {
	color: #000;
	font: normal 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
	text-indent: -36px;
	margin-left: 41px;
	margin-top: 10px;
	margin-right: 5px;
}

#content ul {
	list-style-position: inside;
	list-style-type: disc;
}

#content li {
	margin-top: 5px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

blockquote {
	color: #000;
	font: italic 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	margin-left: 36px;
	margin-right: 20px;
	margin-top: 5px;
}



/* @end */

/* @group base */

div#base {
	position: absolute;
	width: 570px;
	height: 90px;
	top: 650px;
	left: 360px;
	background-image: url(../chrome/base3.png);
}

#base img {
	float: left;
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 2px;
	padding-left: 2px;
	border-style: none;
}

#base h1 {
	color: #fff;
	font: normal 14px/28px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
}

#base p {
	color: #fff;
	font: normal 10px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
}

#base a {
	color: #bbbb00;
	font: bold 10px/12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

#base a:visited {
	color: #b6b6b6;
}

#base a:hover {
	color: #ff0;
	text-decoration: underline;
}



/* @end */

/* @group gallery */

div.img {
	margin: 2px;
	border: 1px solid #999;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}

div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid #999;
}

div.img a:hover img {
	border: 1px solid #03f;
}

div.dsc {
	text-align: center;
	font-weight: normal;
	width: 110px;
	margin: 2px;
}

/* @end */

/* @group map */

div#map {
	background-color: #fff;
	color: #000;
	font: normal 14px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
	position: absolute;
	top: 125px;
	left: 32px;
	width: 866px;
	min-height: 600px;
}

#map h1 {
	text-align: center;
	color: #000;
	font: normal 20px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	margin-top: 5px;
}

#map h2 {
	color: #000;
	font: bold 16px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	margin-top: 12px;
	margin-left: 5px;
	text-align: left;
}

#map p {
	color: #000;
	font: normal 14px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#map a {
	font-size: 14px;
	line-height: 16px;
}

#map ul {
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
}

#map li {
	margin-top: 5px;
}

#map hr {
	width: 95%;
}

p.small {
	font: normal 10px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
}




/* @end */

/* @group csp */

div#csp {
	position: absolute;
	top: 250px;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	background-color: #000;
	border: 2px solid #fff;
	padding: 0;
}

p.cspcen {
	text-align: center;
	margin-top: 10px;
}

div.cpf {
	width: 500px;
	float: left;
	border-top: 2px solid #fff;
}

#csp h1 {
	color: #900;
	font: normal small-caps 24px/26px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	width: 500px;
	border-bottom: 1px solid #fff;
}

div.cspc {
	width: 249px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border-right: 1px solid #fff;
}

div.cspcr {
	width: 249px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border-right: 1px solid #000;
}

.cspc h2, .cspcr h2 {
	color: #fff;
	font: normal 18px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	text-align: center;
	margin-top: 0px;
}

#csp p {
	color: #fff;
	font: normal 14px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
}

#csp a {
	color: #900;
	font: bold 14px/16px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

#csp a:visited {
	color: #999;
}

#csp a:hover {
	color: #d00;
	text-decoration: underline;
}



/* @end */