﻿body
{
	background-color: #FFFFDD;
	color: Maroon;
	font-family: Verdana;
	font-size: 13px;
}
.topmost
{
	width: 1000px;
	height: 700px;
	margin: auto;
	background-color: #4F2836;
	color: Black;
	position: relative;
}
.logo
{
	color: White;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 138px;
	height: 138px;
}
.header
{
	position: absolute;
	top: 1px;
	left: 140px;
	background-color: #FFCC66;
	width: 720px;
	height: 138px;
	text-align: center;
	color: #4F2836;
}
.headertext1
{
	font-size: 40px;
	padding-top: 10px;
}
.headertext2
{
	font-size: 25px;
	padding-top: 10px;
}
.login
{
	color: White;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 138px;
	height: 138px;
}
.leftcolumn
{
	position: absolute;
	top: 140px;
	left: 1px;
	background-color: #FFFF88;
	width: 138px;
	height: 540px;
	font-weight: bold;
}
.content
{
	position: absolute;
	top: 140px;
	left: 140px;
	background-color: #FFFFDD;
	width: 700px;
	height: 520px;
	padding: 10px;
	overflow: auto;
}
.rightcolumn
{
	position: absolute;
	top: 140px;
	right: 1px;
	background-color: #FFFF88;
	width: 138px;
	height: 540px;
}
.footer
{
	position: absolute;
	color: #FFFFFF;
	right: 4px;
	bottom: 4px;
	text-align: right;
	font-size: x-small;
}
.menu
{
	width: 135px;
	background-color: #FFFF88;
	color: #4F2836;
	padding: 0px 1px 4px 5px;
	font-size: 12px;
	height: 20px;
}
.menuhover
{
	width: 135px;
	color: #4F2836;
	background-color: #FFCC66;
}
.submenu
{
	color: #4F2836;
	background-color: #FFDD77;
	padding: 0px 10px 4px 5px;
	font-size: 12px;
	height: 20px;
}
.submenuhover
{
	color: #FFFFDD;
	background-color: #4F2836;
}
.whitecolor
{
	color: #FFFFFF;
}
.smallfont
{
	font-size: 12px;
}
/*.homepage
{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.motto
{
	font-size: 16px;
	text-align: center;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-bottom-style: double;
	width: 650px;
	padding-bottom: 10px;
	padding-top: 10px;
}*/
.errorpanel
{
	height: 0px;
	width: 100%;
	color: Red;
	font-weight: bold;
	text-align: center;
}
 .accordionHeader
{
	/*border: 1px solid #4F2836;*/
	color: #4F2836;
	background-color: #FFDD66;/*#FFCC66*/
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionContent
{
	background-color: #FFFFDD;/* ;#FFFF88;White*/
	/*border: 1px dashed #4F2836;*/
	border-top: none;
	text-align: left;
	padding: 5px;
	padding-top: 10px;
}

