﻿
.membership
{
    position:absolute; top:5px; right:20px; width:123px; text-align:right; margin-right:5px; margin-top:7px;
    color:Gray;
    }
.membership a, .membership a:visited
{   
    color:Gray;
    }
    .membership a:hover, .membership a:active
    {
        color:#000000;
        }

h1
{
    color: #000066;
    font-size: 1.7em;
    margin: 0px;
    padding: 0px;
}
a
{
    color: #000066;
    
}
    
a:hover
{
    color:#EA7336;
    text-decoration:underline;
    }
a:visited
{
    color: #FF9900;
}
a:visited:hover
{
    color: #000000;
    text-decoration:underline;
}
.content
  {    
    position:relative;
    top:0px; 
    font-size:0.95em;     
    } 

.menu1 ul
{
    font-size:0.9em;
    }
.title
{
     font-weight:bold;
     font-size:1.2em;
    }

.linkbutton
{
    font-family: Myriad Pro,Arial,Sans-Serif;
    color: #000;
    font-size: 1.2em;
    
    width: 200px;
    display: block;
    text-align: center;
   
    text-decoration: none;
    line-height:2em;
    font-weight:bold;
    vertical-align:top;
}
.linkbutton:hover, .linkbutton:hover:visited
{
    filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}
.linkbutton:visited
{
    color: #000;
    }
.linkbutton img
{
    float:left;
    }
    

