
	BODY {
			color: #2d2d2d;																				/* customizable */
		background-color: #999999;														/* customizable */
		margin: 0px 0px 20px 0px;														/* customizable */
		font-family: Verdana, Arial, Helvetica,  sans-serif;		/* customizable guided */
		font-size: 10px;																			/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		text-align: justify;																	/* customizable guided*/
		background-image: url(bodybg.gif); background-repeat: repeat-x;

		/* textured background for cool filling/shading? */
	}

.fckover {background-color:#fff;background-image: none}

P, OL, UL, LI {margin-top: 0px; margin-bottom: 0px;}			/* no stupid automatic margin */

a:link,a:visited {																				/* common links begin */
		color: #cc9933;																				/* customizable */
		text-decoration: underline;														/* customizable guided */
		font-weight: normal;																	/* customizable guided */
		font-style: normal;																		/* customizable guided */
		font-size: 1em;																				/* customizable guided: 0.9 small 1 medium 1.2 big */
		}

a:hover {
		color: #ff9900;																				/* customizable */
		text-decoration: underline;														/* customizable guided*/
		font-weight: normal;																	/* customizable guided*/
		font-style: normal;																		/* customizable guided*/
		font-size: 1em;																			/* customizable guided: 0.9 small 1 medium 1.1 big */
}																													/* common links end */

h1,h2 { font-size: 15px;padding:15px 0px 25px 15px;}
h3,h4 { font-size: 13px;padding:10px 0px 15px 10px;}
h5,h6 { font-size: 10px;padding:5px 0px 5px 5px;}

h1,h2,h3,h4,h5,h6 {font-family: Verdana, Arial, Helvetica,  sans-serif; margin: 0px 0px 3px 0px;color:#333333}
h2,h4,h6 {border-left:4px solid #ffcc00;}
h1,h3,h5 {background-color:#f0f0f0;border-left:4px solid #ffcc00}
																								/* headers definition end */
h2,h4,h6 {text-transform:uppercase;}
										
FORM { 																										/* form elements begin */
		padding: 3px;               								          /* customizable */ 
		margin: 3px;								                          /* customizable */
		border: 1px solid #DD0033;                            /* customizable + customizable guided*/
		}

INPUT.text ,SELECT,TEXTAREA {margin:1px; 									/* all form elements with margin; pseudo class .text to avoid background radio,check,img */
		color:#000000;																				/* customizable guided to bulid opt gradient table */
		background-color: #00006A; 														/* customizable guided to bulid opt gradient table */
		border: 1px solid #000066; 														/* customizable + customizable guided*/
		font-size: 0.9em;																			/* customizable guided: 0.9 small 1 medium 1.1 big */
		}	

SELECT {font-size:1em}																		/* automatic +0.1 to input em for a bug in IE 5+ (select text is smaller :( ) */

.opt1 {background: #CCCCCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt2 {background: #CCCCFF;color:black;}									/* automatic gained from guided selection of input background color */
.opt3 {background: #FFCCFF;color:black;}									/* automatic gained from guided selection of input background color */
.opt4 {background: #FFCCCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt5 {background: #FFFFCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt6 {background: #CCFFCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt7 {background: #CCFFFF;color:black;}									/* automatic gained from guided selection of input background color */
.opt8 {background: #FFCCFF;color:black;}									/* automatic gained from guided selection of input background color */


INPUT.button {cursor:pointer;cursor:hand;									/* pseudo class .button to replace button look...empty for browser default */
		background-color: #DD0000;														/* customizable */
		color: #FFFFFF;																				/* customizable */
		border:1px solid #0044bb;															/* customizable + customizable guided*/
	}																												/* end form elements */
	

/* TABLES ?!?!? */

hr {																											/* other standard elements
		border:1;																							/* customizable guided: 1=show; 0=hide (2check..workaround for IE/moz comp*/
		height:1px;																						/* customizable */
		color: #DD0000;																				/* customizable */
		background-color:#5c5c5c;															/* automatic same as color for moz comp */
		width:80%;																						/* customizable guided % only */
		text-align:center;																		/* customizable guided */
		}

div.hr {																									/* custom HR to use images as HR .. create a function in fck for this */
		height: 35px;																					/* required height of the image contained */
		background-color: #ffffff;														/* customizable */
		background-image: url();							/* customizable upload */
		background-repeat: repeat;														/* customizable guided: repeat repeat-x repeat-y no-repeat */
		background-position: center;	 												/* customizable guided: top left		top center		top right		center left		center center		center right		bottom left		bottom center		bottom right */
		}
div.hr hr {display: none;																	/* hide standard HR in the div. */
		}																											/* end custom HR with image */s


BLOCKQUOTE {																							/* create a function in fck for this... */
		margin: 5px;																					/* customizable */
		padding: 5px;																					/* customizable */
		border: 0px solid green;															/* customizable + customizable guided */
		color: black;																					/* customizable */
		background-color: #EEEEEE;														/* customizable */
		font-size: small;  	                                  /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-weight: normal;																	/* customizable guided */
		font-style:none;																			/* customizable guided */
		line-height: 2em;																			/* customizable guided: 1 minimal 1.2[*] normal 1.5 extended 2 double */
}

PRE {																											/* create a function in fck for this... */																											
		margin: 0px;                                          /* customizable */                                                                  
		padding: 2px;                                         /* customizable */                                                                  
		border: 1px solid #FF0000;                            /* customizable + customizable guided */                                            
		color: blue;                                          /* customizable */                                                                  
		background-color: #DDDDDD;                            /* customizable */                                                                  
		font-size: small;                                 	  	/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */  
		font-weight: normal;                                  /* customizable guided */                                                           
		font-style:none;	                                    /* customizable guided */  
		display:inline-block;overflow:hidden;                                                                
}                                                                                                                                             

ADDRESS {																									/* create a function in fck for this... */	
		color: #CCCCCC;                               					/* customizable */ 																					
		font-size: medium;																		/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */  
		font-weight: normal;	                                /* customizable guided */   
		font-style:italic;	                                  /* customizable guided */   
}


.evidence	{																								/* common mix... create xml strings for FCK */	
		color: black;																					/* customizable */
		background-color:yellow;															/* customizable */
		font-style: italic;																		/* customizable */
}

	/* css layout...... who said CSS is better than tables design?!?!? *grin* */

#logo {																										/* logohead: company logo */
		border: 0px solid black;															/* customizable + customizable guided*/
		padding: 0px 0px 0px 0px;															/* customizable */
		text-align: center;																		/* customizable guided */
		}

#copy {																										/* copyright notes */
		padding:5px;
		border: 0px solid black;															/* customizable + customizable guided*/
		color:	#222222;																			/* customizable */
		text-align: left;																		/* customizable guided */
		line-height: 1.3em;
		font-size:9px
		}
#copy a:link, #copy a:visited {color:#996600}


#header {																									/* header container */
		font-size: 10px;																		/* customizable */
		text-decoration: none;																/* customizable guided */
		font-weight: normal;																	/* customizable guided */
		font-style:normal;																		/* customizable guided */
		margin-bottom:0px;
		margin-top:0px;
		background-image: url(header_bg.gif); background-repeat: no-repeat;background-position:bottom center;
		}

#footer {																									/* footer container*/		
		padding-top:0px;
		font-size: 10px;																			/* customizable */
		text-decoration: none;																/* customizable guided */
		font-weight: normal;																	/* customizable guided */
		font-style:normal;																		/* customizable guided */
		background-image: url(footer_bg.png); background-repeat: repeat-x;;
		}



#middler, .middler {																			/* middle portion of page (navigation+contents */
		/* use a background image ? ! ? don-t know....*/
		background-color: #ffffff;
			padding-bottom:10px}

#lefter {																									/* left column container */
		margin-bottom:0px;																		/* customizable */
		margin-top:0px;
		padding:0px ;
		}

#righter {																									/* left column container */
		margin-bottom:0px;;																			/* customizable */
		margin-top:0px;
		padding:1px;
		background-color: ;

		/* use a background image YES!!*/
		}

#content {																								/* main contents box */
		margin-right:0px;
		margin-left:0px;
		padding:12px 10px 25px 0px;
		background-color: #ffffff;
		}

.caption4 {height:18px;border-bottom:1px solid #999999;color:#FFFFFF;font-family:Verdana, Arial, Helvetica,  sans-serif;font-size:9px;padding-left:15px;text-transform:uppercase;font-weight:bold;padding-top:0px;
				background-image: url(cap_bg_mid.gif);
		 background-repeat: repeat-x;
 }

.caption2 {height:15px;border-bottom:1px solid #666666;color:#1d1f1e;font-family:Verdana, Arial, Helvetica,  sans-serif;font-size:9px;padding-left:3px;text-transform:uppercase;
				background-image: url(cap_bg.gif);
		 background-repeat: repeat-x;
 }


.navbarA {padding:0px;padding-top:1px;font-size:10px;line-height:12px;color: #e0e0e0;}
.navbarA ul {list-style-type: none;overflow:hidden}
.navbarA li {display:inline;margin-left:5px;}
.navbarA .division {display:inline;margin-left:5px;}
.navbarA a:link, .navbarA a:visited {color: #000000;text-decoration: none;}
.navbarA a:hover {color: #aa8800;text-decoration: underline;}


.topnav1 {height:19px;		background-image: url(navbarbbg.gif); background-repeat: repeat-x;
border-right: 1px solid #969696;
padding-bottom: 1px;


}
  
.clBar{position:absolute;visibility:hidden;}			/* automatic same as buttons background to avoid the 20px bug of ie */

.clLevel0,.clLevel0over, .clLevel0select {																/*Styles for level 0 (group) .... autmatic with coolmenus configuration... */
		position:absolute; 
		text-align:center;
		padding:0px; 
		padding-top:1px;
		font-family:Verdana, Arial, Helvetica,  sans-serif; 
		font-size:12px; 
		font-weight:bold;
		font-style:italic;
		border: 1px solid #969696;
		}

.clLevel0 {																																/* common group */
		color:#555555;
		}

.clLevel0border,.clBarBorder{position:absolute; visibility:hidden;				/* common group border and bar border...automatic with coolmenus config */
		}
		
.clLevel0over{cursor:pointer;cursor:hand; 																/* group on mouse over */
		background-color:#5c5c5c; layer-background-color:#5c5c5c; 
		color:#FFFFFF;
		}
		
.clLevel0select{cursor:pointer;cursor:hand; 															/* selected group */
		color:#000000;
		}

.clLevel1, .clLevel1over, .clLevel1select{																/*Styles for level 1 (pages)*/
		position:absolute; 
		text-align:left;
		padding:1px; 
		font-family:Verdana, Arial, Helvetica,  sans-serif; 
		font-size:12px; 
		font-weight:normal;
		font-style:normal;
		border: 0px solid #FFFFFF;
		}

.clLevel1{																																/* common page */
		background-color:#cbcbcb;	layer-background-color:#cbcbcb; 
		color:#444444;
		}
		
.clLevel1border{position:absolute; z-index:500; visibility:hidden;				/* common page border */
		background-color:#AAAAAA; layer-background-color:#AAAAAA;
		}
		
.clLevel1over{ cursor:pointer; cursor:hand;																/* page links over effect */
		background-color:#FFFFFF; layer-background-color:#FFFFFF; 
		color:#5c5c5c; 
		}
		
.clLevel1select{ cursor:pointer; cursor:hand;															/* selected page effect */
		background-color:#AAAAAA; layer-background-color:#AAAAAA; 
		color:#000000;		
		}
		

div.sidenav {																		/* padding of navigation */
  padding:0px 0px 0px 0px;
min-height:100px;
background-color:#e0e0e0;


}

div.sidenav ul {																/* clear li of all UL in navigation */

  list-style-type: none; 												/* get rid of the bullets */
  padding:0;             												/* no padding */
  margin:0;              												/* no margin for IE either */
  	white-space: nowrap;
  	word-wrap: break-word;
}

div.sidenav ul li a{																		/* level0 padding & height */
		border-top:1px dotted #FFFFFF;
		border-bottom:1px dotted #999999;
	 	display: block; 
  	overflow:hidden;
		text-align:left;
		padding:7px 0px 7px 25px;
		background-image: url(lev0.gif); 
		background-repeat: no-repeat;
		background-position: 8px center;
}

div.sidenav ul li a:link,div.sidenav ul li a:visited {	/* level0 links */
		font-family:Verdana,Arial, Helvetica,  sans-serif;
		font-size:12px;
	  color: #777777;
		font-weight:bold;
		text-decoration:none;
		font-style: normal;
}

div.sidenav ul li.lev0sel a:link,div.sidenav ul li.lev0sel a:visited {										/* level0 select */
	  color: #000000;
		background-image: url(lev0sel.gif); 
}

div.sidenav ul li a:hover,div.sidenav ul li.lev0sel a:hover {															/* level0 hover */
	  color: #cc6600;
		background-image: url(lev0hover.gif); 
}

		
div.sidenav ul ul li a{																	/* level1 padding & height */

  	overflow:hidden;display: block;
  	padding:3px 0px 3px 25px;
		text-align:left;
		margin:0px;
		border:0px;
  background-repeat: no-repeat;
  background-position: 10px center;											/* adjust to indent level1 */
  background-color: #f0f0f0; 
}

div.sidenav ul ul li.lev1 a:link, div.sidenav ul ul li.lev1 a:visited {				/* level1 links */
		color: #666666;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-decoration:none;
		font-style: normal;
  background-image: url(lev1.gif);
}

div.sidenav ul li li.lev1sel a:link,div.sidenav ul li li.lev1sel a:visited {										/* level1 select */
	font-weight:normal;
	text-decoration:none;
	font-style: normal;
		color: #000000;
  background-image: url(lev1sel.gif);
}

div.sidenav ul li li.lev1 a:hover,div.sidenav ul li li.lev1sel a:hover {															/* level1 hover */
  color: #000000;
  background-color: #ffffff; 
  background-image: url(lev1hover.gif);
}




.focusA {}

.focusA .focus_box {}
.focusA .focus_box .image {padding:5px}
.focusA .focus_box .title {font-weight:bold;font-size:10px;line-height:13px}
.focusA .focus_box .title a:link, .focusA .focus_box .title a:visited {font-weight:bold}
.focusA .focus_box .where {font-weight:bold}
.focusA .focus_box .date {color:#999999}
.focusA .focus_box .source {color:gray}
.focusA .focus_box .abstract {line-height:1.4em}

.focusA .focus_small .focus_box {}
.focusA .focus_small .focus_box .image {padding:0px}
.focusA .focus_small .focus_box .title {}
.focusA .focus_small .focus_box .title a:link, .focusA .focus_small .focus_box .title a:visited {}
.focusA .focus_small .focus_box .title a:hover {}
.focusA .focus_small .focus_box .where {}
.focusA .focus_small .focus_box .date {}
.focusA .focus_small .focus_box .source {}
.focusA .focus_small .focus_box .abstract {}
.focusA .focus_small .focus_box .famcat {}

.focusA .focus_medium .focus_box {display:block;display:inline-block;overflow:hidden;padding:5px;border-bottom:1px dotted #999999;font-size:10px;margin-top:5px;margin-bottom:10px;}
.focusA .focus_medium .focus_box .image {padding:1px;border:1px solid #333333;margin:2px 15px 2px 0px}
.focusA .focus_medium .focus_box .title {margin-bottom:5px}
.focusA .focus_medium .focus_box .title a:link, .focusA .focus_medium .focus_box .title a:visited {color:black;text-decoration:none}
.focusA .focus_medium .focus_box .title a:hover {}
.focusA .focus_medium .focus_box .where {}
.focusA .focus_medium .focus_box .date {color:gray;}
.focusA .focus_medium .focus_box .source {}
.focusA .focus_medium .focus_box .abstract {font-size:9px;line-height:1.1em;}
.focusA .focus_medium .focus_box .famcat {color:#aaaaaa}

.focusA .focus_list .focus_box {line-height:1em;margin: 5px 0px 10px 0px;padding-bottom:3px;border-bottom:1px dotted #dddddd}
.focusA .focus_list .focus_box .image {padding:1px;border:1px solid #cccccc}
.focusA .focus_list .focus_box .title {margin:0px}
.focusA .focus_list .focus_box .title a:link, .focusA .focus_list .focus_box .title a:visited {margin:0px;line-height:1.2em;text-decoration:none}
.focusA .focus_list .focus_box .title a:hover {text-decoration:underline}
.focusA .focus_list .focus_box .where {}
.focusA .focus_list .focus_box .date {color:gray}
.focusA .focus_list .focus_box .source {}
.focusA .focus_list .focus_box .abstract {}
.focusA .focus_list .focus_box .famcat {}



.eventA .event_box {background-color:#f0f0f0;padding-bottom:5px;}
