﻿body
{
	margin:0px;
	padding:0px;
	background-color: #4D89A5;
}

/* CSS Document */

.boxMailList

{
	padding: 8px;
	background-color: #D2E4FB;
	border:solid 2px #0401CA;
}


.boxMailList h2

{
	margin: 0;
	padding: 0 0 0 46px;
	color: #02529A; 
	background:	url(mail.png) no-repeat;
	line-height: 40px;
}




#m
{
	 margin: auto;
	 width:998px;
	 text-align: left;
	 height:auto;
	 margin-top:6px;
	 background-color:#fff;
}

#bar
{
    text-align:right;
    padding: 3px 3px 6px 0;
    color: #fff;
}

#bar a
{
    color: #fff;
    text-decoration: none;
}

#bar a:hover
{
    color: #fff;
    text-decoration: underline;
}

#h
{
    
    
    background-image: url(logo2.png);
    background-repeat:no-repeat;  
    background-position: 5px center;
    width:998px;
    height:150px;
    font-weight: bold;
    color: #02529A;
    font-size: 14px;
}

#add
{
    float: right;
    padding: 10px;
}

#menu
{

}

.crumb
{   
    color: #000092;
    padding: 20px 4px 8px 4px;
    background-color: #fff;
}

.crumb a
{   
    text-decoration:none;
    
}

.crumb a:hover
{   
    text-decoration:underline;
    
}

#c
{
    background-color: #fff;  
}

#sideNav
{
    width:200px;
    float:left;
}


#content
{
     margin-left:230px;
     padding: 0 10px 5px 10px;
     background-color:#fff;

}



#f
{
     background-color:#02529A;
     text-align: center;
     padding: 2px 5px 5px 0;
     height: auto;
     
}

#f h2
{
    color: #FFFAC1;
    font-size: 16pt;
}

#f p
{
    color: #fff;
    font-size: 11pt;
}

#f div
{
    border-top: dotted 1px white;
    text-align:center; 
    padding-left: 100px;
    padding-right: 100px;
}


#f a
{
     white-space:nowrap;
     padding: 8px;
     color: White;
     font-weight:200;
     font-size: 12pt;
     text-decoration: none;
     display:inline-block;
     line-height:18pt;
}

#f a:hover
{
     text-decoration: underline;
}

#sideNav ul
{
    margin:2px;
    padding:0;
}

#sideNav li
{
     list-style: none;
     margin:0;
     padding:0;
        
    
}

#sideNav li a
{
      display: block;
      background: #4B84B7;
      color:#fff;
      padding:4px;
      border-bottom: solid 1px #fff;
      text-decoration:none;
}

#sideNav li a:hover
{
      background: #276BA9;
}