/****************** General page wide styles ******************/

BODY {BACKGROUND: #7FE57F url('/images/bg-ft.jpg') repeat-y center top; MARGIN: 0px auto; }

td {line-height:1.4em;}

#wrapper {width:880px; border:0; padding:0; margin:auto;} /*outer table surrounding all the content*/

input, select, textarea {font-size:10pt;} /*text size in forms*/

p {margin-top: 0;margin-bottom:0;}

H1, h3, h6 { MARGIN: 5px;}

H5 { MARGIN: 0px;}

img {border: none; text-decoration:none;}
a img {text-decoration:none;}

.smalltxt {font-size:90%;} /*styles beginning with a period '.' will appear in the content editor's style menu*/
.largetxt {font-size:110%;}

/****************** Styles for specific areas of the page **********/

#topContent{padding:0px;} /*Page Header*/
#leftContent{width:160px;padding:5px;vertical-align:top;} /*Left Nav Panel*/
#centerContent{width:570px;padding:10px;vertical-align:top;BORDER-RIGHT: #c0c0c0 1px solid;BORDER-LEFT: #c0c0c0 1px solid;} /*the page's main content area*/
#rightContent{width:150px;padding:5px;vertical-align:top;  } /*Right Nav Panel*/
#bottomContent{padding:15px;BORDER-TOP: #c0c0c0 1px solid;} } /*Page Footer*/

.ripesiteFooterLogo{display:none}

#navcontainer ul
{
padding: .5em 0;
margin: 0;
list-style-type: none;
background-color: #006633;
color: #FFF;
width: 100%;
font: bold 10pt verdana, arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: underline;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #369;
color: #fff;
text-decoration: none;
}


#active a { border-left: 1px solid #000; }

	.myForm td, input, select, textarea, checkbox  {
		font-family: tahoma;
		font-size: 12px;
	}

	.required {
		color: red;
	}

TABLE.HeaderContent {
background: url('/images/header-bgs.jpg');
}

a.sidenav:link { font-family:Verdana, Arial, sans-serif; font-size: 9pt; color:#0066ff; font-weight:bold; background: none; text-decoration:underline; }
a.sidenav:active { font-family:Verdana, Arial, sans-serif; font-size: 9pt; color:#0066ff; font-weight:bold;   background: none; text-decoration:underline; }
a.sidenav:visited { font-family:Verdana,Arial,sans-serif; font-size: 9pt; color:#0066ff; font-weight:bold;  background: none; text-decoration:underline; }
a.sidenav:hover { font-family:Verdana,Arial,sans-serif; font-size: 9pt; color:#ff0000; font-weight:bold; text-decoration:none; BACKGROUND: none; }