/*Site Map Style*/

body 	{
		background:  url(images/pbgrd.gif);
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color:#000000; 
		font-size:large; 
		font-style:normal;
		text-align:center;
		}
		
p,li 	{
		font-family:arial,helvetica; 
		font-size:80%; 
		font-style:normal;
		color:#000000;
		text-align: left;
		padding-left:3px;
		padding-right:3px;
		}
		
h2		{
		font-family:tahoma,arial,helvetica;
		color:#0066cc;  
		font-style:normal;
		text-align: left;
		padding-left: 15px;
		}
		
h3		{
		font-family:tahoma,arial,helvetica;
		color:#000099;  
		font-style:normal;
		text-align: left;
		padding-left: 5px;
		}
			
.head	{
		background: transparent;
		font-family: Tahoma, Arial, Helvetica, sans-serif; 
		font-size:80%;
		font-weight: bold; 
		color: #ff0000;
		text-align: center;
		padding-bottom: 3px;
		border-top: 1px solid #6699ff;
		border-bottom: 2px solid #6699ff;
		}

.foot	{
		background: transparent;
		font-family: Tahoma, Arial, Helvetica, sans-serif; 
		font-size:70%; 
		font-style:normal;
		color: #000099;
		text-align: center;
		}

/* Link Definitions*/
A:link	{
		background: transparent;
		font-family:tahoma,arial,helvetica; 
		font-size:130%;  
		color: #0000ff; 
		font-weight:normal;
		text-decoration: underline;
		}
A:hover {
		background: #ffff00;
		font-family:tahoma,arial,helvetica; 
		font-size:130%; 
		color: #000000; 
		font-weight:normal;
		text-decoration: underline; 
		}
A:visited {
		background: transparent;
		font-family:tahoma,arial,helvetica;
		font-size:130%;  
		color: #6699cc; 
		font-weight:normal;
		text-decoration: none; 
		}
		
.pdf a:link		{
				color: #ff0000;
				font-size:90%; 
				font-weight: bold;
				padding-left: 10px;
				text-decoration: none;
				}
				

.pdf a:hover	{
				color: #0000ff;
				font-size:90%; 
				font-weight: bold;
				padding-left: 10px;
				text-decoration: underline;
				}
				
.pdf a:visited	{
				
				color: #6699cc;
				font-size:90%; 
				font-weight: bold;
				padding-left: 10px;
				text-decoration: underline;
				}
		
#foot a:link	{
			font-family:  Tahoma, Arial, Helvetica, sans-serif; 
			font-size:90%; 
			font-weight:bold;
			font-style:normal;
			color: #0000ff;
			text-decoration: none;
			}
			
#foot a:hover	{
			font-family:  Tahoma, Arial, Helvetica, sans-serif; 
			font-size:90%;
			font-weight:bold; 
			font-style:normal;
			color: #339900;
			text-decoration: underline;
			}
			
#foot a:visited	{
			font-family:  Tahoma, Arial, Helvetica, sans-serif; 
			font-size:90%;
			font-weight:bold; 
			font-style:normal;
			color: #6699cc;
			text-decoration: none;
			}
		
.head a:link		{
				background:transparent;
				font-family: arial,helvetica;
				color: #0000ff;
				font-style:normal;
				font-size:100%; 
				font-weight: bold;
				text-decoration: none;
				}
.head a:hover	{
				background: transparent;
				font-family: arial,helvetica;
				color: #339900;
				font-style:normal;
				font-size:100%; 
				font-weight: bold;
				text-decoration: underline; 
				}
.head a:visited	{
				background:transparent;
				font-family: arial,helvetica;
				color: #6699cc;
				font-style:normal;
				font-size:100%; 
				font-weight: bold;
				text-decoration: none;
				}
				
/*Layout Definitions*/			
#page		{
			background: transparent;
			margin: 0px auto;
			width: 740px;
			}
			
#logo,#top		
							{
							float:left;
							margin-bottom: 3px;
							}
#logo		{
			margin:1px;
			background: transparent;
			display: block;
			text-align:center;
			padding-top: 6px;
			padding-bottom: 6px;
			width: 330px;
			}
			
#top				{
			margin:1px;
			background: transparent;
			display: block;
			text-align:center;
			padding-top: 6px;
			padding-bottom: 6px;
			width: 398px;
			}						
			
#navBar		{
			background-color: transparent;
			width: 738px;
			text-align:center;
			padding-top: 2px;
			padding-bottom: 2px;
			}
			
#title,#print		{
					float:left;
					margin-bottom: 3px;
					}
			
#title		{
			margin:1px;
			background: transparent;
			display: block;
			text-align:center;
			padding-top: 0px;
			padding-bottom: 0px;
			width: 566px;
			}		

#print		{
			height:38px;
			margin:0px;
			background: transparent;
			display: block;
			text-align:center;
			width: 160px;
			border: 0px;
			}
			
#main		{
			margin: 0px ;
			background: transparent;
			width: 598px;
			display:block;
			margin-left:70px;
			margin-right:70px;
			}					

#footer		{
			margin: 0px auto;
			background: transparent;
			display: block;
			padding: 0px;
			width: 738px;
			clear: both;
			border-top: 2px solid #0066cc;
			}
			

			
				