html {
	font-family: Arial; 
	font-size: 9pt;
}
body {
	margin-top: 0;
	margin-left: 0;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	z-index: auto !important /*Non-IE6*/;
	z-index: 1000 /*IE6*/;
	width: 85px;
	
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	background: url(images/menu4.jpg) no-repeat;
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 0;
	color: #F5E19C;
	
}

#nav li.current a {
	background: url(images/menu4.jpg) no-repeat;
	background-position: -85px 0;
	color: #FFF;
	font-weight: bold;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}
* html #nav a {
	width: 100%;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
}
#nav ul li {
	border: 0 none transparent;
	border-bottom: 0 none transparent;
	border-top: .25em solid #CDAF4C;
	background-color: #C2A346;
	background-image: none;
	font-size: 100%;
	font-weight: bold;
	color: #4E341E;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 1em;
	width: 140px;
	text-align: left;
	line-height: 1.75;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
#nav ul li a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 0;
	color: #F5E19C;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
} 
#nav ul li.current a {
	background-color: #C2A346;
	background-image: none;
	color: #000000;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
#nav li:hover ul {
	display: block;
}
.trans-table {
	background: #C2A346;
	border: 2px solid #4E341E; 
	padding: 0;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.contact-table {
	margin: 0;
	padding: 0;
	width: 85%;
	text-align: left;
	font: 11px, "Verdana";
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
}
.contact-table2 {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font: 11px, "Verdana";
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
}
.contact-field {
	font-family: Verdana; 
	font-size: 8pt; 
	color: #3e3a30; 
	border-style: inset; 
	border-width: 1px inset; 
	padding: 0; 
	background-color: #C2A346;
}
.contact-button {
	color: #3e3a30; 
	border: 1px solid #3e3a30; 
	background-color: #C2A346;
	text-align: center;
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: normal;
	padding: 0;
}
.app-headings {
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.app-content {
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 0;
}
.app-label {
	text-align: right;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 0;
}

/* FC EDITS */


.left_colom{
	/*background-color: #C0C0C0;*/
	/*background-image: url(images/left_col_gr.jpg); */
	background-repeat: repeat-x;
	background-position: 0 top;
	height: 100%;
	margin-left: 5px;	
}
.page_name{
	font-size:14px; color:#000;
}
.lef_links ul{
	margin:0px; padding:10px 0 0px 0px;
}
.lef_links ul li{
	margin:0px; padding:0 0;
	height:18px; list-style:none;
	/*border-top:1px dashed #ccc;*/
}
.lef_links ul li a {
	margin:0px; padding:0px 0 0 29px;
	background:url(images/left_bullet.gif) 12px 3px no-repeat;
	height:20px;
	color:#393939; text-decoration:none; font-weight:bold; display:block;
}
.lef_links ul li a:hover{
	color:#000000;
	background:url(images/left_bullet_over.gif) 12px 3px no-repeat #F5E19C;
	text-decoration:none;
}
.currentpage {
	margin:0px; padding:0px 0 0 29px;
	background:url(images/left_bullet_over.gif) 12px 3px no-repeat #F5E19C;
	height:20px;
	color:#393939; text-decoration:none; font-weight:bold; display:block;
	text-indent: 29px;
	
}
