@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

img{
	border: none;
	vertical-align: bottom;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

#container {
	width: 720px;
	height: 200px;
}

#banner {
        text-align: center;
	background-color: #FFF;
	height: 184px;
	margin-top: 10px;
}

.baseline {
	height: 1px;
	font-size: 1px;
	background-color: #DDD;
}

#caption {
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: left;
	font-size: 8pt;
	color: #888;
	letter-spacing: 14px;
}

#global-menu {
	text-align: center;
}

#global-menu li {
	float: left;
	display: block;
	list-style-type: none;
	padding: 0px;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom:1px;
}

#global-menu li a {
	display: block;
	text-decoration: none;
}

#global-menu li a {
	color: #fff;
}

#global-menu li a:link {
	color: #fff;
} 

#global-menu li a:visited {
	color: #fff;
}

#global-menu li a:hover {
	color: #ff3300;
}



#content {
	width: 100%;
}

#topcomment {
	margin-bottom:10px;
	padding: 10px;
	font-size: 8pt;
	text-align: left;
	line-height: 140%;
}

.blockitem {
	width: 240px;
	float: left;
}

.footer {
  margin-top: 25px;
  color: #DDD;
  text-align: center;
  font-size: 8pt;
  border-top: 1px solid #DDD;
}

#topcomment img {
  float: right;
}

#topcomment ul {
  margin-left: 24px;
  list-style-type: circle;
}

#topcomment .title {
  font-weight: bold;
}

#topcomment table {
}

#topcomment table th {
  width: 60px;
  text-align: right;
  border: 1px solid #DDD;
  padding: 2px;
  vertical-align: top;
  background-color: #EEE;
  font-weight: normal;
  font-size: 9pt;
}

#topcomment table td {
  border-bottom: 1px solid #DDD;
  padding: 2px;
  font-size: 9pt;
}

#topcomment .mapimage {
  float: none;
  text-align: center;
  border: 1px solid #DDD;
}

#topcomment table td a {
  text-decoration: none;
  color: #000;
}

.linkbanner {
  margin-top: 12px;
  text-align: right;
}

