﻿

body{
	font-family: "Times New Roman", Times, serif ;
	font-size: small;
	background-color: rgb(153, 204, 255);
}

a:hover {
	color: #FFFFFF ;
	background-color: #0000FF ;
}
div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 20px; 
	width:1000px;  
 
}

.Header
 {
	text-align: center;
	color: #0000FF;
}
.LeftPanel {
    position: absolute;
    top: 250px;
    left: 10px;
    width: 150px;
    background-color: #eee;
    border-width: 1px;
    border-style: solid;
    padding-bottom: 8px;
    height: 500px;
    color: #0000FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}
.LeftPanel a 
{
	margin-left: 1px;
	margin-right: 1px;
	font-size: small;
	list-style-image: none;
	text-align: center;
	
}
.RightPanel {
    position: absolute;
    border: 1px solid;
    top: 250px;
    right: 10px;
    width: 150px;
    background-color: #eee;
    padding-bottom: 8px;
    height: 500px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.RightPanel p
{
    margin-left: 1px;
    margin-right: 1px;
    width: 130px;
    color: #0000FF;
    padding: 0 2px 0 0;
    border-style: none;
    font-size: 18px;
    font-style: normal;
    font-family: "Arial Narrow";
}
.CenterPanel {
	line-height: normal;
	font: normal normal normal 100% serif;
	background: #FFFFCC;
	margin-left: 165px;
	margin-right: 165px;
	padding-left: 22px;
	padding-right: 22px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #66CCFF;
	margin-top: 0px;
	padding-top: 10px;
}
 

table {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    color:orange;
	}
.style1 {
	text-align: right;
	
}
.style2 {
	text-align: left;
}