.submenu {
    list-style:none;
}

.submenu li{
    border-bottom: 1px solid #ffffff;
    padding:0px;
    line-height: 14px;
    list-style:none;
}

.submenu li a{
    color: #6D6D68;
    text-decoration: none;
    padding: 3px 3px 3px 3px;
    display:block;
    list-style:none;
    font-weight: bold;
    font-family: arial;
    font-size: 12px;
}

.submenu li a:visited{
    color: #6D6D68;
    text-decoration: none;
}

.submenu li a:hover{
    text-decoration: none;
    color: #4792CC;
    background-color: #DFEAF5;
}

.submenu .page_item {
    display:block;
}

h1 {
    color: #00117D;
    font-family: arial;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #949599;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

h2 {
    color: #5092C5;
    font-family: arial;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #949599;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

p {
    color: #4D566A;
    font-size: 12px;
    line-height: 16px;
    font-family: arial;
}

.pushedDown {
    margin-top: 10px;
}

p a {
    color: #5092C5;
    text-decoration: none;
}

.download:link, .download:visited {
    color: #4D566A;
}

.download:active, .download:hover {
    color: #5092C5;
}




.smallest {
    font-family: arial;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
}

.smaller {
    font-family: arial;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
}

.small {
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.medium {
    font-family: arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.big {
    font-family: arial;
    font-size: 18px;
    line-height: 23px;
}

.grey {
    color: #4D566A;
}

.darkBlue {
    color: #19114C;
}

.lightBlue {
    color: #5092C5;
}

.yellowBlock {
    background: #F9F2DC;
    padding: 5px 5px;
    margin-bottom: 20px;
}

.photo {
    margin: 0px 11px 11px 0px;
    float: left;
    background: #909090;
    width: 232px;
    height: 154px;
    overflow: hidden;
}

.photoRight {
    margin: 0px 0px 11px 0px;
    float: right;
    background: #909090;
    width: 232px;
    height: 154px;
    overflow: hidden;
}

img {
    border: none;
}

.clear {
    clear: both;
}