

/** page layout */
body
{
	text-align: center;
}
div.centerWrapper
{
	margin: 0 auto;
	text-align: left;
	width: 765px;
}

div.menuItem, div.menuItemSelected
{
	cursor: pointer;
}

div#top
{
	border-bottom: 1px solid #f2f2ea;
	height: 35px;
	color: #352702;
	text-align: right;
}

div#top div.menuItem, div#top div.menuItemSelected
{
	float: right;
	width: 70px;
	height: 16px;
	text-align: center;
	margin: 10px 3px 0 3px;
	padding: 0px 0px;
}

div#top div.menuItemSelected
{
	background: #ffffff url('../images/layout/topSelected.jpg') no-repeat scroll left bottom;
}

div#menuWrapper
{
	clear: both;
	overflow: hidden;
}

div#logo
{
	height: 67px;
	padding: 25px 0px 15px 25px;
	float: left;
}

div#menu
{
	float: right;
	height: 53px;
	margin-top: 55px;
	background: #ffffff url('../images/layout/menubg.jpg') repeat-x scroll left bottom;
	overflow: hidden;
}

div#menu div.menuItem,div#menu div.menuItemSelected
{
	float: left;
	width: 96px;
	height: 33px;
	padding-top: 20px;
	text-align: left;
	font-weight: bold;
	color: #342600;
}

div#menu div.menuItemSelected
{
/*	background: #ffffff url('../images/layout/menuSelected.png') no-repeat left top; */
	background: #795636 url('../images/layout/menuSelected.jpg') no-repeat left top; 
	color: #ffffff;
}

div#menu div.menuItem a,div#menu div.menuItemSelected a
{
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #342600;
}
div#menu div.menuItemSelected a {
	color: #ffffff;
}

div#menu div.menuItemSub {
	width: 190px;
}
div#menu div.menuItemSub div.child {
	padding: 5px 5px 5px 5px;
	width: 180px;
	background: #795636;
	text-align: left;
}
	div#menu div.menuItemSub div.childBottom {
		height: 5px;
		width: 192px;
		background: url('../images/layout/menubt.gif') no-repeat scroll left top;
	}
	div#menu div.menuItemSub div.childTop {
		height: 5px;
		width: 190px;
		background: url('../images/layout/menutp.gif') no-repeat scroll left bottom;
	}

div#menu div.menuItemSub div.child a {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
div#menu div.menuItemSub div.child a:hover {
	text-decoration: underline;
}
div#menu div.menuItemSub div.child a.open {
	background: url('../images/layout/menuopen.gif') no-repeat right center;
} 

div#menu div#leftSide
{
	float: left;
	width: 9px;
	height: 48px;
	margin-top: 5px;
	background: #c7c0b8 url('../images/layout/menuCornerLT.jpg') no-repeat scroll right top;
}

div#menu div#rightSide
{
	float: left;
	width: 9px;
	height: 48px;
	margin-top: 5px;
	background: #c7c0b8 url('../images/layout/menuCornerRT.jpg') no-repeat scroll right top;	
}

div#brownBar
{
	background-color: #5f472d;
	height: 5px;
	border-bottom: 1px solid #ffffff;
	_overflow: hidden;
	z-index: -1;
}

div#main
{
	margin-bottom: 15px;
}

table.layout
{
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

table.layout td
{
	padding: 0px;
	vertical-align: top;
}

td.centerWrapper
{
	width: 765px;
	background: #ffffff url('../images/layout/whiteMainBottom.jpg') no-repeat scroll left bottom;
}

div#leftWhite
{
	background-color: #ffffff;
	overflow: hidden;
	height: 90px;
}

div#leftBrownCorner
{
	background: #f9f8eb url('../images/layout/brownCornerRT.jpg') no-repeat scroll right top;
	overflow: hidden;
	height: 7px;
}

td#leftBrown
{
	background: #ffffff url('../images/layout/brownGradient.jpg') repeat-x scroll 0px 97px;
}

div#navigationBar
{
	background: #f9f7ea url('../images/layout/brownCornerLB.jpg') no-repeat scroll left bottom;
	height: 30px;
	text-align: right;
	padding-right: 10px;
	padding-top: 15px;
}

div#whiteMain
{
	background: #ffffff url('../images/layout/whiteCornerRT.jpg') no-repeat scroll right top;
	text-align: left;
	min-height: 160px;
}

div#whiteMainBottom
{
	overflow: hidden;
	clear: both;
	height: 22px;
}

td#greyMain
{
	background: #eae7d8 url('../images/layout/greyCornerLB.jpg') no-repeat scroll left bottom;
	text-align: left;
}

td#bottomLine
{
	background: #ffffff url('../images/layout/lineBottom.jpg') repeat-x scroll left bottom;
	height: 25px;
}

div#bottomCorner
{
	background: #ffffff url('../images/layout/lineCorner.jpg') no-repeat scroll right bottom;
	width: 12px;
	height: 25px;
	float: right;
	overflow: hidden;
}

td#rightBrown
{
	background-color: #f9f7ea;
	vertical-align: bottom;
}

div#rightGrey
{
	background-color: #eae7d8;
	height: 50px;
}

td#rightGreyLower
{
	background-color: #eae7d8;
}

div#leftFoot
{
	margin: 10px 5px 0 10px;
	float: left;
}
div#GDK0400473
{
	margin-top: 40px;
	float: left;
	font-weight: bold;
	color: #918354;
}

div#rightFoot
{
	float: right;
	text-align: right;
	padding-right: 10px;
}

div#rightFoot a
{
	color: #372703;
	text-decoration: none;
}

div#bottomMenu
{
	padding-top: 10px;
}

div#bottomMenu a
{
	color: #000000;
	text-decoration: none;
}
div#bottomMenu a:HOVER
{
	text-decoration: underline;
}

/** addons */
div.formError
{
	padding: 3px;
	background-color: #FFFF99;
	border: 2px solid #CC0000;
	color: #CC0000;
}

form
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

div.inputWrapper
{
	overflow: hidden;
	width: 400px;
}

div.inputLabel
{
	width: 150px;
	text-align: right;
	padding: 7px 0 0 0;
	float: left;
	font-weight: bold;
}

div.inputField
{
	width: 244px;
	float: right;
	padding: 3px;
}

/** page path */
a.pagePath
{
	text-decoration: none;
	color: #342600;
}
a.pagePathLast
{
	text-decoration: none;
	color: #8e8657;
	font-weight: bold;
}
