@CHARSET "UTF-8";
/*------------------------------------------------------------------------------------*/


  /*GENERAL*/
  
	body {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Tahoma;
	}

	a {
		outline: none;
	}


/*------------------------------------------------------------------------------------*/


  /*HEAD TITLES*/
  
 
	h1,h2,h3 {
		margin: 0px;
		margin-top: 2px;
		text-align: center;
		color: #FFCC99 /*FFCC99  #993300 */;
	}

	h1 { font-size: 1.6em; }
	
	h2,h3 { font-size: 1.2em; font-style: italic; }

	h4 {
		color: #660000;
		font-size: 1.25em;
		margin-left: 15px;
		margin-bottom: 5px;
		margin-top: 15px;
		font-style: italic;
		border-bottom: 1px dotted #660000;
		width: 96%;
		text-align: center;
	}

	.title {
	/* 
		border-bottom: 1px dotted #660000;
	*/
	background-color: #660000;
	}


/*------------------------------------------------------------------------------------*/


  /*MAIN MENU*/
  
 
	#menubar ul {
		list-style: none;
		font-weight: bold;
		font-size: 1.1em;
	}

	#menubar a {
		color: #FFCC99;
		text-decoration: none;
	}

	#menubar a.active,
	#menubar a:hover {
		color: #CC6633;
	}




/*------------------------------------------------------------------------------------*/


  /*LEFT COLUMN*/
  
 
	
	#leftmenu span {
		font-weight: bold;
		color: #FFCC99;
	}

	#leftmenu ul {
		list-style: none;
		font-weight: bold;
		font-size: 0.85em;
	}

	#leftmenu a {
		color: #FFCC99;
		text-decoration: none;
		border-bottom-color: #FFCC99;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
	}

	#leftmenu a:hover {
		color: #CC6633;
		border-bottom-color: #CC6633;
	}


/*------------------------------------------------------------------------------------*/


  /*RIGHT COLUMN*/
  

	#rightcolumn p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.95em;
		line-height: 120%;
		text-align: justify;
		color: #000000;
		margin-top: 0px;
	}
	
	#rightcolumn a,
	#rightcolumn p a,
	#rightcolumn a:visited,
	#rightcolumn p a:visited {
		color: #990000;
	}

	#rightcolumn a:hover,
	#rightcolumn p a:hover {
		color: #CC6600;	
	}


/*------------------------------------------------------------------------------------*/


  /*ADDRESS TITLES*/
  
 
	.addressmap img{
		border: 3px solid #CC6600; 
	}





/*------------------------------------------------------------------------------------*/


  /*ASK QUESTION*/
  
 		
	.formask {
		font-size: 0.9em;
	}
	
	.success{ margin-top: 10px; padding-left:17px;}
	.errorMsg{ margin-top:10px; }
	.error { padding-left:17px;}




/*------------------------------------------------------------------------------------*/


  /*LIBRARY QUESTIONS TITLES*/
  
 
	
	#questionNav {
		padding-bottom:10px;
	}
	
	#questionNav a.active{
		color: #CC6600;	
	}
	
	/*listing*/
	.questionCategories ul {}
	.questionCategories ul li { margin-top:5px; }
	.questionList li {margin-top:10px;}
	.questionList li span { display:block; font-size:0.9em; } 
	
	a.questionTitle { 
		font-size:1.2em; 
		text-decoration:none;
	}
	
	
	
	/*details*/
	#questionAttributes { 
		font-size:0.8em; 
		border-bottom: 1px dotted #660000;
		width:96%;
		padding-top:10px;
		margin-left:10px;
		margin-bottom:10px;
	}
	
	#rightcolumn p.questionAnswer {
		font-size: 0.9em;
		width:95%;
		padding-left:5px;
	}



/*------------------------------------------------------------------------------------*/


  /*PAGER*/
  
  
	.paging{
		font-size:1.1em;
		width:99%;
		text-align:center;
	}
	
	
	.paging a {
		margin:5px;
		font-size:0.9em;
		border-top:1px dotted #660000;
	}
	
	.paging a.active {
		font-size:1.3em;
		border-bottom:1px dotted #660000;
		border-top:1px dotted #660000;
		color:#CC6600;
	}




/*------------------------------------------------------------------------------------*/


  /*FOOTERS*/
  
 
	
	.disclaimer {
		font-size: 0.8em;
		border-top: 1px dotted #660000;
	}
