﻿/* CASA main Style Sheet */
body 
{
    background-color: #659DC4;            
}
#header
{
   margin-bottom: -30px;
}
#CASALoginBox 
{    
    font-size: .80em;
    font-family: Verdana, Arial, Sans-Serif;
    text-align: right;
    background-color: #F8F8FF;
    color: #659DC4;
    padding: .5em 1em .5em .5em;
    border: 1px solid #659DC4;
    clear: both;
    margin-top: 0px;
}
#CASALoginBox a, #CASALoginBox a:visited, #CASALoginBox a:hover, #CASALoginBox a:active
{
    text-decoration: none;
    color: #659DC4;    
}


#mainContent
{
    margin-top: 0;
    padding-top: 0;
}
#WelcomeMessage 
{ 
    text-align: center;    
}
#WelcomeMessage  h1
{
    color: #659DC4;
    font-family: Cambria, Arial, Verdana;
    font-size: 1.7em;
}
.grid_16
{    
    padding: .25em;
}

p
{
    margin-bottom: .5em;
}
h1
{
    margin: 1em auto 1em auto;
}
#ApplyButton
{
    width: 114px;
    height: 27px;
    position: relative;
    top: -30px;
    left: 550px;
}
#footer
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: .80em;
    padding-right: .4em;
    background-color: #F8F8FF;
    margin-bottom: .5em;           
}
#CASALoginBox a
{
    padding-left: 1em;
    border-left: 1px solid #659DC4;
}
.PageEditor
{
    text-align: right;
    padding-right: .5em;
}
