﻿body 
{
    background-color:#cccc99;
    font-family:Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-size:0.75em;
    background-image:url(../../Images/backLine.gif);
    height:100%;
    margin:0;
    
}
a:active,a:visited,a:link
{
    color:#cc9933;  
   text-decoration :underline;
   
}
a:hover
{
      text-decoration:none;
}
#topBar
{
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:100%;
    height:30px;
    background-color:#666633;
    border-bottom:solid 1px #ffffff;
    
}
#innerTop
{
    color:#ffffff;
    font-size:1.2em;
    padding-top:7px;
    
    text-align:right;
    width:950px;
}
#triangles
{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:300px;
    background-image:url(../../Images/triangles.gif);
    background-repeat:no-repeat;
}
#headerImages
{
  
     background-image:url(../../Images/headerImages.jpg);
     width:836px;
     height:132px;
     background-repeat:no-repeat;
     margin-left:96px;
}
#outerContainer
{
    position:absolute;
    width:800px;
    background-image:url(../../Images/pageBack.gif);
    background-repeat:repeat-y;
    top:255px;
    padding-left:130px;
    padding-right:20px;
    padding-bottom:20px;
}
#footer
{
     width:950px;
     height:21px;
     background-image:url(../../Images/bottom.gif);
     background-repeat:no-repeat;
     
    
}
h1
{
    font-size:1.9em;
    font-weight:normal;
}
h2,h3
{
    font-size:1.4em;
    font-weight:normal;
    color:#660000;
    margin:0;
    margin-bottom:5px;
    margin-top:10px;
    font-weight:bold;
}
h3
{
    color:#669999;
    margin:0;
}

h1:first-letter 
{
    font-size:2em;
    font-weight:normal;
    color:#cc9933;
}
hr
{
   border-top:solid 1px #dddddd;
    border-bottom:solid 1px #ffffff;
}
.homeLeft
{
  
    text-align:justify;
  
    margin-right:10px;
  
}
.homeRight
{
   
    width:307px;
    float:left;
    color:#669999;
    font-size:0.9em;
    margin:5px;
}

.homeLower
{
    clear:both;
}
.lightBluePanel
{
    background-color:#eff5f5;
    padding-left:10px;
    padding-right:10px;
}
.lightBluePanel a
{
    font-weight:bold;
    color:#669999;
    text-decoration:none;
    display:block;
    
}
.lightBluePanel a:hover
{
    text-decoration:underline;
}
.medBluePanel
{
    background-color:#d1e0e0;    
    padding-left:10px;
    padding-right:10px;
    color:#669999;
}
.medBluePanel a
{
 
    color:#669999;
    text-decoration:none;
    display:block;
    
}
.medBluePanel a:hover
{
    text-decoration:underline;
}
.mySiteOuter
{
    float:left;
    margin-right:5px;
    color:#669999;
    font-size:0.9em;
}

a.meLink:active,a.meLink:visited,a.meLink:link
{
    color:#cccc99;
    float:left;
    margin-left:10px;
    font-size:0.8em;
    text-decoration:none;
}
a.meLink:hover
{
     text-decoration:underline;
}