﻿body
{
    background-image:url('images/bg.jpg');
    background-repeat:repeat-x;
    background-color:#BADDF1;
    font-family:verdana;
}
.site
{
    margin-left: auto;
    margin-right: auto;
     width:754px;
}
.Header
{   
    width:754px;
    background-image:url('images/topborder.jpg');
    background-repeat:repeat-x;
    clear:both;
}
.Footer
{
    height:19px;
    width:754px;
    background-image:url('images/bottomborder.jpg');
    background-repeat:repeat-x;
    clear:both;
}
.page
{
     width:754px;
     height:auto;
     background-image:url('images/sideborders.gif');
     background-repeat:repeat-y;
     
}
.backgroundImage
{
    width:754px;
    height:210px;
    vertical-align:top;
    background-image:url('images/logoandbg.jpg');
    background-position:center 4px;
    background-repeat:no-repeat;
    
}
.nav
{
    height:41px;
    background-color:#F68932;
    color:white;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    word-spacing:4px;
    vertical-align:middle;
    text-decoration:none;
    clear:both;
}
a.nav:hover
{
    text-decoration:underline;
}
.mainPage
{
    padding:5px;
    font-size:12px;
    color:#474747;    
}
.TitleBox
{          
    background-color:#CBE6F5;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}
.TitleBoxJoinUs
{          
    clear:both;
    background-color:#CBE6F5;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}
.BoxTop
{
    height:9px;
    background-image:url('images/boxtop.jpg');
    background-repeat:repeat-x;
    vertical-align:top;
    
}
.BoxBottom
{
    height:9px;
    vertical-align:bottom;
    background-image:url('images/boxbottom.jpg');
    background-repeat:repeat-x;
    
}
.BoxBody
{
    Clear:both;
    border-left:solid 4px #99CCEB;
    border-right:solid 4px #99CCEB;
    
}
.LinksBox
{
    background-color:#E4F2FA;
    margin-left: 25px;
    margin-right: auto;
    width: 450px;
    border:solid 2px #CBE6F5;
}
.mainText
{
    padding:15px;
    width:700px;
}
.mainPic
{
    float:right;
    padding:5px;
}
.inputOn
{
    border: solid 1px silver;
    background-color:#ffffff;
    height:22px;
    width:120px;
    color:#474747;
    font-size:16px;
    font-family:verdana;
}

.inputOff
{
    border: solid 1px #4395DF;
    background-color: #D7EAFC;
    height:22px;
    width:120px;
    color:#474747;
    font-size:16px;
    font-family:verdana; 
}
.footerNav
{
    font-size:12px;
    text-align:center;
    color:#F68932;
    padding:10px;
}
a
{
    color:#F68932;
    text-decoration:none;
}
a:hover
{   
    text-decoration:underline;
}
a.Link
{
    font-weight:bold;   
    color:#F68932;
    text-decoration:none;
}
a.Link:hover
{   
    text-decoration:underline;
}
li.li
{
   margin-left:30px;
   line-height:20px;
}
.ContactUsText
{
    font-size:16px;
    text-align:right;
    vertical-align:top;
    padding-right:25px;
    line-height:30px;
}
.button
{
    background-color:#F68932;
    border:solid 2px #F68932;
    color:White;
    height:20px;
    font-size:12px;
    font-weight:bold;
}


