html {
  height:101%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
  margin-top:10px;
  margin-bottom: 10px;
  background-color: #F0F0F0;
}
a, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
#main {
  margin:0 auto;
  background-color:#E8E8E8;
	width: 980px;
	overflow: hidden;	
	border: 1px solid #888888;
	overflow: hidden;
}
#header {
  background-color:#ffffff;
	text-align: left;
	width: 1004px;
	height: 70px;
	  background-image: url(/img/bg_content.gif);
  background-repeat: repeat-x;
}
#header_logo {
  float:left;
  width:502px;
}
#title {
  width:280px;
  height:40px;
  text-align:right;
  padding-top: 10px;
  padding-left:10px;
  color:#FFA800;
  font-weight:bold;
  font-size:33px;  
}
#subtitle {
  text-align:right;
  padding-left:5px;
  padding-right:30px;
  width:265px;
  height:20px;
  color:#666666;
  font-weight:bold;
  font-size:10px;  
}
#header_b {
  float:left;
  width:468px;
  text-align:right;
  padding:5px;
}
#header_border {
  width:468px;
}
#header_navi {
	text-align: left;
	width: 1000px;
	height: 18px;
	background-color:#FFA800;
	font-size:13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 5px 5px 10px;
}
#header_navi a {
	font-size:13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
#header_navi a:visited{
	font-size:13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
#header_navi a:hover{
	font-size:13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
#navi_top {
  float: left;
  width: 500px;
  
}
#social {
  text-align: right;
  float: left;
  width: 493px;
  margin-right: 7px;
}
#navigation {
  float:left;
  display: inline;
  margin:5px 5px 5px 5px;
	text-align: left;
	width: 200px;
}
#navi_links {
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
	width: 188px;
	overflow:hidden;
	padding: 5px 5px 5px 5px;
}
#navi_links a{
  margin-top: 1px;	
	display: block;
  background-color:#666666;
  color:#f6f6f6;
	padding:5px;
	text-align: left;
	width: 168px;
	font-weight:bold;
	font-size:13px;
	border-left:10px solid #FFA800;
	text-decoration:none;
}
#navi_links a:link {
  height: 15px;	
	display: block;
  background-color:#666666;
  color:#f6f6f6;
	padding:5px;
	text-align: left;
	width: 168px;
	font-weight:bold;
	font-size:13px;
	border-left:10px solid #FFA800;
	text-decoration:none;
}
#navi_links a:hover {	
	display: block;
  background-color:#999999;
  color:#ffffff;
	padding:5px;
	text-align: left;
	width: 168px;
	font-weight:bold;
	font-size:13px;
	border-left:10px solid #FFA800;
	text-decoration:none;
}
.tipp {
	font-weight:bold;
	font-size:13px;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
  color:#666666;
	padding:5px;	
  width: 188px;
	margin-top: 5px;
	line-height: 18px;
	text-decoration:none;
	text-align:center;
	
}
.tipp a{
  display: block;
	background-color:#666666;
  color:#FFFFFF;
  padding: 5px;
  width: 178px;
	margin-top: 5px;
	text-align:center;
  text-decoration:none;	
}
.tipp a:hover{
  display: block;
	background-color:#999999;
  color:#FFFFFF;
  padding: 5px;
  width: 178px;
  font-size: 13px;
	margin-top: 5px;
	text-align:center;
  text-decoration:none;	
}
.navi_title {
  background-color:#FFA800;
  line-height: 20px;
  height: 20px;
  color: #FFFFFF;
  margin-bottom: 5px;
  padding-left: 5px;
  text-align: left;
	font-weight:bold;
	font-size:13px;
}
#content {
  background-color:#ffffff;
	margin: 5px 0px 0px 0px;
	width: 733px;
	float:left;
	display:inline;
	color:#000000;
	padding:15px;
	font-size:13px;
	text-align:left;
	border: 1px solid #CCCCCC;
}
#right {
  background-color:#ffffff;
	margin: 5px 5px 0px 5px;
	padding:5px;
	text-align: left;
	width: 160px;
	float: left;
	display: inline;  
}
#footer {
	background-color: #CCCCCC;
	width: 970px;
	height: 50px;
	float: left;
	display: inline;
	text-align: center;
	font-size:11px;
	color: #555555;
	padding: 10px 10px 10px 0px;
	margin-top:5px;
	line-height: 18px;
}
#footer a {
	font-size:13px;
	font-weight: bold;
	color: #555555;
	text-decoration:underline;
}
#footer a:visited{
	font-size:13px;
	font-weight: bold;
	color: #555555;
	text-decoration:underline;
}
#footer a:hover{
	font-size:13px;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}
h1 {
  margin:0px 0px 10px 0px;
  color:#000000;
  font-weight:bold;
  font-size:20px;
  display:block;
  text-align:left;
}

h2, h3, h4, h5 {
  margin:20px 0px 15px 0px;
  color:#000000;
  font-weight:bold;
  font-size:14px;
  display:block;
  text-align:left;
  padding-left: 10px;
  border-left: 5px solid #FF8700;
}
.topic {
  margin:5px 0px 10px 0px;
  float: left;
  text-align:left;
}
.topic_img {
  float:left;
  margin-right: 10px;
  padding:2px;
    border: 1px solid #CCCCCC;
}
.topic a {
  color:#FF8700;
  font-weight:bold;
  font-size:13px;
  text-decoration:underline;
}
.topic a:visited {
  color:#FF8700;
  font-weight:bold;
  font-size:13px;
  text-decoration:underline;
}
.topic a:hover {
  color:#000000;
  font-weight:bold;
  font-size:13px;
  text-decoration:underline;
}
.grey {
  color:#7b7b74;
}
.img_content {
  float:right;
  margin-left: 10px;
  margin-bottom: 10px;
  padding:2px;
    border: 1px solid #CCCCCC;
}
.img_content_left {
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding:2px;
    border: 1px solid #CCCCCC;
}
hr	{
  margin-top: 15px;
  margin-bottom: 10px;
  border: 0px; 
  border-bottom: 1px solid #CCCCCC;
}
p {
  margin-top: 5px;
  text-align:justify;
}
p a {
  color:#FF8700;
  font-weight:bold;
  font-size:13px;
  text-decoration:underline;
}
p a:visited {
  color:#FF8700;
  font-weight:bold;
  font-size:13px;
  text-decoration:underline;
}
p a:hover {
  color:#000000;
  font-weight:bold;
  font-size:13px;
  text-decoration:underline;
}
tr.head {
  background-color: #666666;
  color: #ffffff;
}
tr.value {
  background-color: #F0F0F0;
  color: #000000;
}
table {
  border:1px solid #CCCCCC;
}
td.title {
  background-color: #E2E2E2;
  color: #000000;
}
td.middle {
  text-align: center;
  background-color: #F0F0F0;
}
td.middle a, td.middle_top a {
  font-size:12px;
  display: block;
  text-align: center;
  background-color: #FFA800;
  color: #FFFFFF;
  padding:5px;
  border: 1px solid #333333;
  text-decoration: none;
  font-weight:bold;
}
td.middle a:hover, td.middle_top a:hover {
  font-size:12px;
  display: block;
  text-align: center;
  background-color: #FDB301;
  color: #FFFFFF;
  padding:5px;
  border: 1px solid #333333;
  text-decoration: none;
  font-weight:bold;
}
td.middle_top {
  text-align: center;
  background-color: #EBFCE2;
}
img.border {
  border: 1px solid #CCCCCC;
  padding:2px;
}