.footer{
text-align:center;
background-image:url('../images/Blue/footer_bg.jpg');
width:100%;
padding-top:5px;
height:40px;
}
A.footerLinks{
font-family: Tahoma, Helvetica, sans-serif;
font-size:11px;
color: #FFFFFF;
text-decoration: none;
font-weight:bold;
}

A:hover.footerLinks{
font-family: Tahoma, Helvetica, sans-serif;
font-size:11px;
text-decoration: underline;
}
TD.footerLinks{
font-family: Tahoma, Helvetica, sans-serif;
text-align:center;
font-size:10px;
color: #FFFFFF;
font-weight:bold;
}
.skybluebg{
font-family: Tahoma, Helvetica, sans-serif;
background-color: #0797DD;
}

.mmenu {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.mmenu:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.mmenu:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.mmenu:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mmenu:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.lightblue {
	background-color: #FFFFFF;
}
.lightgraybg{
background-color: #C7EAFB;
}


div#nifty{ margin: 0 0%;background: #F8980D}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #F8980D}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

a.ovalbutton{
background: transparent url('../images/Blue/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px; /* Change 13px as desired */
font-weight: bold; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/

}

a.ovalbutton span{
background: transparent url('../images/Blue/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px; /* Change 13px as desired */
font-weight: bold; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
text-decoration: none;

}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

