﻿body {
  margin: 0px;
  padding: 0px;
}
#picture
{
	width: 386px;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 264px;
	z-index: 100;
}
#header
{
	background: lightyellow;
	height: 150px;
	left: 387px;
	top: 0px;
	position: absolute;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	font-size: 14pt;
	font-family: Arial;
}
#menu
{
	left: 387px;
	top: 151px;
	height:25px;
	position: absolute;
	background-color: #f5f5f5;
	border-right: 1px solid;
	border-bottom: 1px solid;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}
#left
{
	background: lightyellow;
	width: 250px;
	height: 625px;
	left: 0px;
	top: 265px;
	position: absolute;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
}
#title
{
	left: 400px;
	top: 200px;
	height: 30px;
	position: absolute;
	background-color: white;
	font-size: 24pt;
	font-family: Arial;
	font-weight: bold;
}
#content
{
	left:251px;
	top:265px;
	position:absolute;
	background: white;
	height: 500px;
	font-family: Arial;
}
#footer {
  background: #0f0;
  clear: both;
  width: 100%;
}

.headingType
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12pt;
	color: Black;
}

.headerStyleType
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12pt;
	color: Black;
}
.largeHeadingType
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 16pt;
	color: Black;
}

.smallHeadingType
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
}

.regularTextType
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
}
.italicTextType
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	font-style: italic;
}
.smallTextType
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
}
.largeTextType
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 12pt;
	color: Black;
}

.HeaderTextType
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 12pt;
	color: White;
}


.message
{
	color: red;
	background-color: yellow;
}
.textboxerror
{
	background-color: #ffc0bb;
}

.pagesmall
{
	font-size: 10pt;
	color: black;
}

