body
{
	margin: 0;
	padding: 0;
	font-size: medium;
	color: black;
	background-color: #FFFFFF;
	display:inline; /* So IE plays nice */
}

/* BASIC STYLES */
.SideBarMenu 
{ 
	float:left; 
	width: 125px; 
	background-image: url(http://myg.info/Includes/css/BackGround.gif);
	background-repeat: repeat-y;
	position:relative; 
}

.LeftGutter { float:left; width: 25px; position:relative; } /* END of Life when deleted */

.Content
{
	float:left;
	background-color:#FFFFFF;
	text-align: justify;
	min-width: 800px;
	max-width: 1200px;
	margin: 0 50px 0 50px;
	position:relative;
}

.location
{
	color: black;
	font-family: Times, serif;
	font-size: xx-small;
	font-weight: normal;
}

#FeaturedLinks_Wrapper { margin: 40px 20px 40px 20px; }

.FeaturedLinks
{
	font-size: small;
	text-align: center;
	margin: 0 20px 20px 20px;
}

H1 { 
	text-shadow: 4px 4px 4px #666; 
	margin-top: 0px;
}
H2 { text-shadow: 2px 2px 2px #666; }

p.topic:first-letter
{
	font-size: 250%;
	float: left;
}

ul.plants
{
	list-style: url(http://myg.info/graphics/ball.green.gif) circle outside;
	padding-bottom: 4em;
}

.PlantTitle
{
	font-size: larger;
	font-style: bold;
	color: #030;
}

ol
{
	padding-top: 10px;
	padding-bottom: 5px;
}

li
{
	padding-top: 0px;
	padding-bottom: 8px;
}

.reference
{
	color: black;
	font-family: times;
	font-size: smaller;
	font-style: oblique;
	font-variant: small-caps;
}

.transparent
{
	filter: alpha(opacity=90);
	background-color: green;
	display: none;
	width: 170;
	height: 100;
	position: absolute;
	color: white;
	border: 1 green solid;
}


/* Tooltip Popups Script STYLES */
#overDiv
{
	position:absolute; 
	visibility:hidden;
	z-index:1000;
}


/* FORM STYLES */
.MenuDesc
{
	color: black;
	font-family: Arial, sans-serif;
	font-size: smaller;
	font-weight: bold;
}

.DropMenuFixed
{
	color: black;
	width: 225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.DropMenuVar
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* LINK PSEUDO CLASS - Put at end of CSS because of Specificity */
A:link
{
	text-decoration: underline;
	color: black;
}

A:visited
{
	text-decoration: underline;
	color: green;
}

A:hover
{
	text-decoration: none;
	color: green;
}
