﻿body 
{
    margin-top: 0px;
    font-family: Verdana;
    font-size: 8pt;
    background-color: #d5e5d5;
}
a:visited
{
    color: #3a763a;
}
a
{
    color: #3a763a;
}
h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12pt;
    color: #3a763a;
    margin: 0 0 0 0;
}
/*Used in the image gallery to add a margin and change the image opacity*/
.galleryimage
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    margin-bottom: 5px;
}
/* Menu Tabs used to show the websites in each profile */
.menuTabs
{
    font-size: 8pt;
    font-family: Arial;
    position:relative;
    top:1px;
    left:10px;
}
.tab
{
    border:Solid 1px #8ea78e;
    border-bottom:none;
    padding:0px 4px;
    background-color:#f5f5f5;
    color:black;
}
.selectedTab
{
    border:Solid 1px #8ea78e;
    border-bottom:Solid 1px #ecf2ec;
    padding:0px 4px;
    background-color:#ecf2ec;
    font-weight: bold;
}
.tabBody
{
    border:Solid 1px #8ea78e;
    padding:10px;
    background-color:#ecf2ec;
    width: 830px;
}