/* substyle_employment.css - bernescale.com style sheet */
/* This is the individual page style (colors) */
/* See also Imported style for each page */
	body
		{
		min-width: 670px;
		}
		
	.nextbutton a:link, .nextbutton a:visited
		{
		color: #fff;
		}
	
	.nextbutton a:hover, .nextbutton a:active
		{
		background-color: #999999; /*#3399CC;*/
		color: #006;
		}
	
	a:visited {
	 	color: #666666; 
		}
	a:hover, a:active
		{
		color: #fff;
		background-color: #666677; 
		}
	div#container
		{
		background-image:   url("pagebits/nav3_col_base.jpg");
		background-repeat: repeat-y;
		}
		
	div#container2
		{
		background-image:   url("pagebits/right3_col_base.jpg");
		background-repeat: repeat-y;
		background-position: right;
		}
		
	#navigation ul li a
		{
		display: block;
		width: 120px;
		padding: 3px 5px 3px 10px;
		text-decoration: none;
		color: #000;
		background-image:   url("pagebits/nav3_base.jpg");
		background-repeat: repeat-y;
		}
		
	#navigation ul li a:hover
		{
		color: #fff;
		background-color: #ccc;
		background-image:   url("pagebits/nav3_base2.jpg");
		background-repeat: repeat-y;
		}
		
	div#more
		{
		color:#FFFFFF; /* Right column text color */
		}
				
	div#more h3
		{
		background-image:   url("pagebits/right3_base.jpg");
		}
				
	div#content a:link {
	 	color: #CC0000; 
	 	}
	div#content h2
		{
		font-size: 2em;
		color: #000000;
		margin: 0px;
		font-weight: 700;
		}
