/* ================================================================ */
/* === Body definition - baseline rules =========================== */
/* ================================================================ */

BODY {font-family: Verdana, Ariel, Helvetica, sans-serif;
      font-size: 0.8em;
      font-weight: normal;
      color: white;
      background-image: url(images/tr.gif); 
      background-attachment: fixed;
      background-position: top right;
      background-repeat: no-repeat;
      background-color: black;
      margin: 0;
      padding: 0;
      width: 640;
      }	
/* ================================================================ */
/* === DIVISIONS ================================================== */
/* ================================================================ */
/*											*/
/* But first some notes on paper sizes:		*/
/*											*/
/*		width	depth						*/
/*	A4 paper								*/
/*		210mm x 297mm						*/
/*		8.25" x 11.6"						*/
/*		594pt x 835pt						*/
/*	Letter paper							*/
/*		216mm x 280mm						*/
/*		8.5"  x 11"							*/
/*		612pt x 792pt						*/
/*	Common denominator size					*/
/*		210mm x 280mm						*/
/*		8.25" x 11"							*/
/*		594pt x 792pt						*/
/*											*/        
div.background 
	{
	position: absolute;          
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 300px;
	margin: 2px;
	padding: 0;
	background-color: transparent;
	text-align: left;
	}
          
div.foreground 
	{
	position: absolute;          
	top: 130px;
	left: 150px;
	min-height: 300px;
	padding:  0px;
	margin: 0;
	background-color: transparent;
	}

          
div.content 
	{
	position: relative;
	min-width: 400px;
	min-height: 300px;
	margin-top:  0px;
	margin-right:  0px;
	margin-bottom: 0px;
	margin-left:  0px;
	background-color: transparent;
	color: white;
	padding: 30px;
	}
	
div.content a , div.content a:link , div.content a:active , div.content a:hover , div.content a:visited  {color: #FFCC33;}
	
div.bottom   
 	{
	position: relative;
	margin: 0;
	border:0;
	font-size: 9px;
	padding: 10px 10px 0 30px;
	}  
/* ================================================================ */
/* === Images            ========================================== */
/* ================================================================ */
IMG	{
	border: 0;
	margin: 0;
	padding: 0;
	}
IMG.imgright 
	{
	float: right;
	}
IMG.imgleft
	{
	float: left;
	} 
/* ================================================================ */
/* === HEADINGS and RULE ========================================== */
/* ================================================================ */	
H1 {font-size: 8em;
    font-weight: normal; 
    color:#00CC00 ; 
    text-align: left}
H2 {font-size: 1.5em;
    font-weight: bold;
    color:#00CC00 ;
    text-align: center;
    margin: 5px}
H3 {font-size: 1.3em;
    font-weight: bold;
    color: #00CC00 ;
    text-align: left}
    
HR	{
	color: #00CC00;
	width: 100%;
	height: 1px;
	} 

H1 SPAN, H2 SPAN, H3 SPAN
	{
	color: white;
	}
	
P.ul {
	font-size: 0.9em;
	color: black
	}
P.ul:first-letter
	{
	font-size: 130%;
	font-weight: bold;
	float: left;
	padding-bottom: 0;
	}
div.content p {text-align: justify;}	
/* ================================================================ */
/* === ANCHORS (links) ============================================ */
/* ================================================================ */	

A 	{
   	text-decoration: none;
   	color: blue;
   	}
A:visited {color:#990099}   	
A:hover   {text-decoration: underline}	


/* ================================================================ */
/* === Forms           ============================================ */
/* ================================================================ */	     

.fb  	{background-color: #009900;
	height: 20px;
	border-left: 1px #ffffff solid;
	border-right: 1px #74ACE4 solid;
	border-bottom: 1px #74ACE4 solid;
	border-top: 1px #EEEEEE solid;font-family:
	Verdana; font-size: 9pt;
	color: black; }
	
/* form input class=fi */	
.fi  	{background-color: #009900;
	color:white;
	border: 1 solid #006600;
	font-family: Verdana;
	font-size: 9pt; }
    

 


/*===========================================================*/
/* aLL THE MENU STUFF IS DEFINED HERE                        */
/*===========================================================*/

/* class menubutton, used for sub menus. minimal properties */
.menubutton 
	{
	text-align: left;
	margin: 2px;
	}

/* anchors of class=submenu that are children of any class-menubutton */
.menubutton  A.menu, .menubutton A.menu-this
	{
	padding: 1px;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	display: block;
	color: white;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #009900;
	border-top: 4px #00cc00 solid;
	border-left: 4px #00cc00 solid;
	border-bottom: 4px #006600 solid;
	border-right: 4px #006600 solid;
	}
	
.menubutton A.menu-this
	{
	font-weight: bold;
	color: #993300;	
	background-color: #FFCC33; /* #009999 */
	border-top: 4px #F8F1B2 solid; /* #00CC99 */
	border-left: 4px #F8F1B2 solid;
	border-bottom: 4px #ECA211 solid; /* 006699 */
	border-right: 4px #ECA211 solid;
	}	

/* change anchor class=submenu to red on mouseover */
A.menu:hover, A.menu-this:hover, A.submenu:hover
	{
	color: #FFFFFF;
	background-color: #CC3300;
	border-top: 4px #ff6600 solid;
	border-left: 4px #ff6600 solid;
	border-bottom: 4px #993300 solid;
	border-right: 4px #993300 solid;
	}

.menubutton  A.submenu, .menubutton A.submenu-this
	{
	padding: 1px;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width: 110px;
	display: block;
	color: white;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #009900;
	border-top: 4px #00cc00 solid;
	border-left: 4px #00cc00 solid;
	border-bottom: 4px #006600 solid;
	border-right: 4px #006600 solid;
	}         

.menubutton A.submenu-this
	{
	font-weight: bold;
	color: #993300;	
	background-color: #FFCC33;
	border-top: 4px #F8F1B2 solid;
	border-left: 4px #F8F1B2 solid;
	border-bottom: 4px #ECA211 solid;
	border-right: 4px #ECA211 solid;
	}

/* gereral purpose tiny text class. Does not resize at user request */
.tiny 	
	{
	font-size: 8pt;
	font-weight: normal ;
	color: white}
	
A.tiny:visited 
          {
          color: #999999;
          }
A.tiny:hover
          {
          text-decoration: underline;
          }	
    
/*===========================================================*/
/* Lists                                                     */
/*===========================================================*/
OL {margin-top: 0; margin-bottom: 1pt} 
/* ordered list class ol-green (no extra propeties on OL */    
OL.ol-green {padding-top: 4px; }

/* list items within ordered list class ol-green */
OL.ol-green  LI 
	{
	font-weight: bold;
	color: #00CC00 ;
	text-align: left;
	padding: 4px;} 
    
/* child paragraphs within list items within ordered list class ol-green */
OL.ol-green  LI P
	{
	font-weight: normal;
	color: white;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 4px;
	text-align: justify
	}
     
    
.h3 (font-size: 130%;
    font-weight: bold;
    color:#00CC00 ;
    text-align: left}
	

       


