﻿body
{
    margin: 5px;
    font-family: Calibri;
    background-color: white;
    font-size:12pt;
    padding:2px;
}
 
.row {
    margin-left : -10px;
}
a {
    font-weight :800;
}
.banner 
{
     background-color: black;
     color:White;
     font-family: Arial;
     font-size:24pt;
     letter-spacing:5pt;
     text-align:left;
}
.subbanner 
{
     background-color : black;
     color:White;
     font-family: Arial;
     font-size:14pt;
     letter-spacing:5pt;
}

.colheading {
    background-color: #337ab7;
    color: white;
    font-family: calibri;
    font-size: 12pt;
    font-weight:bold;
    text-align:center;
    margin-bottom:5px;
    letter-spacing:2px;
}


.imagecenter {
    margin-left: auto;
    margin-right: auto;
    display : block;
}
.center {
    margin-left: auto;
    margin-right: auto;
    display : block;
    text-align:center;
}
div.tweets
{
    background-color: #ECE9D8;
}
div.main
{
    border: solid 1px #000; /*black 1px border*/
    margin: 0px;
    width: 780px;
    text-align: center;
}

p
{
    font-family: calibri;
}

div.q
{
   background-color:White
}

div.title
{
    font-weight: bold;
    font-size: 25pt;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arail;
    letter-spacing: 10pt;
    background-color: #000000;
    text-align: center;
}

td.sidebar
{
    font-weight: bold;
    font-size: 12pt;
    font-family: calibri;
    background-color: #cccccc;
}

pre.code {
    font-size: 12pt;
    font-family: 'consolas';
    color:black;
    background-color: #d6d7e6;
    padding:0px;
    padding-top: 2px;
    padding-bottom : 2px;
}

pre {
    font-size: 12pt;
    font-family: 'consolas';
}


h1
{
    font-weight: bold;
    font-size: 18pt;
    color: white;
    background-color:  gray;
    font-family: arial;
    text-align:center;
    margin-bottom : 5px;
    margin-top: 0px;
    padding : 5px;
}

h2
{
    font-weight: bold;
    font-size: 16pt;
    color: navy;
    font-family: arial;
}
h3
{
    font-weight: bold;
    font-size: 12pt;
    color: red;
    font-family: arial;
}

td
{
    font-family: calibri;
}

a.menu
{
    font-family: calibri;
    font-size: 11pt;
    font-weight: 700;
    color: white;
}
td.title
{
   
    background-color: #cccccc;
}

.header{
    background-color: Navy;
    font-weight: bold;
    font-size: 24pt;
    color: white;
    font-family: arial;
}
}

.admin_h1
{
    background-color: Navy;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 20pt;
    padding-bottom: 0px;
    margin: 0px;
    color: white;
    padding-top: 0px;
    font-family: arial;
}

form 
{
    margin:0px;
}  

.gray{
background-color:#dddddd;
font-weight:800;
}