﻿div.master
{
	margin-left: auto; 
	margin-right: auto;
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #838ab6;
}

div.header
{
    position: relative;
}
div.header div.sitemap
{
    color: #fff;
    text-align: right;
    position: absolute;
    width: 700px;
    right: 10px;
    bottom: 10px;
}
div.header div.sitemap a
{
    color: #fff;
    text-decoration: none;
}
div.header div.sitemap a:hover
{
    color: #c0c9ff;
}
div.sitemapx
{
	text-align: center;	
    font-weight: bold;
    background-color: #ddd;
    color: #8c8c8c;
    width:100%;
    padding: 1px 0px;
}
div.sitemapx a
{
    color: #8c8c8c;
    text-decoration: none;
}
div.sitemapx a:hover
{
    color: #c0c9ff;
}

div.menu
{
    font-weight: bold;
    color: White;
    background: url(../Images/menu-lightblue.png) repeat-x;
    background-color: #00329b;
    height: 22px;
    vertical-align: bottom;
}

div.menu table
{
    width: 100%;
    height: 22px;
}

div.menu table .linkbutton
{
    color: White;
    text-decoration: none;
}

div.menu table a
{
    color: White;
    text-decoration: none;
}