body         { 
	padding:0px;
	margin:0px;
	/* background-image: url(_gui/bac_main.jpg); */
	background-image: url(_gui/bac_grad_header.gif);
	background-repeat: repeat-x;
	background-color: #F3F1E3;
	background-color: #E4DCC3;
	background-attachment: scroll;
	font-family: Tahoma, Arial, 'MS Sans Serif', Helvetica, 'Sans Serif'; 
	font-size: 70%;
	color: black; 
	color: gray; 
	color: #776A14;
	line-height: 17px; 
	scrollbar-base-color: #FFF5E5;
	scrollbar-face-color: #EFE5D5;
	scrollbar-arrow-color: #C9BA99;
	scrollbar-shadow-color: #EFE5D5;
	scrollbar-dark-shadow-color: #C9BA99;
	SCROLLBAR-TRACK-COLOR: #FFF5E5; 
	SCROLLBAR-TRACK-COLOR: #EFE5D5; 
	scrollbar-highlight-color: ;
	scrollbar-3d-light-color: #C9BA99;
	overflow:auto;
	text-align: center;
}



A:visited	{ color: #776A14; text-decoration: none; }
A:link	{color: #776A14; text-decoration: none;}
A:hover	{color: #5D4700; text-decoration: none;}
A:active	{ color: #5D4700; text-decoration: none; }

h1, h2 {
	display:none;
	}

#pageWrapper {
	/* border-right: 1px solid #DAD8C2;
	border-left: 1px solid #DAD8C2; */
	width: 970px;
	text-align: left;
	margin: 0 auto;
	display:block
	
}



#header {
	border: 0px solid blue;
	width: 100%;
	height: 149px;
	padding: 0px;
	display:block;
	/* background-image: url(_gui/bac_header_default3.jpg);
	background-image: url(_gui/bac_header_autumn01b.jpg);
	background-image: url(_gui/bac_grad_header.gif); */
	background-position: left;
	
}
				




#logo {
	border: 0px solid blue;
	display:block;
	background-image:url(_gui/logo_final_alt.gif);
	background-repeat:no-repeat;
	background-position: center;
	width: 213px;
	height: 144px;
	float: right;
	margin-right: 10px;
		
}

#logo h1 {
	display:none;
	}

#contentWrapper {
 width:100%;
 color: #333333;
 border: 0px;
 border-collapse:collapse;
 border-top: 2px solid  #DAD8C2;
 border-right: 1px solid #DAD8C2;
 border-left: 1px solid #DAD8C2;
 }




#leftColumn{
	height:auto;
	width:200px;
	background-image:url(_gui/bac_left_new.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	background-color: #F3F1E3;
	border-right: 1px solid #DAD8C2;
	}
	
#menu {
	display:block;
	/*
	 background-image:url(_gui/bac_menu_new.gif);
	background-position: center;
	background-repeat:no-repeat;
	*/
	width: 95%;
	padding-top: 10px;
	margin: auto;
	margin-top: 50px;	
	}
	
#menu ul li{
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	background-image:url(_gui/bul_menu_star.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left: 15px;
	list-style:none
	}

#menu ul li h3 {
	font-size: 105% ;	

	}

#rightColumn{
 	height:auto;
	width:auto;
	background-image:url(_gui/bac_grad_right.gif);
	background-color:#EFEDDE;
	background-position:right top;
	background-repeat:repeat-y;
	}

.content {
	font-family: Verdana,Tahoma, Arial, 'MS Sans Serif', Helvetica, 'Sans Serif'; 
	
	padding: 0px 10px 10px 10px;
	text-align: justify;
	line-height: 150%;
}	
.content a {
	border-bottom: 1px dotted;
	background-image: url(_gui/ico_poplink2.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
}	

#centerColumn{
 	height:auto;
 	background:#EFEDDE;
 	color: #333333;
	padding-bottom: 3px;
	border: 0px solid red;
 }

#textualMenuFake {
	/* background-color: #F3F1E3; */
	border-bottom: 0px dotted #DAD8C2;
	font-family: Verdana, Tahoma, Arial;
	font-size: 70%;
	font-weight: bold;
	font-style: normal;
	width: auto;
	height: auto;
	display: block;
	clear: both;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	
	}
 
#textualMenu {
	/*background-color: #F3F1E3; */
	background-repeat: repeat-y;
	background-position: left;
	border-bottom: 0px dotted #DAD8C2;
	font-family: Verdana, Tahoma, Arial;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	width: auto;
	height: auto;
	display: block;
	clear: both;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 0px 0px;
	}

#textualMenu ul li {
	/*padding-left: 0 !important;
	text-indent: 0 !important;
	padding-left: 3em;
	text-indent: -3em; */
	display: inline  !important;
}

#textualMenu ul {
	/*margin-left: -40px !important;
	margin-left: 40px ; */
	display: inline;
}

#textualMenu  li  {
	margin-right: 10px;
	display: inline;
	}
	
#textualMenu  li a:visited, #textualMenu  li a:link  {
		padding-left: 12px;
		color: #BAB78B;
	}

#textualMenu  li a:hover {
	background-image: url(_gui/bul_submenu.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
	}
	
#textualMenu  li  a:link.on , #textualMenu  li  a:visited.on, #textualMenu  li a:hover.on     {
	background-image: url(_gui/bul_submenu_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
	color:#5D4700;
	}
 
#textualMenu2 {
	/*background-color: #F3F1E3; */
	background-repeat: repeat-y;
	background-position: left;
	border-bottom: 0px dotted #DAD8C2;
	font-family: Verdana, Tahoma, Arial;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	width: auto;
	height: auto;
	display: block;
	clear: both;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 8px 20px 0px 0px;
	}

#textualMenu2 ul li {
	/*padding-left: 0 !important;
	text-indent: 0 !important;
	padding-left: 3em;
	text-indent: -3em; */
	display: inline  !important;
}

#textualMenu2 ul {
	/*margin-left: -40px !important;
	margin-left: 40px ; */
	display: inline;
}

#textualMenu2  li  {
	margin-right: 10px;
	display: inline;
	}
	
#textualMenu2  li a:visited, #textualMenu  li a:link  {
		padding-left: 12px;
		color: #BAB78B;
	}

#textualMenu2  li a:hover {
	background-image: url(_gui/bul_submenu.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
	}
	
#textualMenu2  li  a:link.on , #textualMenu  li  a:visited.on, #textualMenu  li a:hover.on     {
	background-image: url(_gui/bul_submenu_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
	color:#5D4700;
	}
	
#features {
	width:99.8% !important;
	width:100%;
	height:160px;
	background-color:white;
	background-image:url(_gui/bac_grad_header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 4px solid #DAD8C2;
	border-bottom: 1px solid #DAD8C2;
	color: #BAB78B;
	margin:0;
	border-right: 1px solid #DAD8C2;
	border-left: 1px solid #DAD8C2;
	}
	




#features ul li {
	/*padding-left: 0 !important;
	text-indent: 0 !important;
	padding-left: 3em;
	text-indent: -3em; */
	font-weight: bold;
	}




#features  li  {
	font-weight: bold;
	display: block;
	width: 30%;
	float: left;
	height: 100px;
	border-right: 1px solid #DAD8C2;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 10px 33px;
	}
	
#features li .summary {
	display: block;
	text-align: left;
	border-top: 1px solid #DAD8C2;
	display: block;
	padding:2px 0px 0px 105px;
	color: #776A14;
	font-weight: normal;
	font-size: 95%;
	line-height: 130%;
	text-align: left;
}
	
#features  li  .summary ul li  {
	
	list-style: square;
	border-bottom: 1px dotted #DAD8C2;
	border-right: 0px dotted #DAD8C2;
	width: auto;
	height: auto;
	clear: both;
	padding: 0px;
	margin-left: -30px !important;
	margin-left: -15px;
	}

	
#feedback {
	/* visibility: hidden; display:none;
	position: static !important;
	position: absolute; 
	background-image: url(../_gui/bac_main.jpg);
	border: 1px outset gold; */ 
	font-size: 90%;
	width: 100%;
}

#feedack table, td {
	color: #776A14;
	}


#feedback input, textarea, select {
	font-family: Tahoma, Arial;
	FILTER: Alpha(Opacity='90');
	background-color: #F4EBDA;
	background-color: #F3F1E3;
	border: 1px inset #B69D5D;
	margin: 1px;
}

#feedback .input {
	width: 70%;
}


.fake {
	display:none;
}


#feedback textarea {
	width: 90%;
	font-size: 100%;
}


#feedback .calinput {
	width:100px;
}


#feedback .button {
		background-color:#9B4A07; color:goldenrod;  text-align:center; font-weight:bold; height: 25px; width: 200px;
}

	
	
	
	
#footer {
	width:99.8% !important;
	width:100%;
	padding-top: 25px;
	padding-bottom: 20px;
	background-image:url(_gui/bac_grad_footer2.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	color: #776A14;
	margin:0;
	font-weight: bold;
	border-right: 1px solid #DAD8C2;
	border-left: 1px solid #DAD8C2;
}

#footer span{
	/* 
	background-image: url(_gui/logo_footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/
	width: 94px;
	height: 35px;
	display: inline-block;
	margin: 0px 20px 0px 20px;
	vertical-align: middle;
}

.flashalert  { 
	font-family: 'MS Sans Serif', Verdana;
	color: dimgray;
	font-size:12px;
	text-decoration:none;
	text-align: left;
	font-weight:normal;
	background-image : url(_gui/ico_error_red.gif);
	background-position : 8px 20px;
	background-repeat : no-repeat;
	border: 1px dotted  #DC4024;
	background-color: White;
	padding: 20px 10px 5px 35px;
	display: block;
	margin: 30px;
	width:auto;
		  }
		  
.flashalert  strong {
	color: #DC4024;
}

.caption {
	color: #B09956;
}

