body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-size: 13px;
    color: black;
    width:100%;
   
    background-image:url('../images/silo3.jpg');
    background-attachment:fixed;
    background-size:100%;
    text-align:center;
    margin-top:20px;
    /*
    background-repeat:no-repeat;
    opacity:0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    */
}

.moduletable {
    margin: 0 auto;
    width: 774px;
}

.moduletable > td {
    padding: 0;
    margin: 0;
}

.left_box
{
    width: 450px; 
    display: inline; 
    float: left
}

.right_box
{
    opacity: 1; 
    display: inline; 
    width: 200px; 
    float: right; 
    margin-left: 20px;
}

#aiContactSafeForm {
    width: 700px;
}

#aiContactSafeForm td {
    padding-right: 50px;
}

#content h2
{
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid #aaa;
    padding-botton: 10px;
    display: block;
    color: #888;
}

#content form
{
    margin: 0 auto;
    width: 800px;
}

#content form input
{
    float: left;
    display: inline;
    background: #999;
}

.left_box p
{
    margin-left: 20px;
}

.right_box p
{
    margin-left: 0px;
}

#container {   
    height: 110%;
    width:800px;
    margin:auto;
    background:url('../images/containerBackground.gif') 0 0 repeat-y;
    // position:absolute;
    /*opacity:0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);*/
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: left;   
}


#logoBanner{
    top:10px;
    height: 109px;
    width:774px;
    margin:0 auto;
    background-color:lime;
    // position:absolute;
    //background-color:purple;
    background:url('../images/logoBackground.gif') 0 0 repeat-x;
}
#logo{
 width:230px;
 height:109px;
 background:url('../images/logo.gif') 0 0 repeat-x;
}
#flashSplash{
    
    width:774px;
    margin:0 auto;
    
    // position:absolute;
   // padding-left:24px;
}
#mainmenu{  
    top:30px;
    width:774px;
    height: 40px;
    // position:absolute;
    text-align:center;
    border-top: 0px solid #e2e2e2;
    border-botom: 0px solid #e2e2e2;
    margin: 0 auto;
    color:white;
    background:url('../images/menuBackground.gif') 0 0 repeat-x;
}

#mainmenu a {
    color: white;
    padding:auto;
    margin:0 auto;
}
 
mainlevel{
text-align:center;
margin:0 auto;
}
#content {
    top:50px;
    margin:0 auto;
    width:750px;
    text-align: left;
    background-color:white;
    color:black;
    // position:absolute;
    //overflow:scrolling;
    //border:  1px solid #000000;
}

#gradientBackground{
    height:40px;
    width:773px;
    margin:0 auto;
    background:url('../images/contentBackground.gif') 0 0 repeat-x;
}
#footer {  
    text-align:center;
    width:774px;
    margin: 0 auto;
    bottom: 0;
    border-top: 0px solid #e2e2e2;
    border-botom: 0px solid #e2e2e2;
    background-color:gray;
}