/* CSS Document */

body {
  text-align:center;
  font-family: Georgia, Serif;
}

#frame {
  width:800px;
  margin-top:10px;
  text-align:left;
}

#main {
  float: left;
  width: 380px;
  background: #F5F5F5;
  padding: 10px;
  margin:5px;
  text-align:justify;
}

#submain {
  float: left;
  width: 380px;
  background: #F5F5F5;
  padding: 10px;
  margin:5px;
  text-align:justify;
}

#submain p {
 font-size:14px;
   color:#666666;
}

#leftcontent {
  float: left;
  width: 160px;
  border-right: 1px dashed #CCCCCC;
  padding: 10px;
  margin: 5px;
}

#rightcontent {
  float: left;
  width: 160px;
  border-left: 1px dashed #CCCCCC;
  padding: 10px;
  margin: 5px;
}

#rightcontent p {
  font-size:10px;
  color:#666666;
  font-weight:bold;
}
#leftmenuhead {
  font-size:20px;
  line-height:1.5;
  color:#000000;
}
#leftmenusubhead {
  font-size:12px;
  line-height:1.5;
  color:#000000;
  margin-left:10px;
}

#leftcontent a {
  font-size:20px;
  line-height:1.5;
  color:#666666;
}
#leftcontent a:hover {
  text-decoration: none; 
  color:#d5c5a4;
}
#leftcontentsub a{
  font-size:12px;
  line-height:1.5;
  color:#666666;
  margin-left:10;
}
#menubar a{
  font-size:12px;
  color:#666666;
  }

h1 {
  font-size:large;
  color:#666666;
  font-style:italic;
}
h2 {
   font-size:small;
   color:#666666;
   font-style:italic;
}
h3 {
   font-size:11px;
   color:#ff6600;
   font-weight:bold;
}
p  {
   color:#666666;
}
a  {
   text-decoration: none;
   color:#999933;
}
a:hover {
		color:#999933;
		text-decoration: underline;
}




