﻿/* Basic styles */
	body {color: black; background: white;
	font-family: Arial, sans-serif;
	font-size: 11pt}
	
	p.head1 {text-align:center; color: #008080;
	font-weight:bolder; font-size:1.2em; text-decoration:underline}
	p.in5 {margin-left:5%; margin-right:5%}
	
	span.sm {font-size: .8em}
	span.smr {font-size: .8em; color:red}
	
		
/* Styles required for navigation table */	
	.nav {color: black; font-weight: bold; font-size: 9pt;
	background-color: #CBB99B; text-align: center; vertical-align: middle;}
	
	a.nav:link{color: black; text-decoration: none}
	
/* Styles required for drop down menu */	
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:black;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color is gold*/
background-color: #FFD700;
}

/* Styles for links on left and contact box on top right. Text in middle */
	div.left {position: absolute; top: 200px; width: 140px; 
	border-right: thin solid #CBB99B; padding: 1em; font-size: .9em; color: #993333}
	
	a.left:link {
	font-size: .9em; color: #336699; text-decoration:none}
	
	a.left:visited {
	font-size: .9em; color: #336699; text-decoration:none}

	a.left:hover {
	font-size: .9em; color: red; text-decoration:none}

	
	div.contact {position: absolute; top:10px; left:625px; width: 150px; font-size: 11px;
	padding: .4em; border: thin solid #CBB99B}
	
	div.text {position: relative; top: auto; left: 160px; 
	padding: 1em; width:625px}
	
	.pdf {position: absolute; top: 180px; left: 170px; width: 900px; height: 900px;
	padding: 1em}
