﻿.head
{
    background-color:#1a73a0;
    text-decoration:none;
    color:#f5f5f5;
    font-size:30px;
    font-family:Calibri;
    font-weight:bolder;
    padding-top:5px;
    padding-bottom:5px;
    text-align:Center;
    box-shadow:inset 0 .2px 12px #383b3c;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border:1px solid #edeeee;
    width:85%;
    margin:0px auto;
    margin-bottom:3px;
    
    
}
.side-box
{
    background-color:#edfafc;
    -webkit-box-shadow:inset 0px 5px 10px 1px #000000;
    box-shadow:inset 0px 5px 10px 1px #1a73a0;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border:1px solid #edeeee;
    width:85%;
    margin:0px auto;
    height:100%;
    
}
.side-module
{
   
    background-color:transparent;
}
.side-module ol
{
    width:80%;
    margin:0px auto;
    padding:0px;
}
.side-module li
{
    list-style:url('../Images/bullet-arrow.png');
    padding:14px 20px 6px 10px;
    margin:0;
    border-bottom:1px solid #d4d5d5;
}
.side-module li:last-child
{
   
    border-bottom:0;
}
.side-module li a
{
    text-align:left;
    font-size:17px;
    margin:0 auto;
    float:none;
    border:0;
    color:#4e6f7a;
    font-weight:300;
}
.side-module li a:hover
{
    text-align:left;
    margin:0 auto;
    float:none;
    border:0;
    color:#26a6d0;
    font-weight:500;
    
}
.side-module img
{
   height:30px;
   width:26px;
   margin-right:10px;
   float:left;
}
on
{
    text-align:left;
    margin:0 auto;
    float:none;
    border:0;
    color:#26a6d0;
    font-weight:500;
    text-decoration:underline;
}