#ohiogovbox  
{
    background: url(images/ODH-ohio-gov-bar.png);
    background-repeat: no-repeat; 
    height: 43px;
}
#ohiogovbox a:link, #ohiogovbox a:visited 
{ 
    font-family: Arial;
    font-size: 10px;
    color: #000;
    text-decoration: none;
}
#ohiogovbox a:hover
{ 
    font-family: Arial;
    font-size: 10px;
    color: #6f0916;
    text-decoration: underline;
}
#footerNav
{
    text-align: right;
    padding: 15px 15px 15px 0;
}

#footerNav a, #footerNav a:link, #footerNav a:visited 
{
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    padding: 0 2px;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
}

#footerNav a:hover
{
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    padding: 0 2px;
    text-decoration: underline;
    vertical-align: middle;
    display: inline-block;
}

/* Adaptations for HealthSpace XPages Implementations */

body.lotusui {
	text-align:center; /*For IE6 Shenanigans*/
}
 
#wrapper{
   width:1024px;
   margin:0 auto;
   text-align:left;
}

.ohioGovBoxOutsidePanel {
	width:1024px;
	background-color : #ffffff;
}
.ohioGovBoxPanel {
	width:292px;
	height: 43px;
	background-image:url(ODH-ohio-gov-bar.png);
	text-align:center;
	vertical-align: middle;
	margin-left:732px;
	font-family: Arial;
    font-size: 10px;
    color: #6f0916;
}

td.ohioGovBoxCell {
	width:292px;
	background-image:url(ODH-ohio-gov-bar.png);
	height:43px;
	background-repeat:no-repeat;
	vertical-align:middle;	
}

a.ohioGovBoxPanelLink {
	font-family: Arial;
    font-size: 10px;
    vertical-align:middle;
}

a.ohioGovBoxPanelLink:link, a.ohioGovBoxPanelLink:visited
{ 
    color: #000;
    text-decoration: none;
}

a.ohioGovBoxPanelLink:hover
{ 
    color: #6f0916;
    text-decoration: underline;
}

div.pageFooterNav {
	width:1024px;
}
div.footerNav {
	text-align:right;
	padding: 15px 15px 15px 0;
}
.footerNav a
{
    font-family: Arial;
    font-size: 11px;
    padding: 0 2px;
    vertical-align: middle;
    display: inline-block;
}

.footerNav a:link, .footerNav a:visited 
{
    color: #000000;
    text-decoration: none;
}

.footerNav a:hover
{
	color: #000000;
    text-decoration: underline;
}