﻿/* Global */

body 
{
    font-family: Tahoma, Arial, Helvetica;
    color : #2a3845;
    text-align:center;
	background-color: #606060;
	margin:0;
    padding:0;
	}

a:visited, a:link {color : #a43b55;text-decoration : underline;background:none;}
a:hover {color : #a43b55;text-decoration : none;background:none;}
h1 {color : #7a2e40;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h2 {color: #7fa71f;font : bold 17px Georgia, serif;clear: both;background-image: url(../images/greendot.gif);background-repeat: repeat-x;background-position: 0 25px;margin-bottom: -6px;padding-bottom: 10px;}
h3 {color : #7a2e40;margin : 10px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
	
/* Body */
#container 
{
    width:956px;
    background:#ffffff;
    border-color:#ccc;
    text-align:center;
    /*border-color:#F4A80A;*/    
    margin:0 auto;
    border-top:solid 6px #bbde79;
    border-bottom:solid 6px #bbde79;
    }
    
/* Title */
#header {
	height:120px;
	background:url(../images/greenHeaderMain4.jpg) no-repeat;

	}  
#headertext 
{
    font-size: 11px;
    font-weight:bolder;
	text-align:right;
	cursor:default;
	position:relative; top:10px;right:25px;
	color:#000000;
	
	}
#headertext a:visited, #header a:link 
{
    text-decoration : underline;
    color : #000000;
    text-transform:uppercase
    }
#headertext a:hover 
{
    text-decoration : underline;
    color : #ffffff;
    }	

/* Menu */
#navigation
{
    background:#7fa72f;
    height:32px;
    list-style:none;
}
#navigation ul 
{
    margin: 0 0 0 12px;
    padding:0 0 0 12px;
    list-style-type:none;
	}
#navigation li
{
    float:left;
    clear:none;
    list-style:none;    
}
#navigation li a
{
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:9px 17px;
}

#navigation li a:hover
{
    color:#fff;
    background:#739B1F;
}
#active a
{
    background:url('../images/Navigation_Selected.gif');
}

#liner 
{
    height : 20px;
    background : url(../images/liner.gif) repeat-x;
    }


/* Paragraph */    
#content 
{
    margin: 0px 20px 0px 12px;
    padding-bottom:15px;
    color:#30598d;
    font : normal 14px Century Gothic, Tahoma, Verdana, sans-serif;
    text-align:left;
    }
#content ul 
    {
        
    padding:7;
    list-style: square url(../images/bullet2.gif);        
    }

#content h1 
    {
    color:#7fa71f;
        
    }
#content a 
{
    color:#30598d;
	text-decoration:none;
	}
#content a:hover {
	background-color: #739B1F;
	color:#ffffff;
	text-decoration:none;
	}

/* Footer*/
#footer 

{
    font : normal 12px Tahoma, Arial, Helvetica;
    text-align:left;
    padding : 10px 2px 10px 15px;
    clear:both;
	height:30px;
	color:#ffffff;	
	background-color: #739B2F;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	border-color: #bbbbbb;
	
    }
#footer a {
	color:#ffffff;
	text-decoration:none;
	}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
	
#borderTable 
{
    font : normal 12px Tahoma, Arial, Helvetica;
    color: #404040;
    margin: 10px 10px 20px 10px;   
    text-align:left;        
}

#borderTable .subHeader
{
    font : bolder 12px Tahoma, Arial, Helvetica;
    color: #7fa72f;
    text-transform:uppercase; 
}

#EmailTable 
{
    font : bolder 12px Tahoma, Arial, Helvetica;
    color: #ffffff;
    margin: 10px 10px 20px 10px;
    border: 1px solid gray;
    text-align:left;    
    background-color:#7fa72f;
        
}

#button
{
text-decoration:none;
font : bolder 12px Tahoma, Arial, Helvetica;
    }

#button a {   
	background-color: LightGrey;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: #cc6633;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	width: 12em;
	float: left;
	margin-right: 2px;
}

#button a:hover
{   background-color: green; color: white;}

/* depress effect on click */
#button a:active, a:focus {   
	border: solid 1px;
	border-color: #039 #99f #99f #039;
	letter-spacing: normal;
}