﻿body 
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:10pt;
    margin:0;
    padding:0;
        background-color: #763b96;
}

#main
{
    width:100%;
    background-color: #763b96;
   
    
    
}

#wrapper
{
 width:900px;
 margin:0 auto;
 background-color:#fff;
 height:100%;  
}

#header
{

   
}

#headerLogos
{
    height:106px;
    padding:6px;
    
}

#headerImages
{
    height:125px;
    border-bottom: solid 4px black;
    border-top: solid 4px black; 
    margin:0px; 
}

#content
{
    height:auto;
    min-height:500px;
}
#footer
{
    width:100%;
    background-color: #763b96; 
   
}

#mediaplayer
{
    width:400px;
    height:350px;
    background-color:Red;
    float:left;

}


.tagLine
{
    text-align:center;
    color:#fff;
    font-size:18pt;
}

.body
{
    text-align:right;
    padding:12px 8px 4px 0px;
    font-size:14pt;
    width:480px;
    height:400px;
    float:right;
}

.body2
{
    width:100px;
    margin-left:50px;

}

.emailBody
{
    text-align:left;
    padding:8px 8px 8px 8px;
    font-size:12pt;
  
    margin-top:10px;
}

.emailForm
{
    width:350px;
    margin-left:auto;
    margin-right:auto;
   
}