﻿body 
{
    font-family:Arial;
}

#main
{
    width:950px;
    margin:auto;
    background-color:White;
}

.sbutton
{
    background-image: url(images/button.gif);
    background-repeat: repeat-x;
    display:block;
    font-family: arial;
    text-align:center;
    height: 31px; 
    font-size:14px;
    padding-left:15px;
    padding-top:15px;
    padding-right:15px;
    color: White;
    text-decoration: none;
    vertical-align: middle;
         
}

.sbutton:hover
{   
    background-position: 0 -45px;
    color: white;
}

#shadow
{
    background-image:url(images/shadow.jpg);
    background-repeat:repeat-x;
    height:5px;
    width:950px;
    clear:both;
    display: table-row;
}

#header
{
    width:543px;
    height:291px;
    float:left;
    clear:both;
}


#flash
{
    width:950px;
    height:291px;
    
}

#maincontent
{
    float:left;
    clear:both;
    width:950px;
}

.home-title
{
    color:White;
    font-size:15px;
    
}

.graybox
{
    width:305px;
    background-image:url(images/graybox.jpg);
    background-repeat:repeat-x;
    color:White;
    font-size:12px;
    padding: 10px 10px 10px 10px;
    border-right:solid 2px white;
}

.graybox2
{
    width:305px;
    background-image:url(images/graybox.jpg);
    background-repeat:repeat-x; 
    color:White;
    font-size:12px;
    padding: 10px 10px 10px 10px;
}

#footer
{
    clear:both;
    float:left;
    font-size:10px;
    color:#0471e2;
    text-align:center;
    width:950px;
    background-color:#e3e2e2;
}

#footer a
{
    color:#0471e2;
    text-decoration:none;
}

#footer a:hover
{
    text-decoration:underline;
    color:#03458a;
}

#hostedby
{
    clear:both;
    text-align:center;
    color:#0471e2;
    text-decoration:none;
    font-size:10px;
    padding-top: 10px;
}

#hostedby a
{
    color:#0471e2;
    text-decoration:none;
}

#hostedby a:hover
{
    text-decoration:underline;
    color:#03458a;
}

h1
{
    color:white;
    font-size:20px;
    
}

h2
{
    font-size:16px;
    color:#6bb3fe;
}

.content
{
    color:White;
    font-size:12px;
    background-color:#626262;
    width:910px;
    padding-left:20px;
    padding-right:20px;
}

.contact_tbl
{
    font-size:13px;
    color:White;
    margin-left:10px;
    margin-bottom:25px;
}

.contact_heading
{
    
    padding-top: 4px; 
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px; 
    margin-bottom: 5px; 
    margin-left: -5px;
    font-size: 15px; 
    color: #6bb3fe; 
    font-weight: bold;
}

.scroll
{
    overflow:auto;
    border:solid 1px #c0c0c0;
    padding:10px;
    background-color:#636262;
    height:300px;
}

.read_button
{
    background-image:url(images/readmore.jpg);
    height:36px;
    width:82px;
    display:block;
    float:right;
   
    
}

.read_button:hover
{
    background-position:0px -35px;
}