﻿body 
{
    background-image:url(../images/zebra_bg75.gif);
/*    background-repeat:no-repeat;*/
    background-color: #000;
    padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 0px;
    
}
/* Different backgrounds on different pages for testing*/

.nav td
{
    white-space:nowrap;
    font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    padding-bottom: 10px;
    padding-top: 10px;
   }
.nav a {
	display: block;
    color: #FFF;
}

.nav a:link, #nav a:visited {
    color: #FFF;
	text-decoration: none;
}

.nav a:hover {
    text-decoration: underline;
}

.content
{
    background-color:#FFF; 
    text-align:center; 
    width: 800px; 

    margin: 0 auto; 
    padding-top: 0px;
    background-image:url(../images/content_bg.gif); 
    background-repeat:repeat-x;
    }
    
    .maincontent
{
    text-align:left;
    font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
    font-size: 14px;
    padding: 50px 10px 10px 10px;

    }
    .mainimage
    {float:left;
         width: 320px;
         }
    .maintext
    {
    padding-left: 20px;
         
         }
.SaveButton
{
    position: relative;
    top: 6px;
    }
    .tbEmailInput
    {
        font-size: 15px;}