body { text-align: center; margin: 5em 0 0 0; vertical-align: middle;} 

#box	{
margin: 0px;
  padding: 0px;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0px;
 right: 0px;
 bottom: 0px;
 left: 0px;	
 overflow:auto;  
   	}
   	
#column { 
 width: 800px;height:40%;
  text-align: left; margin: 0 auto;
 background-color:#ffffff; 
  }
  
#banner { 
width: 800px; 
margin-bottom:0px;
}

#menu	{height:64px;
margin-bottom:10px;
}
.rhm1{
	width:800px;
	height:64px;
	margin:0 auto;
	background:url(../images/menu/rhm1_bg.gif) repeat-x;		
}
.rhm1-left{
	background:url(../images/menu/rhm1_l.gif) no-repeat;
	width:15px;
	height:64px;
	float:left;
}
.rhm1-right{
	background:url(../images/menu/rhm1_r.gif) no-repeat;
	width:15px;
	height:64px;
	float:right;
}
.rhm1-bg{
	background:url(../images/menu/rhm1_bg.gif) repeat-x;
	height:64px;
}
.rhm1-bg ul{
	list-style:none;
	margin:0 auto;
}
.rhm1-bg li{
	float:left;
	list-style:none;
}
.rhm1-bg li a{
	float:left;
	display:block;
	color:#ffe8cc;
	text-decoration:none;
	font:15px 'Verdana', sans-serif;
	font-weight:bold;
	padding:0 0 0 2px;
	height:64px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding:0 10px 0 2px;
}
.rhm1-bg li.current a{
	color:#fff;
	background:url(images/menu/rhm1_hover_l.gif) no-repeat left 5px;
}
.rhm1-bg li.current a span{
	color:#fff;
	background:url(images/menu/rhm1_hover_r.gif) no-repeat right 5px;
}
.rhm1-bg li a:hover{
	color:#fff;
	/*background:url(images/menu/rhm1_hover_l.gif) no-repeat left 5px;*/
}
.rhm1-bg li a:hover span{
	color:#9dc0d0;
	/*background:url(images/menu/rhm1_hover_r.gif) no-repeat right 5px;*/
}

#content {
	/*height: 100%;*/
	min-height: 200px;
	margin-top:50px;
	border: 1px solid #b7b7b7;
	padding: 10px 10px 10px 10px;
}

#fancytab
{
font-family:"Verdana", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#fancytab td, #fancytab th
{
font-size:16px;
border:1px solid #ff8c23;
padding:3px 7px 2px 7px;
text-align:center;
}
#fancytab th
{
padding-top:5px;
padding-bottom:4px;
background-color:#ff8c23;
color:#ffe8cf;
}
#fancytab td
{
color:#5d5d5d;
text-align:center;
}

p { 
color: #5d5d5d; 
font-size: 16px; 
font-family: Verdana;
font-weight: normal;
text-align: justify;
}

h1 { 
color: #939393; 
font-size: 60px; 
font-family: Verdana; 
font-weight: bold; 
text-align: center; 
letter-spacing: -1px; 
width: auto; 
}

h2 {
color:#9dc0d0; 
font-size: 20px; text-decoration:underline;
font-family:  Verdana; 
font-weight: bold;
width:800px;
}

h3 {
color: #939393; 
font-size: 12px; 
font-family:  Verdana;
font-weight: normal;
}

a { 
color:#ff8c23;
text-decoration: underline; 
}

#footer	{
color:#c2c2c2; 
font-size: 12px; 
font-family:  Verdana;
font-weight: normal;
margin-top:50px;
float: left;
margin-bottom: 10px;	
}


