#page
{
	background: url(background-page.gif) repeat-y;
	width: 780px;
	height: 100%;
	text-align: center;
}

.HeaderPane
{
	background: #F6F6F6;
	padding: 0px;
	width:100%;
}

.TopPane
{
	background: #fae7b7;
	border-top: 1px solid #eeb211;
	border-bottom: 1px solid #eeb211;
	padding: 0px 5px 0px 5px;
}

.LeftPane
{
	background: #F6F6F6;
	width: 180px;
}

.ContentPane
{
	width: 580px;
	background: #FFFFFF url(background-content.gif) repeat-y left;
}

.IdentityRow
{
	background: #ffffff;
	border-bottom: 1px solid #eeb211;
}

.horizontal_menu_body
{
	background: #F6F6F6;
	padding: 3px 5px 3px 5px;
}

.vertical_menu
{
	border-top: solid 1px #eeb211;
	width: 100%;
}

.vertical_menu_body
{
	background: #F6F6F6;
	border-bottom: solid 1px #eeb211;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

#FooterRow
{
	color: #000;
	background: #fcf1d4;
}

#FooterCell
{
	text-align: center;
	border-top: 1px solid #eeb211;
	border-bottom: 2px solid #eeb211;
	padding: 3px 0px 3px 0px;
}

#FooterCell a
{
	font-size: 9px;
	font-family: verdana, geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

#FooterCell a:link
{
}

#FooterCell a:visited
{
}

#FooterCell a:hover
{
	color: #eeb211;
}

#FooterCell a:active
{
	color: #999;
}










