body
{
    /*background-color:lightyellow;*/
    background-image: url('../images/saguaros_w.jpg');
    font-family: arial, verdana;
    background-repeat: no-repeat;
}

p
    {
        font-family:arial, verdana;
    }

/* h1 red-orange */
h1
{
    color: #FF3300;
}

/* h2 green-grey*/
h2
{
    color: #669900;
}
.height20
    {
        height: 20px;
    }

 /* Link color format */   
    
a:link 
	{
		color: blue;
		text-decoration:none;
        font-weight:bold;
	}

a.redlink:link 
	{
		color: red;
		text-decoration:none;
	}
a.purplelink:link 
	{
		color: purple;
		text-decoration:none;
	}

a.greenlink:link 
	{
		color: green;
		text-decoration:none;
	}

a:visited 
	{
		color: purple;
		text-decoration:none;
	}

a:active 
	{
		background-color: yellow;
		text-decoration:none;
	}

a:hover 
	{
		color:red;
		text-decoration:none;
	
	}

div.right_col
    {
    float: left;
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
    }

div.main70_col
    {
    float: left;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
    }
	
div.bottom
    {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    }
 
table.form1
    {
    background-color: #F5F5F5; 
    border: 2px outset #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    }

.treebox
{
    width: 197px;
    padding: 4px;
    border-color: blue;
    box-shadow: 8px 2px 15px 2px #404040;
    border: outset;
    border-width: 4px;
    border-radius: 15px;
}
