﻿/* CSS layout */

body {
	width: 800px;
}

h1 {
	text-align: center;
	font-size: xx-large;
}

.heading {
	padding: 4px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	color: #FFFF00;
	background-color: #0000FF;
	font-weight: bold;
	font-size: xx-large;
}

.container {
	position: relative;
	width: 100%;
  top: 0px;
  left: 0px;
  height: 202px;
}

div.leftpanel
{
  padding: 2px;
  width: 131px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #FFFF00;
  background-color: #0000FF;
  font-weight: bold;
}

a.leftpanel:link
{
  font-size: small;
  color: #FFFF00;
  background-color: #0000FF;
  text-decoration: none;
}

a.leftpanel:visited
{
  font-size: small;
  color: #FFFF00;
  background-color: #0000FF;
  text-decoration: none;
}
a.leftpanel:hover
{
  font-size: small;
  color: #FFFF00;
  text-decoration: underline;
  background-color: #0000FF;
}

a.leftpanel:active
{
  font-size: small;
  color: #FFFF00;
  text-decoration: underline;
  background-color: #0000FF;
} 

.centerpanel
{
  padding: 4px;
  margin-left: 138px;
  color: #000000;
  background-color: #FFFFFF;
}



.breadcrumbs {
	padding: 4px;
	margin: 0px;
	font-size: small;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0000FF;
}


