﻿body
{
	background-image:url(ricebk.gif);
	font-family:Verdana;
	font-size:x-small;
}

.bodyhed   { 
color: #4c6782; 
font-size: 18px; 
padding-top: 15px; 
padding-bottom: -10px; 
padding-left: 0px } /* 20px: removed because body text <td> tag has padding-left:20px */

.OrangeHighlight	{
color:Maroon;
}

div#navigation
{ 
	color: White;
	padding:7px;
	position:absolute; 
	width:253px; 
	border-right:2px solid black; 
	background-image: url( red_rock_background.gif );
	left: 0px;
	top: 0px;
}

div.floatright
{ 
	float:right;
	padding:5px;

}

div#navigation a:link
{
	color:white;
	font-weight: bold;
	text-decoration:none;
}

div#navigation a:visited
{
	color:silver;
	font-weight: bold;
	text-decoration:none;
}

div#navigation a:hover
{
	color:white;
	font-weight: bold;
	text-decoration:underline;
}

div#navigation a:active
{
	color:white;
	font-weight: bold;
	text-decoration:underline;
}

div#content
{ 
	position:absolute; 
	margin-left:270px;
	width:600px;
	
}

/********************************/
/* Left Menu Navigation styles   /
/********************************/

#navigation #LeftNav UL { margin-left:0px; padding-left:0px; list-style-type:none; font-size:16px; font-weight:normal }
#navigation #LeftNav UL LI { margin-bottom:20px; }
#navigation #LeftNav UL LI a:link { color:white; font-weight: bold; text-decoration:none; }
#navigation #LeftNav UL LI a:visited { color:white; font-weight: bold; text-decoration:none; }
#navigation #LeftNav UL LI a:hover { color:white; font-weight: bold; text-decoration:underline; }
#navigation #LeftNav UL LI a:active { color:white; font-weight: bold; text-decoration:underline; }
#navigation #LeftNav UL LI UL {  margin-left:40px; margin-top:20px; margin-bottom:20px; font-size:12px; list-style-type:disc}
#navigation #LeftNav UL LI UL LI { margin-bottom:0px; } 
#navigation #LeftNav UL LI UL LI UL {  }

#menu1 LI {display:block }
#menu1 LI UL {display:block }
#menu1 LI UL LI {display:block }