H1 {font-family: "Times"; font-weight: bold; font-size: 24pt; color: #004400;}
H2 {font-family: "Times"; font-weight: bold; font-size: 18pt; color: #004400;}
H3 {font-family: "Times"; font-weight: bold; font-size: 14pt; color: #004400;}


/* Regular Links */
A:link {color:#0000FF; text-decoration: none;}
A:visited {color:#FF0000; text-decoration: none;}
A:hover {color:#FF0000; text-decoration: underline;}

/* Links for pictures that border-hilite when hovered */
A.link2:link {color:#000000}
A.link2:visited {color:#000000}
A.link2:hover {color:#994422}

TH {font-family: "Arial"; font-size: 10pt}

FORM {font-family: "Arial"; font-size: 10pt}

TEXTAREA {font-family: "Arial"; font-size: 10pt}


UL {list-style: disc outside; margin-top: -2px}
LI {margin-top: 6px}

TD.browncell {border: 1px solid #553311; text-align:center; padding:2px}

BODY {background-image: url('images/leafy_bg.jpg'); font-family: "Arial"; 
font-weight: normal; font-size: 12pt; color: #000000; text-align: left}


/*** For Links Page ***/
div.linkspage {}
.linkspage ul {font-size: 10pt;}
.linkspage a {font-size: 12pt;}


/*** Side menu on Mark Gallery page ***/
div.sidemenu {padding: 3px; font-size: 10pt;}
.sidemenu ul {margin: 5px; padding: 0 0 2px 0;list-style-type: none; text-align: left}
.sidemenu li {display: block; border: 0; width:100px}


/* dropdopwn menus from http://alistapart.com/articles/dropdowns/ */
div.dropdown {}

#nav, #nav a {font-weight: normal; color: black; text-decoration: none;
	font-size: 10pt; list-style-type: none; text-align: left;
	padding: 0 4px; display: block;}

#nav li li a {display: block; color: black; font-size: 9pt;}

#nav li a:hover {color: white; background-color: black;}

#nav li a:active {color: black; background-color: orange;}

/* style of menu entry for current page */
#nav i {text-style: italic; font-weight: bold; color: #555;}

/* main menu bar style */
.dropdown li {float: left; position: relative; width: 109px; text-align: left;
	cursor: default; background-color: #E3BB75; border: 1px solid black;}

/* dropdown menu style */
.dropdown li ul {display: none; position: absolute; top: 100%; left: 0;
	font-weight: normal; background-color: #C8AA76; margin: 1px 0; padding: 0; 
	border: 1px solid black;}

.dropdown li>ul {top: auto; left: auto;}

.dropdown li li {display: block; float: none; background-color: transparent;
	border: 0;}

.dropdown li:hover ul, li.over ul {display: block;}

