/* CSS Document */

body {
     font-family: Tahoma;
     font-size:11px;
     line-height:13px;
     color:#3D3D3D;	
     background-color: #ffffff;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
}

.heading { 
     font-family: Tahoma;
     color: #0B6DC6 
}

 h1, h2, h3 { 
     font-family: Tahoma;
     color: #0B6DC6 
}

.d_t { display:table; height:100%; width:100%}
.d_r { display:table-row; height:100%; width:100%}
.d_c { display:table-cell; float:left; height:100%; width:100%}
.v_l { background:url(images/v-l.gif) repeat-y; width:1px;}
.h_l { background:url(images/h-l.gif) repeat-x; height:1px}

a { color:#0B6DC6}

/* ========== Footer ========== */

.footer { color: #919191; }
#footer a {
     color: #919191;
     text-decoration: none;
}
#footer a:hover {
     color: #919191;
     text-decoration: underline;
}

/* ========== Navigation Bar ========== */

#navl a:link, #navl a:visited, #navl a:active {
     display: block;
     height: 40px;
     width: 117px;
     background: url(/images/l1-1.gif) #084FA0 top left no-repeat;
     text-align: center;
     line-height: 38px;
     text-decoration: none;
     color: #ffffff;
}

#navl a:hover {
     display: block;
     height: 40px;
     width: 117px;
     background-image: url(/images/l1.gif);
     text-align: center;
     line-height: 38px;
     text-decoration: none;
     color: #ffffff;
}

#navm a:link, #navm a:visited, #navm a:active {
     display: block;
     height: 40px;
     width: 117px;
     background: url(/images/l2.gif) #084FA0 top left no-repeat;
     text-align: center;
     line-height: 38px;
     text-decoration: none;
     color: #ffffff;
}

#navm a:hover {
     display: block;
     height: 40px;
     width: 117px;
     background-image: url(/images/l2-2.gif);
     text-align: center;
     line-height: 38px;
     text-decoration: none;
     color: #ffffff;
}

#navr a:link, #navr a:visited, #navr a:active {
     display: block;
     height: 40px;
     width: 117px;
     background: url(/images/l6.gif) #084FA0 top left no-repeat;
     text-align: center;
     line-height: 38px;
     text-decoration: none;
     color: #ffffff;
}

#navr a:hover {
     display: block;
     height: 40px;
     width: 117px;
     background-image: url(/images/l6-6.gif);
     text-align: center;
     line-height: 38px;
     text-decoration: none;
     color: #ffffff;
}

/* ========== END ========== */