﻿body 
{
	margin:0;
	padding:0;
	
}
#headerPrimary
{
	width: 100%;
	height: 350px;
	background: white;
	font-weight: bold;
	font-size: 20pt;
	font-family: Tahoma, Serif;
	text-align:center;
}
#headerSecondary
{
    width: 100%;
    height: 20px;
    background: palegoldenrod 12pt 50%;
    font-family: Tahoma, Serif;
    text-align: center;
    color: black;
    font-weight: bold;
    vertical-align:middle;
}

#Nav
{

 float:left;
 width:20%;
 background:white;
 height:100%;
}
#Content
{

  width:80%;
 background:white;
 
}
#Footer
{
   
    width: 100%;
}
.adminHeader
{
    width: 100%;
    height: 40px;
    background: #c2c1ff;
    font-weight: bold;
    font-size: 20pt;
    font-family: Serif;
    text-align: center;
}
.adminNav
{
    vertical-align: top;
    text-align: left;
    width: 10%;
}
.adminFooter
{
	background:#ffe2c0;

	
}
.adminContent
{
    background: gainsboro;
    width: 90%;

    
}
.admindiv
{
    width: 100%;
    line-height: 130%;
    text-align: center;
}
a
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

