<!--
body,td,th {
	font-family: Veranda, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #00CCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}


h1{
	color: #003300;
	font-size: 23px;
	font-weight:normal;
}

h2{
	color: #006600;
	font-size: 17px;
	font-weight:normal;
}

h3{
	color: #006666;
	font-size: 14px;
}


/* gets rid of borders from image links */
a img{border:none;}
/* ------- */


#OliveOilBanner {position: absolute ; top: 0px; center:0px; }

#TitleContent {position: absolute ; top: 0px; left:30px; width:520px; }

#MainContent{position: relative ; top:310px; left:170px; width:570px;}

#ContentBody{
margin:0 0 0 30px;
padding:5;
width:750px;}

#Contentleft{
margin:0 0 0 30px;
padding:5;
width:300px;}

#Contentsmall{
margin:0 0 0 30px;
padding:5;
width:770px;
font-size: 8px;}

/*----------------------*/
/* Menu on the top of the page ("Home", "x", "Ox", "x") */
div.TopNav{
    position:absolute;
    top:310px;
    left:500px;
}

div.TopNav a, div.TopNav a:active, div.TopNav a:visited{
	text-decoration:none;
	color:#28508A;
	font-size:8pt;
	font-family:Verdana;
	margin:0 5px 0 5px;
}

div.TopNav a:hover{
	color:#9CADFC;
}

/* ------- */
#Layer1 table{width:144;}

/* The main menu */

/* Menu Container */

#LeftNavigation{ position: absolute ; top:310px; 
  display:block;
  float:left;
  width:160px;
  min-height:0;
}

/* Base Menu Styling*/

#LeftNavigation ul{
    list-style:none;
    display:block;
    position:relative;
    margin:0;
    padding:0;
    min-height:0;
    line-height:0;
    vertical-align:bottom;
}

/*  Menu Items */

#LeftNavigation ul li{
    margin:0;
    padding:0;
    top:0;
    display:list-item;
    vertical-align:bottom;
}

/* Ensures that entire menu item is clickable as a link */
#LeftNavigation a{display:block}

/* Styling for the sub-menu.  */
#LeftNavigation ul li ul{
    display:block;
    position:absolute;
    left:160px;
    margin:-20px 0 0 0;
    background-color:White;
    width:100%;
    visibility:hidden;
    z-index:100;
}

/* Causes sub-menu to become visible when it's parent menu item is hovered over */
#LeftNavigation ul li.NavItem:hover ul{
    visibility:visible;
}

/* Styling for menu "headers" ("titles", etc...)144x20pix sidenav_background.jpg */
#LeftNavigation ul li.NavHeader{
    background:#669933;
    font:13px Verdana, Trebuchet MS, sans-serif;
    height:20px;
    line-height:20px;
    text-indent:20px;
    color:white;
    border-top:1px solid white;
    border-bottom:1px solid white;
}

#LeftNavigation a, #LeftNavigation li.NavItem{
    color:black;
    display:list-item;
    text-decoration:none;
    font-size:8pt;
    text-indent:0px;
    height:20px;
    min-height:0;
    margin:0;
    padding:0;
    border-collapse:collapse;
}

#LeftNavigation li.NavItem{
	background-color:#E6E6DE;
	height:20px;
	line-height:20px;
	min-height:0px;
	display:block;
	margin:0;
	padding:0;
 }

#LeftNavigation li.NavItemSub{
    background-color:#E6E6DE;
    display:block;
    margin:0;
	text-indent:5px;
    padding:0;
    height:15px;
    
}

#LeftNavigation li.NavItemSub a {
line-height:14px;
text-indent:15px;
font-size:7.5pt;}

#LeftNavigation li.NavItemSub a:HOVER {
background-color:#FFFFFF}

/* Menu Item divider style */
#LeftNavigation li.Divider{
    display:list-item;
    width:145px;
    height:2px;
    margin:0;
    padding:0;
    font-size:0pt;
}

/* White menu spacers */
#LeftNavigation li.Spacer{
    border-top:solid 1px white;
    border-bottom:solid 1px white;
    background-color:#E2E8F4;
    height:12px;
}

/* Hover effect for menu items */
#LeftNavigation ul li.NavItem a:hover{
    background-color:#FFFFFF;
}

/* ----------------------------------------------*/
