body {
  margin:0px; padding:0px; height:100%;
  background:#fff; color:#000;
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size:11px;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:11px;
  }
  html>body {font-size:11px;}

a {
  color:#366; text-decoration: none;
}
a:hover {
  color:#FFD700; text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, div, ul, ol, blockquote {
	margin: 0em; padding: 0em;
	font-size:1em; line-height:1.2em; font-weight:normal; font-style:normal;
}

ul, ol {
  margin-left:2em;
}

img {
	border: none;
}

div#head {
	color:#fff;

	border-bottom:1px dotted #FFF;
	border-top:3px solid #cc9;
	background:#666;
	padding:0 10px 0 10px;
	height: 60px;
	}

#head h1 {
  font-family: Georgia, Palatino, Times, serif;
	text-transform:uppercase;
	letter-spacing: .3em;
  font-size:3em;
  font-weight:bold;
}

#head p {
 	color:#ddd;
  font-style:italic;
}
#head a, #head a:hover {
  color:#fff; text-decoration:none;
}

div#container {
	position: relative;
	width: 100%;
}

div#center {
	margin: 0px 200px 0px 200px;
  padding:0px 10px;
  border-left:solid 1px #ccc;
  border-right:solid 1px #ccc;
	}

div#left {
	position: absolute;
	top:0px; left:5px;
	width:185px;
	}

div#right {
	position: absolute;
	top:0px; right:5px;
	width:185px;
}

div#foot {
	clear: both; position:relative;
	margin: 5em 0px 0px 0px; padding:0.2em;
	text-align:center;
	border-top:1px solid #ccc;
}

div.article {
  margin:1em;
}
.article a {
  font-weight:bold;
}
.article h2 {
  margin-bottom:1px;
  font-style:italic; color:#999;
}
.article h3,
.lhead,
.rhead
 {
  margin-bottom:1px; padding:2px;
  font-size:120%; font-weight:bold;
  background-color:#eee;
  border:outset 1px #eee;
}

.article h3 a {
  color:#333;
}
.article h3 a:hover {
  border:none;
}
.article p {
  margin-bottom:0.5em;
}
.article p.posted {
  color:#999; font-size:0.8em;
}
.article blockquote {
  line-height:1em;
  margin:1em 3em;
  padding-left:0.5em;
  color:#444;
  border-left:solid 2px #ddd;
}
.article cite a {
  font-weight:normal;
}
.article p.comment {
  margin-top:-0.6em; margin-bottom:0;
  font-size:0.8em;
  text-align:right;
  color:#999;
}
p.comment a {
  color:#999; font-weight:normal;
}
.article img {
	display: block;	float: left;
	margin: 0em 1em 0em 0em;
  border:none;
	}

div#pagnav {
  margin:3em 0em 2em 0em; padding:0.3em;
  text-align:center;
  border-top:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
}
#pagnav a {
  color:#666;
}
ul.rsx-page-num-list {
  list-style:none;
  margin:0px; padding:0px;
  color:#f33;
}
ul.rsx-page-num-list li {
  display: inline;
}
ul.rsx-page-num-list a {
  color:#333;
}



/*left-right */

.lblock, .rblock {
  margin-bottom:1em;
}

/*left */
div.menu {
	margin: 0px 0px 10px 0px;
}

a.btn	{
	display: block;
	margin: 0px; padding:1px 1px 1px 5px;
	width: 178px; height: 14px;
	font-size: 10px; font-weight: bold;
	text-decoration: none;
	border:outset 2px #cc9;
	}
a.btn_a {
	background: #ccc; color: #333;
	}
a.btn_a:hover	{
	background: #333; color:#ccc;
	}
a.btn_here	{
	background: #d90000; color:#fff;
	}

#left form {
  font-size:xx-small;
}
#left input {
  width:182px;
}
#left ul {
  margin-left:5px; list-style-type:none;
}

/*search results */
div.results {
  margin:1em 0em;
}
.results h2 a {
  font-size:110%;
  color:#33f; text-decoration:underline;
}
.results h2 a:hover {
  color:#FFD700;
}
.results a {
  color:#060;
}
.results strong {
  font-weight:normal; background-color:#ff6;
}