html {
	margin:0px;
	padding: 0px;
}

a:active, a:focus, a:visited { outline-style: none; -moz-outline-style:none; }


body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	width: 780px;
	height: 100%;
	margin:0px auto; 
	padding:0px;
	text-align:center;
	background-color: #ffffff;
}

#header{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	width: 780px;
	height: auto;
	margin:0px auto; 
	padding:0px;
	text-align:center;
	background-color: #ffffff;
}

#content {
	text-align:center;
	background-color: #ffffff;
	width: 780px;
	height: auto;
	border:0;
}

#footer {
	text-align:center;
	background-color: #ffffff;
	width: 780px;
	height: auto;
	border:0;
}

#nav {
	width:760px;
	height:32px;
}

.rhm1{
	width:780px;
	height:64px;
	margin:0 auto;
	background:url('../images/rhm1_bg.gif') repeat-x;		
}
.rhm1-left{
	background:url('../images/rhm1_l.gif') no-repeat;
	width:15px;
	height:64px;
	float:left;
}
.rhm1-right{
	background:url('../images/rhm1_r.gif') no-repeat;
	width:15px;
	height:64px;
	float:right;
}
.rhm1-bg{
	background:url('../images/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:#555;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 0 0 18px;
	height:64px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding:0 32px 0 18px;
}
.rhm1-bg li.current a{
	color:#fff;
	background:url('../images/rhm1_hover_l.gif') no-repeat left 5px;
}
.rhm1-bg li.current a span{
	color:#fff;
	background:url('../images/rhm1_hover_r.gif') no-repeat right 5px;
}
.rhm1-bg li a:hover{
	color:#fff;
	background:url('../images/rhm1_hover_l.gif') no-repeat left 5px;
}
.rhm1-bg li a:hover span{
	color:#fff;
	background:url('../images/rhm1_hover_r.gif') no-repeat right 5px;
}

p {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

p.pad {
	padding-top: 45px;
	line-height: 1.5em;
}

p.tiny {
	font-size: .8em;
}

P.white {
	text-indent: 0;
	color:#ffffff;
	text-align: center;
	line-height: 1.0em;
	padding: 0;
}

A.body:link
{
	background-image: none;
	width: auto;
	height: auto;
	min-width: 1em;
	max-width: 100em;
	display: inline;
	color: #0000FF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-decoration: none;
}

A.body:visited
{
	background-image: none;
	width: auto;
	height: auto;
	min-width: 1em;
	max-width: 100em;
	display: inline;
	color: #0000FF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-decoration: none;
}

A.body:hover
{
	text-decoration: underline;
}


