body 		{
	font-family: sans-serif;
	width: 860px;
	font-size: 12px;
	color: #e87817;
        background-color: #383330;
        margin: 0 auto;
		}

ul li a {
  color: black;
}
a {
  color: #A18070;
}
a:visited {
  color: #a16055;
}
a:hover {
  color: #b18000;
}

#admin		{
	font-size: 11px;
		}

#admin a	{
        color: #e87817;
		}

#admin a:hover	{
        color: white;
		}

#admin_stats	{
	font-size: 11px;
		}

small           {
        font-size: 9px;
                }

.odd            {
                }

.even            {
        background-color: #639ace;
                }

#main		{
<!--/*	background-image: url(/stylesheets/sharperimage1/bground.jpg); */ -->
	background-repeat: no-repeat;
	background-attachment: fixed;
		}

#branding	{
	height: 140px;
<!--	background-color: #e8e8e8;  -->
	
<!--/*	background: url(/stylesheets/sharperimage1/branding1.jpg) repeat-x left center;  */-->
	margin-top: 0px;
<!--   margin-left: 35px;  -->
		}

#branding_image {
   padding: 0px;
   margin-left: -5px;
		}

#branding_title {
	float: left;
	display: inline; 
	font-size: 40px;
	text-align: left ;
	color: black;
	font: Helvetical Bold ;
	letter-spacing: 5px;
	padding-top: 15px;    
                }

.droplinebar {
	overflow: hidden;
	width: 100%;
		}

.droplinebar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font: bold 12px Arial;
 <!-- /*	background: #242c54 url(/stylesheets/delightfood/bluedefault.gif) center center repeat-x; */ --> /*default background of menu bar*/
		}

.droplinebar ul li {
	display: inline;
		}

.droplinebar ul li a {
	float: left;
	color: black; 
	padding: 9px 5px;
	text-decoration: none;
	background: url(/stylesheets/sharperimage1/menudivide.gif) top right repeat-y;
		}

.droplinebar ul li a:visited {
	color: black;
		}

.droplinebar ul li a:hover, .droplinebar ul li .current { /*background of main menu bar links onMouseover*/
	color: #e87817;
	background-color: #f7f3e8; 
<!-- /*	background: transparent url(/stylesheets/menuhighlight.gif) center center repeat-x; */ -->
		}

/* Sub level menus*/
.droplinebar ul li ul {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: #f7f3e8; /*sub menu background color */
	visibility: hidden;
		}

.droplinebar ul li ul li {
	display: block;
		}
		
/* Sub level menu links style */
.droplinebar ul li ul li a {
	font: bold 12px Verdana;
	padding: 6px;
	padding-right: 8px;
	margin: 0;
	background: url(/stylesheets/sharperimage1/menudivide.gif) top right repeat-y;
		}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
color: white;
background: #434343;
}

#dividerline {
	border-top: 2px solid #5b2f04	;
		}


/* vertical menu css */
.main_nav	{
	float: left;
	margin: 0em;
	height: 26em;
	padding: 1em;
	width: auto;
<!--/*	background-image: url(/stylesheets/sharperimage1/bground.jpg);*/  -->
		}

.main_nav ul {	
	margin: -0.1em;
	padding: 0;
	list-style-type: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid gray;
	}
	
.main_nav ul li {
	position: relative;
	}

.main_nav ul li ul	{
	position: absolute;
	width: 150px;
	top: 0.2em;
	visibility: hidden;
				}

/* Styles for Menu Items */
.main_nav ul li a {
	display: block;
	text-decoration: none;
	overflow: auto;
	color: black;
	font-weight: bold;
	background: white url(/stylesheets/sharperimage1/glossyback1a.gif) repeat-x bottom left;
	padding: 5px;
	border: 1px solid gray; /* IE6 Bug */
	border-bottom: 0;
	}

.main_nav ul li a:visited	{
	color: black;
	font-weight: bold;
					}

.main_nav ul li a:hover	{
	background:  #e87817;
<!-- /*	background-image: url(/stylesheets/sharperimage1/glossyback1c.gif); */ -->
				}

.main_nav .subfolderstyle	{
      background: white url(/stylesheets/sharperimage1/glossyback1a.gif) repeat-x bottom left;
					}

/* Holly Hack. IE Requirement \*/
* html .main_nav ul li { float: left; height: 1%; }
* html .main_nav ul li a { height: 1%; }
/* End */


/* CSS control over UMENU items */

#umenu 	{
<!--   clear: both;   -->
	margin: 1px;
	padding: 0;
	height: 20px;
<!--	background-color: #e8e8e8;  -->
		}

#umenu ul	{
	margin: 0;
	margin-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
	width: 100%;
	border-width: 1px 0;
		}

* html #umenu ul	{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
			}


#umenu ul li	{
   	display: inline;  
			}


#umenu ul li a	{
	float: right;
	color: #e87817;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	background: url(/stylesheets/sharperimage1/menudivide.gif) top right repeat-y;
			}

#umenu ul li a:hover	{
	color: #e87817;
	background: url(/stylesheets/sharperimage1/branding.jpg) repeat-x left center;
<!--	background-color: #f8ad6a; -->
	border-bottom: 1.5px solid black;
	padding-bottom: 0;
				}

#content 	{
	float: left;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 100%;   
		}

#content a	{
	color: black;
		}

.contact_us_form 	{
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 75%;
	text-align: left;
	margin-left: 1px;
	font-size: 14px;
	background-color: #bbdb88;
	padding: 1px;
	border: solid 1px brown;
		}

.generic_form 	{
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 75%;
	text-align: left;
	font-size: 14px;
		}

img	{
	margin: 0 0.4em 0 0.4em;
			}

#Admin-form	{
	float: left;
	padding-left: 20px;
	color: black;
		}

.admin-form	{
	align: right;
	margin-left: 1px;
	color: black;
        font-size: 11px;
	background-color: #bbdb88;
	padding: 1px;
	border: solid 1px brown;
		}

label		{
	float: left;
	text-align: right;
	width: 7.5em;
	padding-top: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
		}


input,  textarea, select, .submit	{
	  font-size: 12px;
				}


input[type="text"], textarea 	{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
					}

#buttons		{
	padding-left: 8em;
			}

fieldset		{
	border: solid 1px black;
			}

.login-form	{
        width: 100%;
	align: right;
	margin-left: 1px;
	font-size: 14px;
	background-color: #bbdb88;
	padding: 1px;
	border: solid 1px brown;
		}

#login-form	{
        width: 100%;
	margin-left: 1px;
	font-size: 14px;
	background-color: #bbdb88;
	padding: 1px;
	border: solid 1px brown;
		}

#notice		{
	clear: both;
	padding: 10px;
		}
		
.footnote	{
	clear: both; 
        padding-top: 0.5em;
	margin-top: 2em;
	border-top: 15px solid #fbfbfb;
	width: 100%;
	height: 40px;
	text-align: center;
<!--	background: url(/stylesheets/sharperimage1/branding.jpg) repeat-x left center; -->
		}

.footnote a	{
	text-decoration: none;
	color: grey;
		}



