﻿body 
{
    color:black; 
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	line-height: 15px;
	width:980px;
	height:auto;	
	background-repeat: no-repeat;
		
}
h1
{
    font-size: 18px;
    color: #4b81d4;    
    margin: 10px 0 0 5px; 
    padding: 5px 0 10px 0;
}
h1.centered
{
    text-align: center;
}
h2
{
    font-size: 16px;
    color: #4b81d4;
    margin: 10px 0 0 5px; 
    padding: 5px 0 0 0;
}
h3, h4
{
    color: black;
    margin: 10px 0 0 5px;
    padding: 5px 0 10px 0;
}
h3{font-size: 14px;}
h4{font-size: 12px;}

p{margin: 5px 5px 15px 5px;}

li
{
    list-style: none;
    background-image: url(../images/icons/arrow_bullet.png);
    background-repeat:no-repeat;
    background-position: 0px 2px;
    padding-left: 18px;
    margin-bottom: 6px;
}

img
{
    border: none;
    padding: 0;
    margin:0;
    
}
table.info
{
    width: 50%;
    border-collapse: collapse;
    margin-left:auto;
    margin-right:auto;
    
}

table.info td
{
    font-size:1em;
    border: 1px solid #73afb7;
}

table.info th
{
    background: #4b81d4;
    color:White;
    font-size:.8em;
    border: 1px solid #73afb7;
} 

table.formlogin
{
    width: 35%;    
    margin: 20px auto 20px auto;
    border: solid 1px black;
    padding: 10px;
    
}

table.formlogin td
{
    width:50%;     
    text-align: center;
    font-weight: bold;   
    vertical-align: top;    
   
}
table.formlogin th
{
    background: #4b81d4;
    color:White;
    font-size:1em;
    border: 1px solid #73afb7;
}
div.left
{
    text-align:left;
}
div.right
{
    text-align:right;
}
#wrapper
{
    margin: 0, auto;  
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

.sidebar
{
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    border-color: #4b81d4;
    width: 250px;
    float: right;
    margin: 0 150px 10px 0;
    padding: 10px;
    background-color: #D3E1F5;
}

.sidebar li
{
    background-image: url(../images/icons/green_check.png);        
}

.sidebar p
{
    font-weight: bold;
}
.bluebanner
{
    font-size: 18px;       
    padding: 5px 0 5px 5px;
    background-color: #4B81D4;
    text-align:center;   
    color: White;      
}
.sitemappath
{
    font-size: 10px;
    margin: 0;        
    background-color: #4B81D4;
    text-align:left;   
    color: White;  
    height: 18px;
}
.menu
{
    position: absolute;
    top: 67px;
    left: 380px;        
}

.login
{
    border: solid 1px black;
    margin: 10px 10px 10px 300px;    
}
.login a
{
    padding-left: 5px;
    padding-bottom: 5px;
}
/*FOOTER FORMATTING*/


.footer
{		
	font-size:10px;
	font-weight: bold; 	
	line-height:10px; 				
}
.footer a
{	   
	color: black; 	
	text-decoration:none;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid black;
	float:right;
}
.footer a:hover
{   
	color: black; 		
	text-decoration:underline;	
}
.footer .copyright
{   
    float: left;
    border-left: 1px solid #666666;
    padding: 0 2px 0 2px;
}
.stpblue
{
    color:#4b81d4;
    font-weight: bold;
}


