#bodyarea {
	margin: 0px;
	padding: 0px;
	width: 724px;
	font-family: arial;
	font-size: 12px;
}	
#contentBorder {
	border-width: 2px;
	border-color: 8D8B7A;
	border-style: solid;
	background-color: FFFFFF;
	width: 724px;
	margin: 0px;
	padding: 0px;
}
#contentAreaRight {
	float: right;
	margin: 0px 0px 0px 0px;

	width: 493px;
}
#contentAreaRight #pageContent {
	background-color: FFFFFF;
	padding: 10px 0px 0px 0px;
	text-align: left;
}	
#contentAreaRight #pageContent_secondLevel {
	background-color: FFFFFF;
	padding: 0px 0px 0px 6px;
	text-align: left;
}	
#contentAreaRight #pageContent_secondLevel table a {
	text-decoration: none;
	color: 666666;
}	
#contentAreaRight #pageContent_secondLevel table a:hover {
	text-decoration: underline;
}
#contentAreaLeft {
	margin: 0px 493px 0px 0px;
	
}
#contentAreaLeft #leftColumnContent {
	background-color: FFFFFF;
	padding: 15px 0px 0px 10px;
}
#footer {
	font-size: 10px;
	margin: 3px 0px 0px 10px;
}






/* QUICK BAR */
#quickbar {
	float: right; width: 724px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#quickbar a {
	text-decoration: none;
	color: D87423;
	font-weight: bold;
}
#quickbar a:hover {
	text-decoration: underline;
}







/* MENU */
#menuArea {
	border-style: solid;
	border-width: 0px 5px 1px 10px;
	border-color: FFFFFF 8D8B7A 8D8B7A D87423;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	height: 200px;
	background-color: FFFFFF;
	

}
#menuArea .item {
	width: 196px;
}
#menuArea .ticks {
	font-weight: bold;
	color: E87423;
	font-family: arial;
	font-size: 20px;
	
}
#menuArea a {
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#menuArea a:hover {
	text-decoration: underline;
}





/* LOGIN AREA */
#loginArea {
	width: 200px;
	border-color: BBB89E;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	margin: 0px 0px 20px 0px;
}
#loginArea #heading {
	font-weight: bold;
	background-color: D5D3C3;
	padding: 3px;
}
#loginArea .labels {
	font-size: 10px;
}










/* FORMS AND TABLES*/
input {
	font-size: 12px;
}
table {
	font-size: 12px;
}






/* BREADCRUMBS */
#breadcrumbs {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: 999999;
	font-family: arial;
	font-size: 14px;
	margin: 5px 0px 10px 5px;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
	color: 999999;
	text-align: left;
}

#brdSection a {
	color: D87423;
	text-decoration: none;
}
#brdSection a:hover {
	text-decoration: underline;
}

#brdPage {
	color: D87423;
}


