/* comment: green bold links with rust hovering underline are default,  */
/* comment: green links, black unbold underlined visited 	 */

html { 	background: url('../images/TanWhiteHorizBlend200.jpg') repeat-y left top;}
			
			
body { font-family: verdana, arial, helvetica, geneva, sans-serif; 
						font-size: 85%;}	

#pagediv { 
	width: 860px;
	margin: 0 auto;
}


#leftcolumn {
position: relative; 
width: 10px;
float: left; 
}

#rightcolumn { 
float: right;
width: 830px;
height: 100%;

}



a { font-weight: bold;}

a:link {text-decoration: underline; color: #006600;}

a:visited {text-decoration: underline; color: #000000;
	 }
a:hover {text-decoration: underline; color: #660000;
	}
a:active {text-decoration: underline; color: #ff00ff;
	 }


/* comment: H1--red */

h1 {	font-size: 160%;
	font-weight: bold;
	border-color: #000000;
	color: #660000;

}

/* comment: H2--green */

h2 {	font-size: 140%;
	font-weight: bold;
	border-color: #000000;
	color: #006600;

	}

	
/* comment: H3--black */

h3 {	font-size: 120%;
   font-weight: bold;
	border-color: #000000;
	color: #000000;

	}
	
	
/* comment: H3--Blue */

.h3blue {	font-size: 120%;
   font-weight: bold;
	border-color: #000000;
	color: #333366;

	}

	
/* comment: H4 = H3, but dark blue */

h4 {	font-size: 110%;
	text-align: center;
	font-weight: bold;
	border-color: #000000;
	color: #333366;

	}

/* black text, left align */


body
{	font-size: 90%;
	color: #000000;

	border-color: #000000;
	}


/* style to place BWZ tip in a box on tips pages */	
#tipbox	{
		margin: auto;
		text-align: left;
		background: #d9caab;
		color: #000000;
		border: 4px #666666 double;
		border-color: #666666;
		padding: 5px 30px 5px 30px;
		width: 80%;
}

.tableBGcolor {
	background: #d9caab; }	



	
.small { font-size: 85%; }
.small90 { font-size: 90%; }
.small85 { font-size: 85%; }
.small80 { font-size: 80%; }

.smaller { font-size: 80%; }
.smallergrey { font-size: 80%;
               color: #666666;
				}

.smallest { font-size: 75% }

.big { font-size: 110%; }

.bigger { font-size: 120%; }


.biggest { font-size: 130%; }
.big125 { font-size: 125%; }
.big150 { font-size: 150%; }
.big180 { font-size: 180%; }

.center { 
	text-align: center;
	vertical-align: top; }

.centersmall { font-size: 90%; 
	text-align: center;
	vertical-align: top; }
	
.centersmaller { font-size: 80%; 
	text-align: center;
	vertical-align: top; }
	
.leftsmall { font-size: 90%; 
	text-align: left;
	vertical-align: top; }

.full {text-align: justify; }
.fullsmall {text-align: justify; font-size: 90%; }
.fullsmaller {text-align: justify; font-size: 80%; }

.right  { text-align: right; }
	

.copyright { font-size: 80%; text-align: center; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }

/* colors - red=rust, blue = navy, green = med */
.redred { color: #ff0000;}
.red { color: #660000;}
.smallred { font-size: 90%;
		color: #660000;}
.bigred { font-size: 110%; 
		color: #660000; 
		}	
		
.biggeredbold { font-size: 120%;
		font-weight: bold; 
		color: #660000; ;
		}	
				
		
.green { color: #006600;}
.biggergreenbold { font-size: 120%;
		font-weight: bold; 
		color: #006600;
		}	
		
.black { color: #000000;}

.white { color: #ffffff; 
	background: #000000;}

.blue { color: #333366;}
  
.bluebold { font-weight: bold; 
				color: #333366;}

.biggerbluebold { font-size: 110%;
		font-weight: bold;
		color: #333366;}
		

/* Grey Box link style, white on table backgound  */	

.greyboxlink a:link
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%; 
	color: #006600;
	background: #cccccc;
	}

.greyboxlink a:visited
{
	font-weight: bold;
	font-size: 90%; 
	color: #000000;
	background: #cccccc;
	}

.greyboxlink a:hover
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 90%; 
	color: #660000;
	background: #cccccc;
	}

.greyboxlink a:active 
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 90%; 
	color: #ff00ff;
	background: #cccccc;
	}



	
/* keyword styles  */
.businesswritingheader { font-size: 125%;
		color: #000000; }

.redtanBGheader { 
		font-weight: bold;
		color: #660000; 
		background: #d9caab;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: -3px;
	margin-bottom: -6px;
	
 }

.redtanBGheader a:visited 
{ background: #d9caab;
}
	
.redtanBGheader a:hover
{ background: #ffffff;
}	

/* end actual used styles. Below is drop-out menu style tries  */




