/***************************************************
OCFB CSS - Built by C.S.H.
nav area css v 0.1 3/18/08 
***************************************************/
/***************************************************
OVERVIEW
td.side_nav_cell
    formats <td> in side nav area
div.side_nav_div
    formats <div> in side nav area

a.side_nav_group
    formats 'group' link text
.side_nav_subgroup
    formats 'subgroup' link and non-link text
***************************************************/

body {
  background-color: #FFFFFF;
}

td.side_nav_cell {
 	background-color: #669966;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: arial, verdana ;
	color: #FFFFCC;
	border-bottom-style:solid;
	border-bottom-color:#FFFFCC;
	border-bottom-width: 1px;
}
	
div.side_nav_div {
 	background-color: #669966;
	padding-left: 10px;
	position: relative;
	font-family: arial, verdana ;
	font-size:12px;
	color: #FFFFCC;
}

a.side_nav_group:link {
	color: #FFFFCC;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}

a.side_nav_group:visited {
	color: #FFFFCC;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}
a.side_nav_group:hover {
	color: #FFFFCC;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

a.whats_new_group:link {
	color: #006633;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}

a.whats_new_group:visited {
	color: #006633;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}

a.whats_new_group:hover {
	color: #006633;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

a.side_nav_current_group {
	color: #FFFFCC;
	font-family: arial, verdana ;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}

.side_nav_current_subgroup {
	color: #FFFFCC;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
}

a.side_nav_current_subgroup {
	color: #FFFFCC;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
}

a.side_nav_noncurrent_subgroup:link {
	color: #FFFFCC;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: normal;
}

a.side_nav_noncurrent_subgroup:visited {
	color: #FFFFCC;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: normal;
}

a.side_nav_noncurrent_subgroup:hover {
	color: #FFFFFF;
	font-family: arial, verdana ;
	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
}


/***************************************************
Page (not side nav) CSS
To replace 'BLOCKQUOTE' tags
***************************************************/
p.blockquote {
  padding-left: 40px;
  padding-bottom: 10px;
}
div.blockquote {
  padding-left: 40px;
  padding-bottom: 10px;
}
.blockquote {
  padding-left: 40px;
  padding-bottom: 10px;
}
/***************************************************

***************************************************/
.defaultText {
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, Geneva;
 }
 .td {
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, Geneva;
 }
 body {
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, Geneva;
 }
 a:link {
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #00CC00;
}

a:hover {
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #66CC00;
}
a:visited {
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #00CC00;
}

