@charset "iso-8859-1";

			body 
				{	background-color: lightgray; }	  
			P, UL, OL, FORM {font-family: verdana, arial; font-size: 13px}
			H1 {font-family: arial}
			H2 {font-family: arial; color: darkgreen;}
			H3 {font-family: arial; color: darkgreen;}
			H4 {font-family: arial; font-size: 16px}  
			
			h2.black {color: black;}
			h3.black {color: black;}
			
									   
			#wtcbox
				{	
					width: 760px;	 
					text-align: center;	
					background-color: lightyellow;
				}	
			#wtcbox h2
				{    color: darkgreen; 	 
					 font-size: 30px;
					 margin-top: 30px;
					 margin-left: 30px;
				}
			#logobox
				{	
					width: 150px;  	
					
					padding-top: 10px;
					padding-bottom: 10px;
					background-color: lightyellow;
					text-align: left;
				}
			#menubox
				{	 	
					height: 35px; 
					padding-top: 5px;	
					padding-bottom: 0px;
					text-align: center;
					background-color: darkgreen;  
				}	 
		
			#leftpanel
				{	
				margin-top: 0px;
				margin-left: 10px;
				margin-right: 5px;
				padding-top: 5px; 
				padding-bottom: 10px;
				padding-left: 10px;
				padding-right: 10px;
				}	 
				 
			#rightpanel
				{	  
				margin-top: 0px;
				margin-left: 5px;
				margin-right: 10px;
				padding-top: 15px; 
				padding-bottom: 10px;
				padding-left: 10px;
				padding-right: 10px; 
				}	  
				
			table.maintables
				{
			   	   background-color: white;
				   width: 950px;  
				}
			
			img.picturebox 
				{	
					display: inline;
				}
		
			
			ul.yellowbullets	
				{	list-style-image: url(wtc_images/yellowball.gif); 
					list-style-position: inside;
					padding: 0px;	
					margin-left: 0px; }	
					
			ul.redbullets	
				{	list-style-image: url(wtc_images/redball.gif); 
					list-style-position: inside;
					padding: 0px;	
					margin-left: 0px; }	
					   
			li {   margin-top: 1em; }	   
			
			div.outlinebox-red { display: block; 
							border: 2px solid red;	
							padding: 9px; }	 
			
			div.splashbox-green { display: block; 
							border: 2px solid darkgreen;	
							padding: 9px; }	 
							
			div.splashbox-grey { display: block; 
							background-color: #f5f5f5; 
							
							padding: 10px; } 
							
			div.splashbox-black { display: block; 
							background-color: white; 
							border: 1px solid black;
							padding: 10px; } 
							
					
			.whatsnewbox
				{
					color: red;	
					font-style: italic;
				}
				
				
			.redbox { 
			  background: mistyrose; 
			}
			.redboxtop { 
			  background: url(corners/red/ne.gif) no-repeat top right; 
			}
			.redboxtop div { 
			  font-size: 0;
			  height: 20px; 
			  background: url(corners/red/nw.gif) no-repeat top left; 
			}
			.redboxbottom { 
			  background: url(corners/red/se.gif) no-repeat bottom right; 
			}
			.redboxbottom div { 
			  font-size: 0;
			  height: 20px; 
			  background: url(corners/red/sw.gif) no-repeat bottom left; 
			}
			
			.yellowbox { 
			  background: lightyellow; 
			}
			.yellowboxtop { 
			  background: url(corners/yellow/ne.gif) no-repeat top right; 
			}
			.yellowboxtop div { 
			  font-size: 0;
			  height: 20px; 
			  background: url(corners/yellow/nw.gif) no-repeat top left; 
			}
			.yellowboxbottom { 
			  background: url(corners/yellow/se.gif) no-repeat bottom right; 
			}
			.yellowboxbottom div { 
			  font-size: 0;
			  height: 20px; 
			  background: url(corners/yellow/sw.gif) no-repeat bottom left; 
			}
			
			.boxcontent {
			  padding: 0px 20px 0px 20px;
			}

			
