﻿body
    {
        margin:0;
    }
td
    {
        font-family:verdana;
        font-size:11px;
        line-height:13pt;
    }
.Header
    {
        background:url('/images/top_gradient.gif');
        background-repeat:repeat-x;
        height:60px;
    }
div.Footer
    {
        background:url('/images/bottom_gradient.gif');
        background-repeat:repeat-x;
        height:60px;
        position:relative;
    }
div.BodyTitle{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
	position:absolute;
	top:155px;
	left:20px;
	font-size:75px;
	color:#FEB609;
	padding:25px 10px 40px 0px;
	font-family:arial narrow;
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
	z-index:-1;
	}
a{
	color: #3a811d;
}

a:hover{
	color: black;}	

 	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
	
.HeaderCell
{
	text-align:right;
	padding-top: 5px;
	padding-right:20px;
}

.Table2
{
	position:relative;
	border: 0px;
}

.Table2Cell1
{
	vertical-align:top;
	padding:50px 0px 0px 25px;
}

.Table2Cell2
{
	vertical-align:top;
	padding:25px 0px 0px 0px;
}

.ImageTagline
{
	margin-top:10px;
}
	
.Table3
{
	margin-left:100px;
}

.Table3Cell3
{
	background:url('/images/nav/nav_Shadow_CenterLeft.gif');
}

.Leaves
{
	padding-left:10px;
	width:130px;
	vertical-align:top;
}

.LeavesTable
{
	padding-top:20px; 
	padding-bottom: 50px;
}

.LeavesTable1
{
	vertical-align:top;
	width: 100px;
}

.TableEndCell
{
	vertical-align:top;padding:0px 50px 0px 25px;
}

.green
{
    font-size:30px;
    line-height:30px;
    color:#FEB609;
    padding:0px;
    margin-bottom:0px;
    font-family:arial narrow;
    font-weight:bold;
}
	
	
	
