﻿body
{
	width: 800;
	font-family: Garamond;
}
.headertext
{
	color: #FFFF00;
	font-family: Garamond;
}
h1
{
    font-size: large;
    font-family: Garamond;
    text-align: center;
    font-weight: bold;
}
h2
{
    font-size: large;
    font-family: Garamond;
    text-align: center;
}
h3{font-size: medium;
    font-family: Garamond;
    text-align: center;}
h4
{
    font-size: medium;
    font-family: Garamond;
    text-align: center;
}
p
{
    font-family: Garamond;
    font-size: medium;
}



.Header_Left
{
    border-style: outset none none inset;
    border-color: #0099FF;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 15%;
    height: 180px;
    width: 15%;
    padding: 0;
    background-color: #000080;
    font-family: Garamond;
    font-size: small;
    z-index:1;
}
.Header_Left_A
{   font-size: small;
    color: #FFFF00;
}

.Header_Left_Date
{
	
	color: #FFFF00;
	font-family: Garamond;
	
}

.Header_Center
{
    border-style: outset none none none;
    border-color: #0099FF;
    position: absolute;
    width: 70%;
    top: 0px;
    left: 15%;
    right: 85%;
    height: 180px;
    padding: 0;
    background-color: #000080;
    font-family: Garamond;
    font-size: medium;
    z-index:2;
}
.Header_Center_Menu
{
    font-family: Garamond;
    font-size: medium;
    color: #FFFF00;
    width: 50%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    background-color: #000080;
 
}
.Header_Center_Menu_Font
{
    font-family: Garamond;
    font-size:medium;
    color: #FFFF00;
    background-color: #000080;
	margin-top: 0px;
}
.Header_Center_Menu_Static_Hover_Font
{
	font-family: Garamond;
    font-size:medium;
    color: white;
    background-color: #000080;
}
.Header_Center_Menu_Dynamic_Item
{
	font-family: Garamond;
    font-size:medium;
    color: white;
    background-color: #000080;
    width:100;
}
.Header_Center_Image
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:90%;
}

.Header_Right
{
    border-style: outset inset none none;
    border-color: #0099FF;
    position: absolute;
    width: 14.6%;
    height: 180px;
    top: 0;
    right: 99.6%;
    left: 85%;
    padding: 0;
    background-color: #000080;
    font-family: Garamond;
    font-size: small;
    margin-right: 10px;
    z-index:1;
}
.Header_Right_A
{   font-size: small;
    color: #FFFF00;
}
.Header_Right_LoginStatus
{
	color: #FFFF00;
	font-family: Garamond;
}

.Main_Left
{
	position: absolute;
	top: 184px;
	left: 0pt;
	right: 15%;
	width: 15%;
	padding: 4;
	background-color: white;
	height: 85%;
	z-index: 0;
	font-family: Garamond;
	font-size: medium;
}
.Header_Main_Left_Picture_1
{
	width:12%;
}


.Main_Center
{
	position: absolute;
	top: 184px;
	left: 16%;
	right: 80%;
	width: 68%;
	background-color: white;
	height: 85%;
	z-index: 0;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	font-family: Garamond;
	
}
    
.Main_Right
{
   
    position: absolute;
    top: 184px;
    right: 99.6%;
    left: 85%;
    width: 14.6%;
    padding: 4;
    background-color: white;
    height: 85%;
    z-index:0;
    font-family: Garamond;
	font-size: medium;
}
.Main_Center_Container
{
	position: absolute;
	top: 184px;
	
	width: 98%;
	background-color: white;
	height: 100%;
	z-index: 0;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	font-family: Garamond;
	
}