﻿body,html,form {
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    color: rgb(68, 68, 68);
}
a,a:visited
{
    text-decoration:none;
    color:rgb(35, 61, 137);
    
}
a:hover
{
    color:rgb(35, 61, 137);
    text-decoration:underline;
}
    a.selected
    {
        color:green;
    }
h1
{
    color:rgb(28, 56, 137);
    font-weight:normal;
    font-size: 18px;
}


.workspace
{
    width:950px;
    margin-left:auto;
    margin-right:auto;
    border-left:1px solid rgb(28, 56, 137);
    border-right:1px solid rgb(28, 56, 137);
    height:100%;
}


.header-placeholder
{
	background-color:rgb(28, 56, 137);
	height:95px;
	color: #036;
}
.menu-placeholder
{
    border-bottom:1px solid rgb(28, 56, 137);
    width:100%;
    height:40px;
}
.menu
{
    list-style:none;
    padding:0;
    margin:0;
    display:inline;
    font-size: 15px;
}
    .menu li
    {
        float:left;
        padding:10px;

    }
    .menu li a
    {
        color:#666;
    }
    .menu li a:hover
    {
        color:#666;
        text-decoration:none;
    }

.main-content-placeholder
{
  text-align:left;
  vertical-align:top;
  padding:20px;
}
.footer-placeholder
{
    height:40px;
    text-align:center;
}

.ms-rteStyle-Accent1 {
color: rgb(28, 56, 137);
}
