BODY { BACKGROUND: #999999 url('/images/background.gif') repeat-y center top; MARGIN: 0px auto; line-height: 1.5em; }

p {margin-top: 0;margin-bottom:0;}

input, select, textarea {font-size: 9pt;} /*text for forms*/

img {border: none;text-decoration: none;}

h1{margin:0;}
h2, h3 {margin-top:0;}

/******************************** Page borders ********************************/
/* left nav border */
.inner {border-left: solid 0px #CCCCCC; }
/* Footer border */
.bottom{border-top: solid 0px #CCCCCC; }

/******************************** Page layout settings ********************************/
/* left column width */
.outer, .left {border-left-width: 180px;}
/*  _negative_ left column width */
.float-wrap {margin-left: -180px;}
/* has to be page width - left column width  */
.center, .inner {width: 580px;}
/* page width */
* html .wrapper, .wrapper, .float-wrap {width:760px; }

/********************************* Styles for specific areas on page *********************************/

#centerContent{padding:15px;}

#leftContent{padding:5px;   BACKGROUND-COLOR: #999933;}

#rightContent{display:none;}

#topContent{padding:0px; }

#bottomContent{padding:15px;  BACKGROUND-COLOR: #999933;}

.ripesiteFooterLogo{display:none}

/********************************* Style for left NAV *********************************/

#navcontainer
{
width: 170px;
border-right: 0px solid #fff;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;

color: #fff;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #999933;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 0px solid #106d85;
border-right: 0px solid #13829f;
background-color: #333333;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 0px solid #999999;
border-right: 0px solid #999999;
background-color: #999999;
color: #000000;
text-decoration: underline;
}

a.navb{ font-family: Arial, sans-serif; font-size: 8pt; color:#ffffff; font-weight:bold; background: none; text-decoration:underline; }
a.navb:active { font-family:Arial, sans-serif; font-size: 8pt; color:#ffffff; font-weight:bold;   background: none; text-decoration:underline; }
a.navb:visited { font-family:Arial,sans-serif; font-size: 8pt; color:#ffffff; font-weight:bold;  background: none; text-decoration:underline; }
a.navb:hover { font-family:Arial,sans-serif; font-size: 8pt; color:#000000; font-weight:bold; text-decoration:none; BACKGROUND: none; }