﻿body 
{
    width:100%;
    margin:0px;
    padding:0px;
    background-color:#CCCCCC;
    font-family:Verdana, Sans-Serif;
    font-size:11px;
        color:#666666;
}


/* STRUCTURE */
#PageWrap
{
     width:840px;
     margin:auto;  
     background-color:#FFFFFF; 
    }
    
#PageTop
{

    height:170px;
    background-image:url(../images/pagetop.jpg);
    background-repeat:no-repeat; 
    }    
    
    #Logo img
    {
        margin-left:33px;
        margin-top:29px; 
        }    

    #Tabs
    {
        margin-left:21px;  
    
        }
        
        .TabStart
        {
            width:10px; 
            height:51px;
            background-image:url(../images/tabs/tabstretch.jpg);
            background-repeat:repeat-x;            
            }
        
        .TabSpacer
        {
            width:23px; 
            height:51px;
            background-image:url(../images/tabs/tabspacer.jpg);
            background-repeat:no-repeat;             

            }

        .TabStretch
        {
            width:21px; 
            height:51px;
            background-image:url(../images/tabs/tabstretch.jpg);
            background-repeat:repeat-x;           

            }


#PageContent
{
    background-image:url(../images/pagestretch.jpg);
    background-repeat:repeat-y; 
     
    }
    
    #MainContent
    {
        width:800px;
        margin-left:20px; 
        padding-bottom:60px;
        min-height:400px;
        }
        
        .StandardIndent
        {
            width:752px;
            padding-top:30px;
            margin-left:24px; 
          
            
            }
    
#PageBottom
{
    background-image:url(../images/pagebottom.jpg);
    background-repeat:no-repeat;
    height:50px;  
    text-align:center;
    }    
    

    
/* GENERIC STYLES */    

h1, h2, h3, h4, a, table, tr, td, img, p, ul, ol
{
     margin:0px;
     padding:0px;
     border: solid 0px #000000;
     font-weight:normal;
     text-decoration:none;
     
    }
    
    
h1, h2
{
     color:#3A3AA2;
    font-size:18px;
    font-family:Arial, Sans-Serif;  
    }       

h2
{
    text-decoration:underline;
    }
h3
{
     font-size:12px;
     font-weight:bold;
     
    }
    
a
{
    color:#b87515;
    text-decoration:none; 
    }    
    
a:hover
{
    color:#b87515;
    text-decoration:underline; 
    }      
    
p
{
     margin-bottom:12px;
    }   
    
ul, li
{
  list-style-type:none;   
    }    
    
tr
{
     vertical-align:top;
    }     
    
/* STYLES */    

.Breadcrumb 
{
     font-size:11px;
     margin-bottom:4px;
    
    }
    
.BreadcrumbSegment
{
    color:#b87515;    
    }    
    
.BreadcrumbCurrent
{
     font-weight:bold;
    }    

    
.FormField, .RequiredField, .RequiredField_ML
{
    width:200px; 
    margin-bottom:6px;
    }  
    
          
.RequiredField, .RequiredField_ML
{
    background-color:#FFFBCD; 
    }    
    
.RequiredField_ML
{
     height:80px;
    }
    
.Form_Error
{
    background-color:#E2E2E2;
    border:solid 1px #CCCCCC;
    color:#FF0000; 
    padding:4px;
    margin-bottom:8px;
    }    
    
.Form_Success
{
	background-color:#D2E3AE;
	border:solid 1px #678A3C;
	color:#333333; 
    padding:4px;
    margin-bottom:8px;
       
    }    