﻿*
{
    font-family:Arial;
}
textarea
{
    font-size:12px;
}
img 
{
    border:0px;
}
a
{
    color:#fa6d15;
}
html,form
{
     height:100%;
    margin:0px auto;
    padding:0px auto;
    overflow:auto;
}
   
body 
{
    height:100%;
    margin:0px auto;
    margin:0px auto;
    text-align:center;
    vertical-align:middle;
}

.SiteContainer
{
    margin:0px auto;
    width:760px;
    
    
   
}
.SiteContainer .TopLeftCorner
{
    width:57px;
    height:53px;
    background-image:url(Images/MainTopLeft.jpg);
    float:left;
}

.SiteContainer .TopRightCorner
{
    width:57px;
    height:53px;
    background-image:url(Images/MainTopRight.jpg);
    float:right;
}
.SiteContainer .TopBorder
{
    background-image:url(Images/MainTop.jpg);
    height:53px;
}

.SiteContainer .BottomLeftCorner
{
    width:57px;
    height:53px;
    background-image:url(Images/MainBottomLeft.jpg);
    float:left;
    margin-top:-46px !important;
    margin-top:0px;
    
    
}

.SiteContainer .BottomRightCorner
{
    width:57px;
    height:53px;
    background-image:url(Images/MainBottomRight.jpg);
    float:right;
    margin-top:-46px !important;
    margin-top:0px;
    
    
}
.SiteContainer .BottomBorder
{
    background-position:bottom;
    background-repeat:repeat-x;
    
    
	    
    background-image:url(Images/MainBottom.gif) !important;
    margin-top:46px !important;
    height:7px !important;
    
    background-image:url(Images/MainBottom.jpg);
    margin-top:0px;
    height:53px;
}

.SiteContainer .LeftBorder
{
    background-image:url(Images/MainLeft.jpg);
    background-position:left;
    background-repeat:repeat-y;
}

.SiteContainer  .LeftBorder .RightBorder
{
     background-image:url(Images/MainRight.jpg);
    background-position:right;
    background-repeat:repeat-y;
}

.ContentContainer
{
    margin-left:24px;
    margin-right:27px;
    height:434px;
    
   /* overflow:hidden;*/
    
}

/*  main page css */

.MainPageImage
{
    background-image:url(Images/MainPageDefaultBG.jpg);
    width:704px;
    height:176px;
   
}
.MainPageHomeMask
{
    background-image:url(Images/MainPageHomeMask.gif);
    width:706px;
    height:176px;
    padding:0px auto;
    margin:0px auto;
    overflow:hidden;
   
}
.MainPageCell
{
    float:left;
    margin:1px 3px 5px 3px !important;
    margin:1px 4px 5px 1px;
    /*background-color:black;*/
    width:82px !important;
    width:83px;
    height:82px;
    overflow:hidden;
    
   
}
.MainPageCell a img
{
   width:82px !important;
    width:83px;
}
.MainPageLogoContainer
{
    text-align:center;
    height:110px;
    padding-top:50px;
}
/* end main page css */

.Footer
{
    text-align:center;
    font-size:9px;
    height:20px;
    color:#6c6b69;
}
.Footer a
{
    color:#fa6d15;
    text-decoration:none;
    font-weight:bold;
}

