@charset "windows-1252"; 
  
/*zeros out pre-existing default margins*/
html,body { margin:0px;
				padding:0px;
				border:0px;	
				width:950px;
				height:100%;
			}
/*end*/ 	   
/*This is the basics for all*/ 

		body { width:950px;
            		margin-left: 15%;
                    margin-right: 15%;
					padding:0px;
					background-color:#004a2e;
                    background-image: url("bamboo2.jpg");
                    background-repeat: no-repeat;
                    background-attachment: fixed; 
					font-weight:normal;
					font-family:"Lucida Sans Unicode","Georgia Ref","Verdana Ref";
				}
			 
		a:link {color:#339966;
						text-decoration:underline;
				}
					
		a:visited {color:#339966;
						text-decoration:none;
					}
			
		a:hover {color:#8fbbbc;
						text-decoration:underline;
				}		
									
		
		h1 {color:#cc9933;
						font-family:"Comic Sans";
						font-weight:bold;
						font-style:italic;
                        text-align:center;
						text-decoration:none;
				} 
        h2, h3 {color:#33cc66;
        				margin-left:25px;
						font-family:"Comic Sans";
						font-weight:bold;
						text-decoration:none;
				}
            
        h2 { margin-left:75px;
        		}
        h3 b {color:#cc9933;
        		}
        h3 i {color:#3399cc;
        		}
        h4  {color:#3399cc;
        		}
        
        ul {color:#cc9933;
        		font-weight:normal;
                font-family:"Lucida Sans Unicode","Georgia Ref","Verdana Ref";
                text-decoration: none;
                list-style: none;
                }
        ul li b {color:#008b8b;
        			}
                     
		dl {color:#cc9933;
				font-weight:normal;
				font-family:"Lucida Sans Unicode","Georgia Ref","Verdana Ref";
				text-decoration:none;
			}
				
		dt {color:#008b8b;
				padding-bottom:5px;
				font-weight:bold;
				font-style:italic;
				text-decoration:none;
				text-align:center;
			}
				
		dd {text-align:left;
			}	
				
        dd i {color:#339966;
        		}
/*end of basics*/ 
	
/*this is the header*/ 
	#header { color:#cc9933;
					margin:0px;
					padding:0px;
		  			font-style:italic;
					text-align:center;
		  			text-decoration:underline;
		  		}
/*end header*/ 


 
/*this is the navigation*/		
	
		#hornav { height:auto;
					width:220px; 
					top:0px;
					left:0px;
                    text-align:center;
					position:fixed;
					z-index:5; 
				}
        
		#hornav a:link {color:#cc9933;
							padding:0px 6px;
                            border:2px outset #4d4d4d;
                            border-right:6px;
	        				font-weight:bold;
		  					text-decoration:none; 
						}	
							
		#hornav a:visited {color:#cc9933;
								padding:0px 6px;
                                border:2px outset #4d4d4d;
                           		border-right:6px;
	        					font-weight:bold; 
								text-decoration:none;
							}
	
		#hornav a:hover { color:#cc9933;
								padding:0px 6px;
                                border:2px inset #4d4d4d;
                                border-left:6px;
			      				font-weight:bold; 
								text-decoration:none;
				  			}
								
/*end of navigation*/	
/*wrapper for cols*/
		  #wrapper { width:700px;
          				height:auto;
                        margin:0px;
                        padding:0px;
                        float:right;
                    }
         
		.col { width:220px;
					float:left;
				}
		.col2 { width:220px;
        			margin-left:16px;
                    float:left;
				}
        .col3 { width:220px;
        			margin-left:16px;
                    float:left;
				}
                
        #col { width:330px;
        			float:left;
                 }
        #col dl dt { color:#33cc66;
        				}
        #col b { color:#339966;
        			}             
        #col2 { width:330px;
        			margin-left:16px;
                    float:left;
                }
       #col2 dl dt { color:#33cc66;
        				}
       #col2 b { color:#339966;
        			}              
        				 
/*calculator page*/
		#calc form { color:#33cc66;
        				 }
         
        #calc blockquote { color:#3399cc;
        						font-size:8pt;
                           }
        #calc b { color:#cc9933;
        			}
					  	
/*this defines the notices top and bottom pertaining to adobe, trademark, copyright, disclaimer, etc.*/
		.blockquote { color:#3399cc;
						margin:25px 100px;	
						font-size:8pt;
						font-style:italic;
						text-align:center;
						text-decoration:none;
                        clear:both;
					}
		.blockquote a { color:#8fbbbc;
        				}
        .blockquote ul { color:#cc9933;
        					}
        .blockquote ul li { display:inline;
                           }
/*end of notice defining section*/ 
								   

/*for bottom section of meeting list*/
		.meet {font-size:small;
					}
        .meet h1 {color:#3399cc;
        			font-size:2.8em;
                        }
/*end for bottom of meeting list*/ 

       

     
								   
