﻿body			{margin: 0px;
				 font-family: arial, sans-serif;}

table#header    {background-image: url('images/topbg.gif'); 
				 background-repeat: repeat-x;}
				 
div#header		{background-image: url('images/topbg.gif'); 
				 background-repeat: repeat-x;
				 width: 100%;
				 height: 80px;}
				 
div#header1		{width: 100%;
				 background-color: #999;}
				 
div#subHeader1  {background-color: #900;
				 width: 100%;
				 font-size: 8px;
				 height: 11px;
				 border-top-style: solid;
				 border-top-color: #FFF;
				 border-top-width: 1px;}
				 
div#subHeader2  {background-color: #000;
				 width: 100%;
				 font-size: 8px;
				 height: 11px;}
				 
h1				{color: #900;
				 font-family: arial, sans-serif;} 
				  
h3.headline		{color: #900;
				 font-family: arial, sans-serif;} 

h4				{color: #900;
				 font-family: arial, sans-serif;}
				  
p				{font-family: arial, sans-serif; 
				 font-size: 14px; } 
				 
li              {font-family: arial, sans-serif;
				 font-size: 14px;}
				 
ul.noIndent			           {margin: 0;
								padding: 0;
								list-style: none;}
								
div.link-list				   {width:11.2em;
								position:absolute;
								top:80;
								padding-left:1%;
								padding-right:1%;
								margin-left:0;
								margin-right:0;
								left:0;
								padding-top: 20px;}
								
#main		                   {margin-left:11.2em;
								margin-right:1em;
								padding-left:1em;
								padding-right:1em;}
				 
div.link-list ul			   {margin: 0;
								padding: 0;
								list-style: none;
								width: 110px;}
					
div.link-list ul li				{position: relative;}

div.link-list li ul			    {position: absolute;
								 left: 110px;
								 top: 0;
								 width: 180px;
								 display: none;}
					 
div.link-list ul li a			{display: block;
								 text-decoration: none;
								 font-family: tahoma, sans-serif;
								 color: #900;
								 font-size: 12px;
								 padding: 5px;}
					 
div.link-list li:hover ul, li.over ul {display: block;}

div.link-list ul li a:hover       {color: #666;}

.copyright					   {font-family: arial, sans-serif;
								font-size: 11px; 
								color: #900;
								width: 100%;
								text-align: left;}
								
div#example						{border-style: solid;
								 border-width: 1px;
								 border-color: #CCC;
								 width: 300;}
								 
.photoCredit					{font-size: 9px;}

#thisPage						{color: #666;}


				 
				  

