
	BODY {
			color: #000000;																				/* customizable */
		background-color: #ffffff;														/* customizable */
		margin: 0px ;														/* customizable */
		font-family: Verdana, Arial, Helvetica, sans-serif;		/* customizable guided */
		font-size: 0.7em;																			/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		background-image: url('bodybg.gif');							/* customizable upload */
	}

.invis {color: #ffffff; font-size:1px;cursor:default}			/* invisible text....used for search engines positioning */

P, OL, UL, LI {margin-top: 0px; margin-bottom: 0px;}			/* no stupid automatic margin */

A:link,A:visited {																				/* common links begin */
		color: #FF8800;																				/* customizable */
		text-decoration: none;														/* 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: #ff6600;																				/* 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 {																											/* headers definition begin */
		color: #e3fcff;																				/* customizable */
		background-color: ;																		/* customizable */
		font-size: medium;																	/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		font-family: Verdana, Arial, Helvetica, sans-serif;		/* customizable guided */
		font-weight: bold;																		/* customizable guided */
		font-style:italic;																		/* customizable guided */
		text-align: left;																		/* customizable guided */
		margin: 4px;
		}
H2 {
		color: #FF8800;																				/* customizable */                                                                
		background-color: ;                            /* customizable */                                                                
		font-size: medium;                                   /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Verdana, Arial, Helvetica, sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		font-style:italic;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */                                                         
		margin:4px; 
		}
		
H3 {
		color: #e3fcff;																				/* customizable */                                                                
		background-color: ;                            /* customizable */                                                                
		font-size: small;                                     /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Verdana, Arial, Helvetica, sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		font-style:italic;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */                                                         
		margin:3px; 
		}
		
H4 {
		color: #FF8800;																				/* customizable */                                                                
		background-color: ;                            /* customizable */                                                                
		font-size: small;                                    /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Verdana, Arial, Helvetica, sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		font-style:italic;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */                                                         
		margin: 10px; 
		}
		
H5 {
		color: #FF8800;																				/* customizable */                                                                
		background-color: ;                            /* customizable */                                                                
		font-size: x-small;                                     /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Verdana, Arial, Helvetica, sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */          
		margin:1px;                                               
		}
		
H6 {
		color: #dbfbff;																				/* customizable */                                                                
		background-color: ;                            /* customizable */                                                                
		font-size: x-small;                                   /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Verdana, Arial, Helvetica, sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */                                                         
		margin:0px; 
		}																											/* headers definition end */
										
FORM { 																										/* form elements begin */
		padding: 1px;               								          /* customizable */ 
		margin: 1px;								                          /* customizable */
		border: 0px solid #FF8800;                            /* customizable + customizable guided*/
		}

INPUT.text ,SELECT,TEXTAREA {margin:1px; 									/* all form elements with margin; pseudo class .text to avoid background radio,check,img */
		color:#FFFFFF;																				/* customizable guided to bulid opt gradient table */
		background-color: #00006A; 														/* customizable guided to bulid opt gradient table */
		border: 1px solid #CCCCCC; 														/* 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: #008a99;														/* customizable */
		color: #FFFFFF;																				/* customizable */
		border:1px solid #CCCCCC;															/* 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: #0000DD;																				/* customizable */
		background-color:#FF8800;															/* 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-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 #0000FF;                            /* 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 */
		background-color: ;																		/* customizable */
		border: 0px solid black;															/* customizable + customizable guided*/
		padding: 1px 0px 1px 0px;															/* customizable */
		color:	#FFCC00;																			/* customizable */
		text-align: center;																		/* customizable guided */
		}

#copy {																										/* copyright notes */
		background-color: ;																		/* customizable */
		border: 0px solid black;															/* customizable + customizable guided*/
		padding: 2px 0px 2px 22px;															/* customizable */
		color:	#004d4d;																			/* customizable */
		text-align: left;																		/* customizable guided */
		line-height: 1.2em;
		}


#header {																									/* header container */
		margin-bottom: 0px;																		/* customizable */
		margin-top:0px;																				/* customizable */
		background-color:	;																/* customizable */			
		font-size: 12px;																		/* customizable */
		text-decoration: none;																/* customizable guided */
		font-weight: normal;																	/* customizable guided */
		font-style:normal;																		/* customizable guided */
				background-image: url(headerbg.gif);
		 		}

#footer {																									/* footer container*/		
		margin-bottom: 0px;																		/* customizable */
		margin-top: 0px;																			/* customizable */
		font-size: 0.8em;																			/* customizable */
		text-decoration: none;																/* customizable guided */
		font-weight: normal;																	/* customizable guided */
		font-style:normal;																		/* customizable guided */
				background-image: url(footerbg.gif);
		 background-repeat: repeat-x;
		}


#middler, .middler {																			/* middle portion of page (navigation+contents */
		margin-bottom:0px;																		/* customizable */
		margin-top: 0px;																			/* customizable */

		/* use a background image ? ! ? don-t know....*/
			}

#lefter {																									/* left column container */
		margin-bottom:0px;																		/* customizable */
		margin-top:0px;
		padding:0px 0px 0px 0px;
		background-color: ;

		}

#righter {																									/* left column container */
		background-image: url('rightbg.gif');							/* customizable upload */
  background-repeat: no-repeat;


		}

#content {																								/* main contents box */
		padding:5px ;
		background-color:;
		}



#pop_header {height:100px;margin-left:21px;border-bottom:2px solid #00a2b3;display:block;display:inline-block;overflow:hidden;
		background-image: url('popheaderbg.gif');							/* customizable upload */
  background-repeat: no-repeat;
  background-color:#b2c9c9

}
#pop_logo {width:300px;padding:5px;float:left}
#pop_bar {text-align:right;height:18px;}
#pop_bar .print, #pop_bar .close {width:18px;height:18px;margin-right:5px}
#pop_bar .print {float:right;background-image: url('print.png');background-repeat: no-repeat;background-position:1px 1px}
#pop_bar .close {float:right;background-image: url('close.png');background-repeat: no-repeat;background-position:1px 1px}


#pop_info {float:left;color:#666666}
#pop_middler {margin-left:21px;display:block;display:inline-block;overflow:hidden;min-height:200px}
#pop_footer {margin-left:21px;border-top:2px solid #00a2b3;display:block;display:inline-block;overflow:hidden;font-size: 0.8em;}




div.sidenav {																		/* padding of navigation */
  padding:0px 0px 0px 0px;
min-height:100px;

}

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 solid #FFFFFF;
		 	display: block; 
  	overflow:hidden;
		padding-left:23px;
		text-align:left;
		margin-bottom:0px;
		background-color:#ebebeb;
		height:20px;
		line-height:20px;
  background-image: url(lev0.gif);
  background-repeat: no-repeat;
}

div.sidenav ul li a:link,div.sidenav ul li a:visited {	/* level0 links */
		font-family:Verdana,Arial, Helvetica,  sans-serif;
	text-transform:uppercase;
	font-size:10px;
		  color: #666666;
		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 */
	font-family: Verdana, Arial, Helvetica,sans-serif;
	background-color:#ffc088;
	font-weight:bold;
	text-decoration:none;
	font-style: normal;
}

div.sidenav ul li a:hover,div.sidenav ul li.lev0sel a:hover {															/* level0 hover */
  background-color: #ff6600;
	color: #ffffff;
}

		
div.sidenav ul ul li a{																	/* level1 padding & height */
		border-top:1px solid #ffffff;

  	overflow:hidden;display: block;
		padding-left:23px;														/* right = indent level1 */
		text-align:left;
		margin:0px;
}

div.sidenav ul ul li.lev1 a:link, div.sidenav ul ul li.lev1 a:visited {				/* level1 links */
		color: #007783;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-decoration:none;
		font-style: normal;
		background-color:#ebebeb;
}

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;
		background-color:#d1eaed;
}

div.sidenav ul li li.lev1 a:hover,div.sidenav ul li li.lev1sel a:hover {															/* level1 hover */
  color: #ffffff;
  background-color: #00a2b3; 
}




.navbarA {padding:0px;font-size:10px;line-height:18px;color: #ffffff;
		background-image: url('navbarA.gif');							/* customizable upload */
		background-repeat: no-repeat;														/* customizable guided: repeat repeat-x repeat-y no-repeat */
}
.navbarA ul {list-style-type: none;overflow:hidden}
.navbarA li {display:inline;margin-left:5px;margin-right:5px}
.navbarA .division {display:inline;margin-left:5px;}
.navbarA a:link, .navbarA a:visited {color: #004d4d;text-decoration: none;}
.navbarA a:hover {color: #ff6600;text-decoration: underline;}


.navbarC {padding:0px;font-size:10px;line-height:12px;color:#67A7FF;}
.navbarC ul {list-style-type: none;overflow:hidden}
.navbarC li {display:inline;margin-left:5px;}
.navbarC .division {display:inline;color: #3975ED;margin-left:5px;}
.navbarC a:link, .navbarC a:visited {color: #FFFFFF;text-decoration: none;}
.navbarC a:hover {text-decoration: underline;}


.focusA {}

.focusA .focus_box {}
.focusA .focus_box .image {padding:5px}
.focusA .focus_box .title {font-weight:bold;line-height:1.4em;font-size:1.4em}
.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:#003399}
.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 {margin-right:15px;border:1px solid #ffffff;}
.focusA .focus_medium .focus_box .image {padding:1px;border:1px solid #6688cc}
.focusA .focus_medium .focus_box .title {font-size:0.8em;margin-bottom:5px}
.focusA .focus_medium .focus_box .title a:link, .focusA .focus_medium .focus_box .title a:visited {}
.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:10px;line-height:1.2em;}
.focusA .focus_medium .focus_box .famcat {}

.focusA .focus_list .focus_box {line-height:1em;margin:0px;margin-bottom:3px;padding-bottom:3px;border-bottom:1px solid #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;font-size:0.7em;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 {}














