﻿body 
{
	padding: 0px;
	text-align: center;
}

form 
{
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

div
{
	font-family: Arial;
	font-size: 9pt;
	color: #6D6750;
}

.divRow
{
	height: 22px;
	width: 680px;
}

.divRowLeft
{
	float:left;
	width: 150px;
}

.divRowRight
{
	float: right;
	width: 520px;
}

.exitbtn
{
	margin-left: 635px;
}
.esexitbtn
{
	margin-left: 640px;
}

.divHeader
{
	background-image: url(../images/yellowtop.jpg);
	background-repeat: no-repeat;
	height: 130px;
}

.divHeaderFG
{
	background-image: url(../images/yellowtop.jpg);
	background-repeat: no-repeat;
	height: 175px;
}

.divLogRow
{
	padding-top: 32px; 
	text-align:left;
}

.TopLogo1
{
	float:left; 
	width: 450px; 
	padding-left: 30px;
}

.TopLogo2
{
	float:right; 
	width: 165px; 
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.TopBackButton
{
	width: 680px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
}

.divMiddle
{
	background-image: url(../images/yellowbgmid.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 711px;
}

.divBottom
{
	background-image: url(../images/yellowbgbottom.jpg);
	background-repeat: no-repeat;
	height: 95px;
}

.accHeader
{
	font-size: 11pt;
	color: #6D6750;
	font-weight: bold;
	border-top: black thin;
	border-left: black thin;
	border-bottom: black thin;
	border-right: black thin;
	width: 650px;
	padding: 5px;
	margin-top: 5px;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

.accContent
{
	font-family:arial;
	font-size: 10pt;
	color: #000000;
	background-color: #BCAE87;
	padding :5px;
	padding-top:5px;
	cursor: pointer;
	width:650px; 
}

.glossleft
{
	font-family: Arial;
	font-size: 9pt;
	color: #6D6750;
	padding: 2px 5px 2px 10px; 
	font-weight:bold; 
	width:230px; 
	vertical-align:middle;
	border-top: solid 1px #BCAE87;
}

.glossright
{
	font-family: Arial;
	font-size: 9pt;
	color: #6D6750;
	padding: 2px 5px 2px 5px; 
	width:400px;
	border-top: solid 1px #BCAE87;
	border-left: solid 1px #BCAE87;
}

.hide
{
	display:none;
}