body{
	background: #dddddd;
}

#header{
  position: relative;
}

#header div.logo{
width: 800px;
text-align: left;
background-color: #c8c9ca;
}

#header div.line{
  background-color: #c8c9ca;
}
#header div.line div.subline{
  width: 800px;
  background-color: #6f6f6f;
  height: 10px;
  text-align: left;
}
#header div.line div.subline div.subsubline{
  width: 341px;
  background-color: ff99ff ;
  height: 10px;
}
#header img {
  float: right;
}

#header h1{
color: white;
font-size: 20pt;
padding: 40px 10px 0px 20px;
}

#header h1 a{
color: black;
}

#header p{
font-size: 8pt;
padding: 20px;
color: black;
}

#main{
	width: 800px;
	text-align: left;
	background: white;
}

#main #pages{
margin-top: 20px;
}

#main #pages a{
font-size: 10pt;
}

#left{
width: 224px;
float: left;
padding: 10px;
}

#left h2{
  background: url('/img/left_background.gif') no-repeat top;
  padding-left: 10px;
  line-height: 29px;
	height: 31px;
  border-bottom: solid 1px ff99ff ;
  color: ff99ff ;
}

#left h3{
  background: url('/img/left_background2.gif') no-repeat top;
  padding-left: 10px;
  line-height: 28px;
	height: 28px;
  border-bottom: solid 3px ff99ff ;
  color: ff99ff ;
  margin-top: 10px;
}
#left ul.contents{
  margin-bottom: 10px;
  background-color: #eeeeee;
}
#left ul.contents div.dot{
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 5px;
  background-color: ff99ff ;
}
#left ul.contents li{
  font-size: 10pt;
  padding: 5px;
  padding-left: 15px;
  position: relative;
}
#left ul.contents li a{
  color: ff99ff ;
}

#left h3 a{
  color: ff99ff ;
  font-weight: normal;
}

#left ul li{
	font-size: 10pt;
}

#left ul li a{
	color: blue;
}

#right{
padding: 10px;
width: 525px;
float: right;
}

#right #pr{
border: solid 1px #dddddd;
padding: 2px;
margin-bottom: 10px;
}

#right #pr ul li{
font-size: 10pt;
padding-left: 10px;
}

#right #categories5{
margin-bottom: 10px;
}

#right #categories5 ul{
width: 250px;
margin: 5px;
}

#right #categories5 li.title{
color: black;
font-weight: bold;
background: #ccccee;
padding: 5px;
margin: 0px 0px 5px 0px;
}

#right #categories5 li.title a{
color: black;
}

#right #categories5 li.content{
font-size: 8pt;
}

div.clear{
clear:both;
}

#right h3{
background-color: ff99ff ;
color: white;
padding-left: 10px;
height: 29px;
line-height: 29px;
}
#right hr{
  padding: 0px;
  margin: 2px 0px 10px 0px;
  border: none;
  border-top: solid 1px ff99ff ;
}

#text{
  background-color: #eeeeee;
  padding: 5px;
}
#text p{
  font-size: 10pt;
  margin: 20px 0px;
}
#text h4{ 
  color: ff99ff ;
  padding: 5px;
  border-bottom: dotted 1px ff99ff ;
  margin-bottom: 10px;
}

#footer ul.categories, #footer ul.pr{
text-align: center;
padding-bottom: 10px;
}

#footer ul.categories li, #footer ul.pr li {
display: inline;
margin: 0px 5px;
font-size: 10pt;
}

#footer ul.categories li  a {
}
table.result{
  margin: 10px;  
}
table.result th,
table.result td{
  font-size: 8pt;
  padding: 5px;
  border: solid 1px black;
}