/* CSS Document */
	

	
	
		body
		{
			margin: 0;
			padding: 0;
			font-size: 83%;
			font-family: arial, helvetica, sans-serif;
		}
		
		
		#header
		{
			height: 100px;
			background-image: url(http://wordswork.com/graphics/triad5.gif);
			margin-bottom: 10px;
		}
		
		
		#gutter
		{
			width: 3%;
			float: left;
			height: 1px;
		}
		
		#nav
		{	
			float: left;
			width: 25%;
			background-color: #ffffff;
			margin-bottom: 10px;
		}
		
		#col1
		{
			float: left;
			width: 65%;
			font-family: arial, helvetica, sans-serif;
			margin-bottom: 10px;
			background-color: #ffffff; 
		}
		
		
		#tabnav
		 {
			font: bold 11px verdana, arial, sans-serif;
			list-style-type: none;
			padding-bottom: 24px;
			border-bottom: 1px solid #23548F; 
			border-bottom-width: 75%;
			margin: 0;
		}

		#tabnav li 
		{
			float: left;
			height: 21px;
			background-color: #cfc;
			margin: 2px 2px 0 2px;
			border: 1px solid #6c6;
		}

		body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 
		{
			border-bottom: 1px solid #fff;
			background-color: #fff;
		}

		body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a 
		{
			color: #000;
		}
		
		#tabnav a
		{
			float: left;
			display: block;
			color: #666;
			text-decoration: none;
			padding: 4px;
		}

		#tabnav a:hover 
		{
			background: #fff;
		}
		
		
		#col1 h1
		{
			font-family: arial, helvetica, sans-serif;
			font-size: large;
			color: #215E21;	
		}
		
		#col1 h3
		{
			font-family: arial, helvetica, sans-serif;
			color: #215E21;	
		}
		
		#col1 h4
		{
			font-family: arial, helvetica, sans-serif;
			color: #215E21;
			
		}
		
		#col1 p
		{
			font-family: arial, helvetica, sans-serif;
			color: #484A4C;
		}	
		
		#col1 ul
		{
			list-style-image: url(http://wordswork.com/graphics/arrow_red.gif);
			list-style-position: outside;
			background-position: 0 .6em;
			padding-left: .9em;
			font-family: arial, helvetica, sans-serif;
			color: #484A4C;
			margin-bottom: 7px;
			margin-top: 7px;
		}
		
		#col1 li.arrow
		{
			margin-bottom: 7px;
			margin-top: 7px;
		}
		
		#col1 li.tab
		{
			float: left;
			height: 21px;
			background-color: #DAE5DA;
			margin: 2px 2px 0 2px;
			border: 1px solid #23548F;
			list-style-type: none;
		}
		
		#col1 a:link 
		{ 
			color: #8F291E; 
			text-decoration: none 
		}
		
		#col1 a:visited 
		{ 
			color: #23548F; 
			text-decoration: none 
		}
		
		#col1 a:hover 
		{ 
			color: #0000FF; 
			background-color: #DEDBD9 
		}
		
		
		#footer
		{
			clear: both;
			height: 85px;
			background-color: #23548F;
			color: #ffffff;
			font-size: 12px;
			text-align: center;
			vertical-align: top;
		}
		
		#footer a:link
		{
			color: #DEDBD9;
			text-decoration:none;
		}
	
		a:link 
		{ 
			color: #0000FF; 
			text-decoration: none 
		}
		a:active 
		{ 
			color: red; 
			text-decoration: none 
		}
		a:visited 
		{ 
			color: #5C5CBD; 
			text-decoration: none 
			}
		a:hover 
		{ 
			color: #0000FF; 
			background-color: #DEDBD9 
		}

